Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is PassBook's URLScheme (for ios6) [duplicate]

Possible Duplicate:
iOS 6 Passbook: Open Passbook app from my app

Hi what is the URLScheme for the new passbook app in IOS6 as i can't find it anywhere on the web. Thanks in advance

like image 672
OnkaPlonka Avatar asked Jan 01 '13 11:01

OnkaPlonka


2 Answers

Hi I've just found the answer

It's 'shoebox' so in XCode you would implement:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"shoebox://"]];
like image 168
OnkaPlonka Avatar answered Nov 16 '22 12:11

OnkaPlonka


There is no URL schemes provided for the Passbook application till now (January 1st 2013).

I saw a similar thread on Stack Overflow, please check that too.

like image 22
Midhun MP Avatar answered Nov 16 '22 11:11

Midhun MP