Attendize / Attendize

Attendize is an open-source ticket selling and event management platform built on Laravel.
https://www.attendize.com
Other
4.02k stars 1.19k forks source link

[FEATURE] Implement Apple passkit to add events to iOS wallet #961

Open MrPatrickHenry opened 3 years ago

MrPatrickHenry commented 3 years ago

Is your feature request related to a problem? Please describe. I want to add my ticket to my digital wallet on iOS or android so I don't have to print it out or show email

Describe the solution you'd like on payment complete and email sent, allow the user to have an pass for wallet on ios

Describe alternatives you've considered Implemented this myself but used 3rd party it wasn't as integrated as I would have liked.

Additional context

justynpride commented 3 years ago

@MrPatrickHenry Are you able to give any details on what you had created? There are a few requests for this feature. One active is #29

clawfire commented 3 years ago

Would you be willing to pay a fee per ticket for this (which allows you to easily use a 3rd party provider) or you would prefer to rely on buying an Apple Developer account to use your own keys (129USD / year or something)?

Passbook (not passkit, which is for native ios apps only) is a container format that needs to be signed by an Apple certificate to be able to be added to a wallet.

Also, please consider that passbook can only be redeemed through safari, so your clients need to use safari and no other 3rd party browser to redeem their pass.

quentincaffeino commented 3 years ago

Isn't this a duplicate of https://github.com/Attendize/Attendize/issues/29?