Unity In-App Purchase Local Validation is slow
I'm currently changing our game's in-app purchasing model from an older add-in to unity's built-in service. Up until now there have been no issues testing payments and validating receipts, both live...
View ArticleProblem with OpenIAB
Hey guys I am having a problem with OpenIAB, I have a pic of the logcat file of when i press the product im trying to buy. I see its something to do with the Androidmanifest.xml file but I can not...
View ArticleKnow if Ios subscription was canceled in Unity IAP
I am developing a game for IOS and Android and its have In App Purchase. I'm using product.hasReceipt to verify if the subscription is still active and that works well on Android, but in IOS its don't....
View ArticleUnityIAP Android Failed Purchase NoConsumible between two device
I'm trying to develop a system to made android in-app purchasing. If I use one device I'm able to integrate the system well, When user buy a noConsumible item and reinstall app this item was given. The...
View ArticleMy service window show nothing!
![alt text][1] [1]: /storage/temp/81860-스크린샷-2016-11-10-오전-44230.png I'm using MacBook 2014mid, Sierra. my unity version is 5.4.2f2 I reinstall (erase and install) and reboot several times, but it's...
View ArticleIAP Ads Removed Pref Error
HI All, I have implemented IAP in my game to "RemoveAds", i used Unity IAP and the sample code (Below) this is not the full code but the section that requires the function, in my LevelManager script i...
View ArticleUnity IAP not working on iOS, works on Android.
Hello, i have implemented Unity IAP on my game and i think i made all the necessaries steps to implement on iOS, but still not working. even after 48 hours that was approved. Here's the code: using...
View ArticleHow to use Unity's IAP to unlock a scene?
I've gone through a lot of tutorials on how to implement Unity's IAP, but they all use consumables as examples. It's no wonder why, they seem pretty easy to do. But where are the non-consumable...
View ArticleHow to redeem ios IAP promotion code?
Hello guys. If I have a consumable IAP in my game, and I had generated promotion codes for this consumable IAP. For Android: I can redeem them in Google Play and get my item when I resume the game. For...
View ArticleProblem with Prime31's StoreKit implementation
Hi everybody, I'm encountering a strange issue with inapp purchases on iOS. The implementation is Prime31's StoreKit plugin for Unity. Everything is working fine apparently: * product list is retrieved...
View ArticleCan I remove READ_PHONE_STATE permission on android while using Unity IAP?
I'm using Unity IAP - obviously for the in-app purchasing feature. The problem is: using Unity IAP automatically adds request for READ_PHONE_STATE on android. I don't want this because some of my users...
View ArticleUnity Android IAP content
My app that I'm working on has a section that will be restricted unless purchased. I'm storing all user data in a binary formatted file on the users device. I was going to store a variable to let me...
View ArticleProblem with IAP (In App Purchase) unity
According to unity documentation android automatically restore all of the purchases while apple need button to restore the purchase. So now i am confused if android restore all of the purchases then...
View ArticleIAP and Unity Cloud Build
Hi, I'm having problems getting Unity Cloud build to work after adding in the Unity IAP plugin. I'm using unity 5.5.0f3 I'm getting 1962: [Unity]...
View ArticleHow to ad a money withdraw option in android game?
Hello there, I am making an android game that rewards users some money i.e $0.003 for completing specific tasks. And when they have completed their money limit i.e $100, they can withdraw the money....
View Articletesting Unity IAP on iOS?
Hey all, Just submitted an app via Testflight to my phone. Everything works great except for the IAP- It simply doesn't respond. While I could have an issue on my end (AFAIK, everything is correctly...
View ArticleUnity2D: IAP not working on mobile phone
I'm having problems with unity IAP services; I followed this [tutorial][1] on online to the tea and it works within Unity Editor however it doesn't work on my mobile. I checked through everything and...
View ArticleUnity IAP how to know if it's a restore or a new buy?
I'm using Unity IAP and I want to know if I can find if a product is just bought or it's a restore. I want to give users some in game currency as a bonus for buying a non consumable product (remove ads...
View ArticleDoes Unity IAP supports promo code?
Ive looked into Unity IAP docs but I could not found anything about "promo code" it seems it is not supported yet. Is there any examples or help links for me to get started to do it in iOS and Android....
View ArticleiOS IAP not working
I am trying to use Unity IAP for iOS and it isn't working. 1) I can't get the price. 2) When the buttons are clicked it appears to be recognizing the code All of this works fine on Google Play Here is...
View Article