I am trying to implement a "View in Passbook" functionality in our iOS app. I have been able to use PassKit to instantiate a PKPass
object for an existing pass based on its serial number, but is there any way to open up this existing pass in Passbook from our app?
It seems an obvious capability that is strangely omitted from the SDK.