I am developing an application which allows user can buy a product using In app purchase of Apple/Google.
My app has no login function.
User can buy product by Apple ID or Google ID.
https://github.com/dooboolab/react-native-iap
We are using this library.
For example: I have a product -> Product A (Auto‑Renewable Subscriptions)
If user buy this product, in my app, it will be displayed as " BOUGHT A "
Device A: using apple id/google id example@example.com buy product A
Then after that Device A will displayed as "BOUGHT A"Device B: the same apple id/google id example@example.comI want in device B also "BOUGHT A" because device b also use example@example.com
Can I do it?
I don't want to save apple id or google id in back-end server.