Do I need a database for in app purchases

Hi

I want to have non consumable in app purchases and be able to restore them. From what I’ve read so far It seems like this can be done simply by calling store.restore() and apple will sort everything out but on Corona sample app for in app purchases it says “-- Reminder: your app must store this information somewhere” what I want to know is will I have to save the restore information myself or will apple do it and I just call restore.

cheers

Katie

I think you can just call restore in this case.  Complex things like subscriptions and such may require more data tracking and it doesn’t hurt to keep track of your own purchases.

Thanks :slight_smile:

I think you can just call restore in this case.  Complex things like subscriptions and such may require more data tracking and it doesn’t hurt to keep track of your own purchases.

Thanks :slight_smile: