chirag04 / react-native-in-app-utils

A react-native wrapper for handling in-app payments
MIT License
890 stars 185 forks source link

Is it possible to use touch id when make the purchase? #159

Closed wilbyang closed 6 years ago

jirihradil commented 6 years ago

+1

Vilitsa commented 6 years ago

+1

ahadcove commented 6 years ago

I looked into this and was willing to do it natively, but it doesn't seem like there's a way. Basically, Apple handles what is displayed, and during development, it would just be an alert. In production, I heard Touch ID would show if you have it available. Can anyone confirm this?

Vilitsa commented 6 years ago

@AhadCove yes! Now we send our app to production. If iphone have this function, it show Touch ID. photo_2018-04-05_15-55-33

chirag04 commented 6 years ago

Thanks for confirming. I’m going to close this since there are no changes required.