I am developing an iOS application using swift as a front-end and PHP as a back-end (using Laravel framework). One of the features in my app is booking tickets for events.
I would like to integrate with Apple’s wallet to add the ticket (pass) to the Wallet.
My question is: is there any detailed resources (e.g, source code of previous projects) or any helpful notes ?
Thank you very much
I think that first you should check PassKit documentation from Apple to understand correctly how it works(https://developer.apple.com/wallet/). Then maybe this webside could works for you: https://github.com/tschoffelen/php-pkpass