Hi All,
I have one small issue while integrating apple wallet in OutSystems.
I have used this Cordova plugin (https://github.com/tomavic/cordova-apple-wallet) to check whether the iPhone has an apple wallet or not, it adds a card to the apple wallet.
After updating the apple certificates and checked the app. The first function IsAppleWalletAvailable is working fine but when we try to add a card to the wallet the app is getting crashed with the following error log.
"A fatal error has occurred. Please contact OutSystems support: -[__NSCFString objectForKey:]: unrecognized selector sent to instance 0x281379860"
I have raised a ticket to OutSystems but I know they ask to remove that plugin.
Can you suggest any solution if you know?
Thanks in advance
Regards,
Arun Kumar
Hi Arunkumar,
Did you follow this tutorial? How did you try to "add a card"?