Not able to add credit card to Apple Wallet through In-App Provisioning in banking app

Hi, I'm working in-app provisioning of card from inside a banking app. But fails to add card to wallet with generic error "Could Not Add Card - Try again later or contact your issuer for more information" when clicking on Next from screen where card holder name & card number screen with title "Add Card to Apple Pay".

I see from Console app below messages

End remote event deferring requested for token: 0x280649e50; environments: 1; reason: PKRemoteAddPaymentPassViewController: 0x144124600: end deferring Disconnecting: identifier: com.apple.PassbookUIService; assertion: 0x280630140 Terminating interface and invalidating assertion: identifier: com.apple.PassbookUIService; assertion: 0x280630140 Terminating interface and invalidating connection: identifier: com.apple.PassbookUIService; assertion: 0x0 Disconnecting: identifier: com.apple.PassbookUIService; assertion: 0x0 Acquiring assertion: <RBSAssertionDescriptor| "NetworkProcess Background Assertion" ID:(null) target:2696> Terminating interface and invalidating assertion: identifier: com.apple.PassbookUIService; assertion: 0xXXXXXXXXX Terminating interface and invalidating connection: identifier: com.apple.PassbookUIService; assertion: 0x0

Kindly help me to resolve this problem.

Regards

Hi, Did you solve this? I'm experiencing the same on first app launch. If I restart the app it works as expected.

Thanks in advance.

I fixed it, I tried to start the add card dialog from a modal window, which gave me the following error (console log):

default 08:52:42.105854+0200 SpringBoard [FBWorkspaceEvent] Executing: <FBWorkspaceEvent: 0x301ae6700; OpenApplication(sceneID:com.apple.PassbookUIService-default)ForRequester(BankNorwegian.1448)> default 08:52:42.108465+0200 AppName Disconnecting: identifier: com.apple.PassbookUIService; assertion: 0x3009837a0 default 08:52:42.108489+0200 AppName Terminating interface and invalidating assertion: identifier: com.apple.PassbookUIService; assertion: 0x3009837a0 default 08:52:42.108588+0200 AppName Terminating interface and invalidating connection: identifier: com.apple.PassbookUIService; assertion: 0x0

Not able to add credit card to Apple Wallet through In-App Provisioning in banking app
 
 
Q