How to access wallet in IOS app

I want to access driving license or state ID document from apple wallet in my application. I want the document to verify the user. Can you please guide me how to do that?

Replies

You first need to create an entitlement in your app to access the passes.

Then you can proceed readingt the pass as described here:

https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/Apps.html

.

I want the document to verify the user

Could you explain what type of verification ?

  • We need to verify the user's authenticity before he/she can access out application. We have tried following the steps given in mentioned link but it is not getting the passes already added in the wallet. Is there any case that we can only access passes that are added by our own application or we can access any pass that is present in the wallet. Sorry for bothering as I am new to this.

  • I have added Wallet in my capabilities and add "com.apple.developer.payment-pass-provisioning" in Entitles file. But I get this error : "Provisioning profile "iOS Team Provisioning Profile: com.abc.passkit" doesn't include the com.apple.developer.payment-pass-provisioning entitlement."

    Can you please help me to solve this error?

Add a Comment