iOS 6 Passbook: Open Passbook app from my app
I am building an application related to the Passbook app. Basically I am generating a boarding pass for a flight ticket and adding it to Passbook. That part is working fine. But, I want to open the Passbook app from my app to see the pass details. I have seen that Apple has removed the URL scheme options. How can I achieve this? I had the same problem, it worked well with the emulator but crashed on the device. 1 - Double check the Entitlements 2 - I used this when the _pass is already in the library: if([_passLibrary containsPass:_pass]) { [[UIApplication sharedApplication] openURL:[[