Skip to content

Commit 85e0750

Browse files
stanleycyanghyochan
authored andcommitted
Update README.md
1 parent fe7f769 commit 85e0750

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,10 @@ Delete app / Restart device / Quit "store" related processes in Activity Monitor
398398
#### getAvailablePurchases return empty array.
399399
- `getAvailablePurchases` is used only when you purchase a non-consumable product. This can be restored only. If you want to find out if a user subscribes the product, you should check the receipt which you should store in your own database. Apple suggests you handle this in your own backend to do things like what you are trying to achieve.
400400
401+
#### Using Face ID & Touch to checkout on iOS
402+
403+
- After you have completed the setup and set your deployment target to iOS 12, FaceID and Touch to purchase will be activated by default in production. Please note that in development or TestFlight, it will **NOT** use FaceID / Touch to checkout because they are using the Sandbox environment.
404+
401405
402406
## Supporting react-native-iap
403407

0 commit comments

Comments
 (0)