i am trying to test my iap functionality on google play and apple app store. for non-consumables i need to be able reset the state of the purchase.
google has some instructions: https://developer.android.com/google/play/billing/billing_testing.html
but these mention using a "cancel()" method, which i think is not available via AGK. there is also a mention of another way there to "open the app page on Play Store". but i cannot find anything related on the Play Store page for my game.
on apple people seem to do all sorts of tricks: http://stackoverflow.com/questions/7747457/clearing-purchases-from-ios-in-app-purchase-sandbox-for-a-test-user
overall seems rather complicated for something so obviously needed.
any tricks to do this (with an AppGameKit tier 1 app/game)?