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
Hi I've just found the answer
It's 'shoebox' so in XCode you would implement:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"shoebox://"]];
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With