You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am unable to programatically dismiss the screen that prompts the user to tap their card to pay on iOS. I would like to be able to set a manual timeout, currently Apple just informs the user that the reader has timed out and prompts them to try again. I thought this might not be possible due to restrictions by Apple, until I came across this in their documentation. https://developer.apple.com/documentation/proximityreader/paymentcardreadersession/cancelread()
Is there any way to achieve this using the Stripe RN SDK? I have tried a few methods following what's written in the docs & SDK reference with no luck.
The text was updated successfully, but these errors were encountered:
Hey @phil-moonward unfortunately this is not supported by the native iOS SDK today, but the team is going to add support in an upcoming release. Once it's released on iOS SDK we'll include it in RN SDK.
Currently I am unable to programatically dismiss the screen that prompts the user to tap their card to pay on iOS. I would like to be able to set a manual timeout, currently Apple just informs the user that the reader has timed out and prompts them to try again. I thought this might not be possible due to restrictions by Apple, until I came across this in their documentation. https://developer.apple.com/documentation/proximityreader/paymentcardreadersession/cancelread()
Is there any way to achieve this using the Stripe RN SDK? I have tried a few methods following what's written in the docs & SDK reference with no luck.
The text was updated successfully, but these errors were encountered: