Hello, I have an app I built in Unity for the Firestick and I'm trying to test build it, but it's not getting any of the callback events. I've tested it in the editor and it works, I'm using the same script from another project I have on the Amazon App Store, but it's just never getting the purchase callbacks. The weird thing is, it is getting the callbacks in the editor...
I'm using App Tester, it's registering the purchase events, but never fulfilling them, it says "Purchase complete! Thank you!" but I don't get any coins in the game, and if i try to make another purchase it gives me an unfulfilled purchase error. If i look in Apptester, i can see the transaction, and it says "Purchased" but I'm not getting any callbacks in game...
This is my main script,
I have another one that registers and unregisters the events when you click on a shop button/cancel.
Edit:I fixed the issue, sort of... I downgraded to an old version of the IAP plugin, and now everything works fine. I hope someone can still give a proper explanation as to why this might be happening in case anyone else finds this(seeing as "downgraded to old version" isn't really a solution lol)