Hi all,
I've got a problem with the IAPs. I have in-game transtitional videos and banners in my game and a purchase option that would delete those ads.
The problem is, as I was testing on the editor, I made a purchase to see if it would actually delete them, and it worked perfectly. However, I can't seem able to cancel that purchase to see my ads again and test if they are alright.
I don't have the store linked to a Google Developer account or anything, I only used the Unity Codeless IAP option to process it.
To control the ads I use a *PlayerPref.SetInt("Purchase", 1),* but even if I hardcode a *SetInt 0*, the ads won't come back.
Any suggestions? I can't find anything about this without a **"go to your Google account (which I don't have) and cancel it"**.
I've got a problem with the IAPs. I have in-game transtitional videos and banners in my game and a purchase option that would delete those ads.
The problem is, as I was testing on the editor, I made a purchase to see if it would actually delete them, and it worked perfectly. However, I can't seem able to cancel that purchase to see my ads again and test if they are alright.
I don't have the store linked to a Google Developer account or anything, I only used the Unity Codeless IAP option to process it.
To control the ads I use a *PlayerPref.SetInt("Purchase", 1),* but even if I hardcode a *SetInt 0*, the ads won't come back.
Any suggestions? I can't find anything about this without a **"go to your Google account (which I don't have) and cancel it"**.