I have a simple app which does not require user login (at present). Users can purchase a one-time lifetime ‘subscription’.
Until now I have stored the purchase locally within the app local database.
In moving to RevenueCat for purchase handling, I now have the question - should I continue to store the purchase locally, or check each time with RC? Related questions are
- Which is the best option regarding the question of risk here (hacking the subscription)?
- is there an issue with second option if user does not have wifi/connected?
- Or possibly do both (but possibly overkill!)
Thanks for any advice