Hi everyone. I created a script for the in app purchase with soomla. Now that I Bought my no_ads item once I would like to reset the value for purchasing it another time. I tried using StoreInventory.Takeitem but it doesn’t work. I used lifetime vg for the no_ads item. The console says:
NoAdsAlreadyBuyed
UnityEngine.Debug:Log(Object)
SOOMLA StoreInventory Taking: 1 pieces of: no_ads
UnityEngine.Debug:Log(Object)
SOOMLA/UNITY StoreInfo Trying to fetch an item with itemId: no_ads
UnityEngine.Debug:Log(Object)
SOOMLA VirtualGoodsStorage fetching balance for virtual item with itemId: no_ads
UnityEngine.Debug:Log(Object)
SOOMLA VirtualGoodsStorage the balance for no_ads is 1
UnityEngine.Debug:Log(Object)
SOOMLA VirtualGoodsStorage Removing 1 no_ads.
UnityEngine.Debug:Log(Object)
SOOMLA VirtualGoodsStorage the balance for no_ads is 1
UnityEngine.Debug:Log(Object)
SOOMLA StoreEvents SOOMLA/UNITY onGoodBalanceChanged:{“itemId”:“no_ads”,“balance”:0,“amountAdded”:-1}
UnityEngine.Debug:Log(Object)
SOOMLA/UNITY StoreInfo Trying to fetch an item with itemId: no_ads
UnityEngine.Debug:Log(Object)