On my ios/android apps, I'm trying to add a button that says 'Add card to apple/google wallet' and I'm working with this vendor and this is their documentation for provisioning cards to ios/android apps :
https://docs.lithic.com/docs/push-provisioning
Steps 2 and 6 under the section 'Setting up the Add to Wallet button' are the ones I don't quite understand.
How exactly do I get the nonce/nonce signature and public certs in step 2? If I'm supposed to use passkit to do it, how exactly do I do that in a react-native app?
Also, how exactly do I pass it back to apple in step 6?
Before anyone asks, I have reached out the vendor and they haven't clarified anything, which is why this post exists.