Questions tagged [in-app-purchase]
In-app purchase (IAP) is a software feature that supports the purchasing of additional content from within a game using real currency.
41 questions
0 votes
0 answers
79 views
Unwanted ability to re-buy non-consumable in-app purchase in Unity
I'm encountering an issue with in-app purchases (IAP) in Unity, in the iOS sandbox environment. It seems to be allowing a player to re-purchase a non-consumable item they already bought. Below are the ...
3 votes
3 answers
387 views
Should purchasing the game immediately unlock all levels?
I am planning to release my first game as an in-app purchase. When the user buys the game, they own the entire game. If they can't skip a stage because of its difficulty, they can't unlock the next ...
2 votes
2 answers
1k views
Discounts on In-App Purchases
A client asked me about implementing In-App Purchase discounts on the Apple App Store and Google Play. For example, putting an item that's normally $7.99 on sale for $5.99. I've primarily been working ...
0 votes
1 answer
158 views
How to queue a paid function to run in Unity after an IAP button purchase completes to fund it?
My app will feature tokens to fund some in app functions. If someone clicks a menu button to run a paid function and has insufficient tokens, they should be prompted with a new token purchase menu to ...
0 votes
1 answer
535 views
Can I change an Android IAP's type from Consumable to Non-Consumable?
I was inspecting a bug with one of our old Android games, where a "level pack" in-app purchase was being lost after the player re-installed the game etc. The issue became obvious when I ...
0 votes
1 answer
2k views
IAP consumable stuck with reason DuplicateTransaction
I've implemented Unity IAP. I have succesfully implemented it before and all went well. Now at the moment, everything goes well except for 1 consumable. When I try to purchase it, i get the ...
1 vote
0 answers
185 views
what is best iap unitypackage (Asset) for support google play+ amazon in unity 2019.1.9? [closed]
I need a unitypackage easy and easy for In app purchasing in googleplay and amazon (for Android) Which unitypackage is best in unity 2019.1.9?
1 vote
1 answer
139 views
How to allow free download of a paid game to specific users
if I am a game developer, how can I allow some selected users to download it for free? The options I am aware of are the following: Use the built-in functionalities of play store and iTunes connect. ...