Do I need players to have accounts in order to have an IAP currency (ie. gems)?
Or are these sorts of things handled by Google/Apple? I'm new to this, and I've been trying to find out more so I can add IAP to my game. But I haven't found a clear answer on whether I need to use...
View ArticleHow to add IAP to my iOS game?
Right, so I only have experience with making Android games, and there it's easy enough to just have IAP routed through Google accounts. What is the way of doing this for Apple games? Do you use Apple ID?
View ArticleUnity IAP and GDPR
At what point does an app that has no ads but uses Unity IAP have to present the user with the Data Privacy Button? When the app starts? Before the first purchase is made? Or is it enough to have the...
View ArticleUnity IAP Unavaliable Product Google Play Store
I am having trouble with Unity IAP. I have an alpha release of my project in play store. I have setup iap on the store and have activated unity iap through the services on the editor by providing the...
View ArticleUnity Codeless IAP restore Google Play purchase not working
As per this documentation: https://docs.unity3d.com/2018.1/Documentation/Manual/UnityIAPRestoringTransactions.html > On platforms that support it (e.g. Google Play and Universal Windows...
View Article"using UnityEditor.Purchasing" doesn't exist.
Hello. I'm trying to make IAP -game. I use Unity's sample IAP- code from here: https://unity3d.com/learn/tutorials/topics/ads-analytics/integrating-unity-iap-your-game, but "UnityEditor.Purchasing"...
View ArticleUnity IAP crash on Android
I have just launched a game on the Playstore with Unity IAP 1.19.0 . Everything worked fine during the internal tests though last week I got a crash report from Crashlytics that I have difficulty...
View ArticleCannot import IAP Package, error: "The IAP service is currently disabled"
Even though I have tried disabling and re-enabling the IAP service, the Collaborate service, the Analytics service multiple times and even re-created the entire project in a new folder using...
View ArticleA Complete, detailed unity IAP tutorial ?? For android and Ios
I have been following all the manuals, documentations and online tutorials. However, I am still not able to get the IAP working correctly. Any help will be appreciated.
View ArticleUnity IAP find selected Android Platform target
Hello!I'd like to know how to have access from a script which Android Platform is set as target in Unity IAP(I need to know if Amazon or Google Play is selected, to run specific code).I've searched...
View ArticleUnity IAP shows "fl" or "fI" between price and currency symbol when using...
The Headline says it al. This is a little strange. I tried to remove it with string.Replace(), but it wasn't replaced. Mayby its a character for space or something made visible?? Any hints? Thanks!
View ArticleNot receving IAP products in amazon with native Gradle build.
I'm using Unity IAP 1.21 for amazon app, not receiving any products in the store. previously i checked on device making internal build, it was working on beta. Now with same IAP version and code I'm...
View ArticleiOS IAP App Store Promotion
Hi People I recently submitted my app to the app store and uploaded an icon to the IAP App Store Promotion, where I can promote my subscription directly on the app store. They have rejected the binary...
View ArticleUnity IAP not working
Hello! Products and IAPs registered in Google Developers Consoles were successfully initialized. (OnInitialized: PASS) However, the BuyProduct function is not responding in the terminal environment....
View ArticleUnity IAP not working!,Unity IAP not working!!
Products and IAPs registered in Google Developers Consoles were successfully initialized. (OnInitialized: PASS) However, the BuyProduct function is not responding in the terminal environment. After...
View ArticleUnity IAP causes Google Play security alert
Hi. I'm using Unity 5.6.5f1 with Unity IAP. When I wanted to build my game, got conflict error between GoogleAIDL.aar and GooglePlay.aar. So as someone suggested to remove GoogleAIDL.aar, I did it and...
View Articlean trouble to use Unity IAP plug-in for amazon
I am developing a mobile game by unity iap plug-in. My Unity version is 5.6.6f2. I want to upload it to google play store and amazon app store. I checked normally operation in google play store (window...
View ArticleHow to hide Unity Services console log spam
How can I remove the annoying console log spam from using Unity Services when they get initialized in the editor? Unity Advertisements has a static field debugMode, but it's auto-initialized. If I set...
View ArticleItems to be added to player's inventory through In-App Purchase
Hello everyone! I'm developing a mobile game for Android and I'm following several tutorials in order to permit to the player to buy items on a real shop. I already checked out these guides: -...
View ArticleStoring Data on iCloud
Hello! I'm trying to develop a Unity game for iOS which has IAPs. I want to stick as close as possible to the APIs provided by Apple, and perhaps store sensitive data (i.e. number of consumables a...
View Article