iaphub / react-native-iaphub

The easiest way to implement IAP (In-app purchase) in your React Native app.
https://www.iaphub.com/
MIT License
328 stars 23 forks source link

[question] How to generate non-unique user id? #7

Closed sayem314 closed 4 years ago

sayem314 commented 4 years ago

How to generate user id, does it affect restoring purchases in case something goes wrong?

iaphub commented 4 years ago

Hi @sayem314, why would you use an user id that is not unique? Could you give me an example? The purpose is to identify an user, typically this id comes from your server database.