RAD Studio Create Native And Secure iOS Wallet Enabled Apps With Delphi And C++ Builder

FireWind

Свой
Регистрация
2 Дек 2005
Сообщения
1,957
Реакции
1,199
Credits
4,009
Create Native And Secure iOS Wallet Enabled Apps With Delphi And C++ Builder
March 1, 2021 By Muminjon

TMS Software provides high-level components and libraries for iOS development with Delphi and C++ Builder. One of the essential component suites is the TMS PassKit components. With the TMS PassKit, you can generate PassKit discount coupons, event tickets, store cards, travel tickets for iOS PassKit wallet from Delph/C++ Builder FireMonkey.

The Wallet is an application on Apple iOS that manages tickets, vouchers, boarding passes, store cards, or other virtual objects. This means you can create a fully functional iOS application that supports the Apple Pay system.
1614672787747.png
1614672797482.png




























Features of the TMS PassKit:
  • Generates tickets, vouchers, boarding passes, store cards for iOS Wallet
  • Support for multilanguage PassKit files
  • Support for QR Code or bar code on PassKit file
  • Control over PassKit file appearance
  • Support for PassKit relevance setting including the location or beacon-based relevance
  • and more
Код:
var
  m: TTMSPasskitValidationMessage;
begin
  for m in validationResult.Messages do
  begin
    Memo.Lines.Add(GetEnumName(System.TypeInfo(TTMSValidationMessageSeverity), Ord(m.Severity)) + ': ' + m.Value)
  end;
end;