Hi!
Well, I wanted to have a go with compiling my game with ejecta, but I wanted to try to implement the in app purchase function, and noticed on ejectas website that you have to be able to restore purchases in case the user decides to reinstall the app after uninstalling it. There's no such option in the plugin used in construct 2 (I downloaded it from github), so I'm wondering how you would go about doing that.
The code to use is apparently: .restoreTransactions( callback(error, transactions){} )
Do you execute it with the browser object and choose: exectute javascript?
Thankful for any help! :