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.

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

Hi, did you find any solution on this problem?

We have the same issue. By chance, is there any news regarding a possible solution to this issue ? Thanks in advance @MykolaHrybeniuk @kkknkj @kerberos84

I had the exact same issue, and this is how I fixed it:

I needed to use app build signed by Apple, install from testFligth. Tests build, even in prod flavor, throw this issue (Proceeding with provisioning without fairplay data: -42187, and status 500 at the end).

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