Hi all,
Is there any way to re-set the state of InAppPurchaseSetup()?
I do my IAP setup at the start of my app, but while I'm doing my broadcast testing, I have to close the player app and re-open it each time I broadcast to it otherwise I get the following error:
"Failed to call InAppPurchaseSetup(), setup has already been completed"
I assume this is because I'm technically running the app via the player, so I'm setting up the IAP in the player and not my app. So is there some way I can reset the state of IAP setup before I set it up in my app to avoid having to restart the player each time I want to broadcast?
I know it's just a little thing, but I do this 8 hours a day, so it gets tedious quickly!