Refers to issues related to in-app purchases in any app development framework.
Questions tagged [in-app]
349 questions
5
votes
3 answers
AlarmManager is not triggered when App is closed
I have some in-App notification to show to users at a specific time but nothing is shown when the App is closed.
Setting alarm:
Intent alarmIntent = new Intent(mMotherActivity, ReminderAlarmManager.class);
if…

Hubert Solecki
- 2,611
- 5
- 31
- 63
5
votes
2 answers
New Unity In-App Purchase integration (Android)
Im trying to integrating new Unity inapp serivice and got the next problem:
I created project on google play (now it is only in Alpha-testing with no-publishing) and i created in-app content for purchasing. In unity editor all works well, but when…

Insality
- 53
- 1
- 3
5
votes
2 answers
iOS In-App Purchase Auto-Renewing Subscription Management
I am implementing auto-renewable subscriptions in iOS and want to be able to test the scenario where the user cancels the subscription but I am unable to do so because when I try to manage subscriptions with the sandbox account the app store wants…

dtrotzjr
- 928
- 5
- 18
5
votes
1 answer
Android In-App purchase doesn't work
I am about to publish the app to Google Play.
I tested in-app purchases with the product ID android.test.purchase and it worked fine.
Now I am trying to use the real product ID, but I always get the following UI error:
The item that you were…

amilien
- 81
- 1
- 5
5
votes
1 answer
How to implement yearly subscription on just the Android application itself, and not products within the application
In Android documentation, you can find how to implement subscription billing for the products that you offer for sale within your application. It involves exchanging a number of messages with Google server.
I just want to sell my application itself…

user1645669
- 47
- 2
5
votes
3 answers
app is asking for AppleID when being run
I am updating my iOS app with the Apple suggested transaction VerificationController code to verify in-app purchases due to the recent "hack" published that allowed people to purchase in-ap purchases without paying due to spoofed receipts from…

chadbag
- 1,837
- 2
- 20
- 34
4
votes
3 answers
Android in-app products import from csv file
Can anyone make correct CSV file for importing in-app products?
All my attempts were failed.
First option:
test,published,managed_by_publisher,false,en_US;name;desc,false,US;1990000
The result is: "The first defined currency of Product IDs [test]…

Max_xt
- 96
- 1
- 6
4
votes
4 answers
How restore transaction in In-App Billing (Android) work?
I tried to search about that problem, but didnt get many information. I just know that:
- Restore in the first time user install app or when user reinstall when they uninstall/wipe data.
- Restore transaction just apply for managed-product.
I tried…

Trung
- 131
- 1
- 8
4
votes
1 answer
Using In-App billing to purchase full version of the game
I want to integrate In-App billing in the free version of my game, to allow user purchase the full version from the free version itself.
I already got In-App billing working and I could easily make additional items in game available.
The problem is…

Žan Kusterle
- 572
- 1
- 10
- 28
4
votes
1 answer
Google play store does not return obfuscatedExternalAccountId when resubscribing after expiration
Steps to reproduce:
Subscribe to a subscription in the app
Go to google play store and cancel the subscription.
Go back to subscriptions page
Wait for the subscription to expire
The subscription will now be showed below expired heading.
Click on…

Hemil
- 916
- 9
- 27
4
votes
2 answers
purchases.products.get is ignoring productId value and returns null in ProductPurchase
I'm making request to google Android Publisher api to check if the provided purchaseToken of an in-app purchase is correct. First problem is that the product id is ignored and I can type anything as the parameter. Only package name and purchaseToken…

Deusald
- 73
- 6
4
votes
1 answer
Why does an order with Refunded status show as PURCHASED in Google in-app payment system?
I use Google in-app Billing Version 3 in my Android App, I'm testing the order module of the App based the following code.
In the case, a user's order has been Refunded by Google Play, but when I run mBilling.initBillingClient(), I find…

HelloCW
- 843
- 22
- 125
- 310
4
votes
1 answer
Is there a limit on the number of requests to Apple to verifyReceipt?
We get the user cancels in the next 30 days from our database and we call to Apple one to one
https://buy.itunes.apple.com/verifyReceipt
We want to call for a list of user cancels in the next 365 days which can be a huge list.
I look for that in…

Jose Antonio
- 578
- 1
- 8
- 34
4
votes
1 answer
In App Billing Library doesn't provide the Updated PurchaseList after Consuming the Purchase Item?
I am currently Implementing in App Purchase using In App Billing Library,
After Consuming the Purchased Item using method :
mBillingClient.consumeAsync(purchaseToken, new ConsumeResponseListener() {
@Override
public…

Jay Mungara
- 6,663
- 2
- 27
- 49
4
votes
3 answers
Open facebook login screen in personal App and not in device browser
When Facebook app are installed on device and i am not log in.
My own app opens facebook app when click on facebook login button.and if i am login on facebook app, my own app takes login details from facebook app and let me use login info. When i…

Pratibha sarve
- 369
- 2
- 11