Hello, I have implemented Unitys IAP into my IOS APP uploaded to test flight,...
Hello, I have implemented Unitys IAP into my IOS APP uploaded to test flight, Added my products and filled out my tax and billing information. When I run the app in It does allow me to sign in with my...
View Articleunity in app purchase not working in android
Hello everyone, I have added Unity IAP in my project, In the editor, everything works fine but not in android, I have published it to google play store when I opened the app I see the price that I have...
View ArticleiOS IAP Services licence key?
Hello, I'm building an iOS app and I need to connect IAP to this app. But when I'm enabling IAP in "Services" tab I get an error (see the image) Im I doing something wrong? Target build is set to iOS...
View ArticleAttempt to read from field 'java.util.Map...
Android crashed.> Unity: 2018.4.2f1>> IAP:1.22.0> Caused by java.lang.NullPointerException: Attempt to read from field 'java.util.Map com.unity.purchasing.googleplay.Inventory.mSkuMap' on a...
View ArticleUnityIAP Android restore process
I'm asking about restoring an Android purchase from Unity IAP. On the Android platform, I know that the app is automatically restored when I run the first time. If purchase resiliency fails during this...
View ArticleCordless IAP does not work
Hi I used a cordless IAP in line with the Unity documentation, but it doesn't work. The product has been registered as an automatic update registration on the AppStore. Operation has been confirmed in...
View ArticleIs consumePurchase = false meaningful in CodelessIAP?
Is consumePurchase = false meaningful in CodelessIAP? If consumePurchase = false, the return value of ProcessPurchase is PurchaseProcessingResult.Pending, but IAPListner and IAPButton do not find a...
View ArticleUnity Codeless IAP incorrect result
We are using Unity Codeless IAP for consumable IAP. Every thing works on iOS/Android on our testing devices. After the app released, some user reported that they cannot get the purchased content. They...
View ArticleThe IAP service currently disabled - Unity Bug
I am getting this kind of error message when I try to set up an In-app purchase within my Unity project.I have already set up in-app purchases 100 times for my various project but this time, I am...
View ArticleI can't see the window to enter the unity channel public key.
I can't see the window to enter the unity channel public key. I am using the 2019.2.13f1 version. Unity IAP> receipt validation obfuscator Unlike the manual, the unity channel public key window does...
View ArticleCodeless IAP not working
I have a couple of products successfully linked to the unity IAP system, but when I press any one of them, the "Purchased Failed" object shows up. What is happening?
View ArticleUnity IAP Subscription clarification
Hi, I just want to clarify how to go about doing this. public TimeSpan getRemainingTime() Returns a TimeSpan to indicate how much time remains until the next billing date. **Products in the Google Play...
View ArticleIAP purchase check with hasReceipt not working
I am trying to check purchase of nonconsumable with a call to the following custom function in IAP script. For some reason it is not working. ... .. public void checkpurchase() //check for purchase...
View ArticleHow to remove UDP to prevent mixed implementation
I found out I have mixed implementation of Unity IAP and UDP following this page: https://docs.unity3d.com/Packages/com.unity.purchasing.udp@1.1/manual/Do_not_mix_the_implementations.html I am trying...
View ArticleWhy is IAP service not working when uploading aab to google play?
Something really strange is happening to me with Unity IAP service. Purchases were working correctly until the last version of the app. When uploading the last version, the IAP buttons are not showing...
View ArticleUnity IAP not working, "calling non-existent method"
Hello everyone! Recently I noticed that an In App Purchase that I set up for android is not working. When running a build on a device, the logcat displays `called non-existent method System.Boolean...
View ArticleHow to access receipt product with codeless IAP
Hi, I use IAP catalog for Android App. All work fine. But I want to know after restarting the application which products I have. Apparently, i must use receipt validation like this...
View ArticleUnity IAP not calling callbacks after Application.Quit()
I'm using Unity 2019.1.8, When i open the game for the first time, or kill it manually after exiting, the Unity IAP works normally.If i exit using Application.Quit and then open again there is this...
View Articlehow to implement IAP subscription???
Hey Guys. I'm really stuck with this implementing iap subscription thing... I'd be glad if somebody just throw a script or sth. There's no complete tutorial about it
View Articledisable ads admob with iap
hello, I would like to figure out how to disable ad ads permanently after a purchase in the app. I know that create an iap button but I can not disable ad ads ads. I've searched all over the web but no...
View Article