In-app provisioning is failed when add card from my app.

Good Day!

I am currently working on in-app provisioning integration into our app.

I have an error when I try to add a card into my wallet via our app. Btw card was successfully added from native iOS flow.

So When I try to send PKAddPaymentPassRequest from my app into PassKit SDK I get next error on UI:

«Could not add card» «Try again later or contact your card issuer for more information»

In console of the device I get next errors:

«PassbookUIService» «Proceeding with provisioning without fairplay data: -42187»

And also I noticed that some response has 500 status

«PassbookUIService» «Task <7F93C0ED-B20D-4557-92A2-8C98608410F4>.<4> received response, status 500 content K»

Attached screen from console.

Add a Comment

Replies

We are experiencing the same issue. Anybody an idea how to get the full response? Currently it is only displayed as

  • Somehow the full response is not shown on > iOS 15 Devices. We tried it out on a iOS 14 Device, there you can see the full request/response.

  • I cannot test in a previous version, did you find anything useful on the response?

Add a Comment

Hi, did you find any solution on this problem?