tschoffelen / php-pkpass

💳 PHP class for creating passes for Wallet on iOS.
https://includable.com
MIT License
894 stars 184 forks source link

Add Pass to Android #143

Open g021670 opened 2 months ago

g021670 commented 2 months ago

Expected Behavior

Pass can be added to IOS and Android

Actual Behavior

Pass can only be added to IOS

Hello Everyone,

ist there an App on the Google Play Store, that can open the passes, that we created with this Repo? I tried several but none seems to work. When I use the Signtool that apple provides, i can use the passes on both IOS and Android.

Id offer work together on a solution.

tschoffelen commented 2 months ago

I think this is slightly outside the scope of this library. Android now has it's own standard for the Google Wallet passes, but I think we want to keep this library Apple-specific, as we don't want to have to do payload processing to map the fields of the pass to the correct fields for each pass format.

trevorclarke commented 2 months ago

Having dealt with Google Passes as well, they work in a different manner and your best bet is to go grab the latest sdk samples from the Google resources:

https://developers.google.com/wallet/generic

https://developers.google.com/wallet/generic/getting-started/onboarding-guide

https://codelabs.developers.google.com/add-to-wallet-web#0