I am using Soomla for IAP purchases in my game and am trying to restore my non-consumables on the click of a button.
The problem is, I am not getting any callbacks in my delegate implementations for both 'OnMarketPurchase' & 'OnItemPurchased.'
I am calling "StoreController.RestoreTransactions()" on a button's click. Is there anything that I am missing ?
P.S. I have purchased the item and call RestoreTransactions after re-installing the game.
↧