Hi,
In my latest game for kid, I'm implementing some non-Consumable in-app (I've 3 of them). I've got problem with the restoration of the in-app. After calling
storekit:restoreCompletedTransactions()
I don't understand how I can check which in-app is restored ?
Thanks a lot for your help!
Comments
And so you can check the recipientID if it was stored, then you already processed this purchase, if it is not stored, then you have to process it and store it's id persistently
https://www.facebook.com/lesptitboutchoux
basically there is a method restore purchases, which initiates all purchase complete events (without any UI for user) that you should process as normal purchase, again storing their ids, etc
So basically you have one single method to handle purchase complete, which works for both new purchases and restored purchases.
there is no way to iterate through made purchase though
https://www.facebook.com/lesptitboutchoux