Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Link to Apple Wallet or Android Pay from a MVC Web Application

I’m looking for a way to add Apple Wallet/Android Pay links with in a web application (https://www.somewebsite.com) where I can pass membership card parameters (card name, member name, card number). Is this possible? I have found some examples within mobile apps but nothing from a browser to mobile app.

like image 391
esoteric Avatar asked Mar 22 '17 20:03

esoteric


1 Answers

For Apple Wallet take a look at this Apple Developer PassKit

Your website and email can use the Add to Wallet badge to give your users a visual queue to add the pass to Wallet. For more information, see the Add to Apple Wallet Badge section of the Developer website. To create buttons for your app, use the PKAddPassButton class.

and for Android Pay Google Developer and Android Pay UI Branding

like image 139
abdullahselek Avatar answered Oct 21 '22 00:10

abdullahselek