ios - Integration from mobile app with passbook to direct user to add credit card to Apple Pay -


is there way re-direct user ios mobile app passbook enter credit card apple pay?

for example, can mobile banking or credit card application credit issuer -create button direct user add credit card apple pay? presume require launching of passbook appropriate place add credit card in passbook. think physical card still required.

you can't detect whether user has card or not (at least, there's no documented way; credit card issuers might have access special api). user doesn't physically need card add it.

you can open passbook app so:

[[uiapplication sharedapplication] openurl:[nsurl urlwithstring:@"shoebox://"]]; 

however, isn't documented, , might break in future versions of ios, settings url scheme broke in ios 6.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -