I am not sure exactly the process for restoring purchases for a user.
Is this the correct process? (* = event)
* On start of layout
Add product IDs "IDgoeshere"
Request store listing
* On touched "restore_button"
Restore purchases
Then the part where I am a little confused is what event to use to see if purchase is restored.
Should I just do:
* Has product "IDgoeshere"
(actions for after purchase here)
or does it trigger the "on purchase success" event again?
* On product "IDgoeshere" purchase success
(actions for after purchase here)
Thanks