al404 macrumors 6502a Original poster Jun 16, 2021 #1 A client would like to make a loyalty card in PDF but it would also like to let people add the card to wallet, where ca I find documentation about that? Would the same code work on iOS and Android?
A client would like to make a loyalty card in PDF but it would also like to let people add the card to wallet, where ca I find documentation about that? Would the same code work on iOS and Android?
A abellao macrumors newbie Jun 25, 2021 #2 Loyalty Cards can be created programmatically using PassKit https://developer.apple.com/documentation/walletpasses Generated .pkpass archives are not natively supported on Android, although some third-party apps may be able to read them. Reactions: al404
Loyalty Cards can be created programmatically using PassKit https://developer.apple.com/documentation/walletpasses Generated .pkpass archives are not natively supported on Android, although some third-party apps may be able to read them.