Questions tagged [in-app]

Refers to issues related to in-app purchases in any app development framework.

349 questions
72
votes
5 answers

Use in_app or latest_receipt_info for getting latest receipt for auto-renewable iOS 7 style transactions?

I am trying to verifying that an auto-renewable In App purchase has not expired server side (not on a device). I am using Apple's Grand Unified Receipt (iOS 7 style transactions). The response returned by Apple contains in_app and…
Chris
  • 1,244
  • 1
  • 12
  • 15
54
votes
3 answers

How to detect Facebook in-app browser?

Have you had any experience in Facebook in-app browser detection? What's the core difference in user agent? I don't want to know if it is a only mobile/ios/chrome. I need to know whether user agent is specific from Facebook in-app browser
milosz0010
  • 679
  • 1
  • 6
  • 7
53
votes
8 answers

how to cancel an in-app test purchase on android?

Until june 20th 2016 i was able to cancel test purchases done in my app. Doing multiple in-app purchases (not consumable) from the same test account made it easy to develop and test the code without too much hazzle. After 20th june 2016, the…
KennethJohansen
  • 579
  • 1
  • 4
  • 7
29
votes
5 answers

iOS - Integrating credit card payments

I'm aware that we can integrate in-app purchases with storekit. but i want to integrate payments using credit card. will apple allow to integrate such libraries? Are there any such libraries available where users can use their credit card for…
Satyam
  • 15,493
  • 31
  • 131
  • 244
28
votes
3 answers

Sign-In Required Popup in-App purchase issue?

I integrate In-App purchase in my App, its working fine for purchase and restoring items. But one issue are there, When I purchase the item using test1@gmail.com, its successfully purchase the item also restore working fine. Now, I uninstalled apps…
Kirit Modi
  • 23,155
  • 15
  • 89
  • 112
21
votes
1 answer

iOS Application Rejected By Apple In-App purchase Subscription

Hello Team I know lot of answer on the stack overflow but for me none of them work so please help me out I am facing this issue last 2 weeks I am done the all configuration on iTunes connect also. I got this message By APPLE We are unable to proceed…
Sanjeet Verma
  • 551
  • 4
  • 15
17
votes
1 answer

Get in-app billing user account details

I'm creating an Android application that implements subscriptions to digital content on my backend server. What I wish to do is obtain the name and email associated with the Play account that made the purchase, namely the same information I can get…
user2254532
  • 1,851
  • 2
  • 14
  • 14
14
votes
3 answers

Check subscription validity using Flutters in-app-purchase plugin?

I'm trying to implement in-app purchases using the official Flutter In-App-Purchase plugin. I've got things working, except I can't figure out how to tell if a users subscription is still active or if it expired. Even after I canceled my test…
Magnus
  • 17,157
  • 19
  • 104
  • 189
12
votes
5 answers

Get android subscription status, failed with 403

While trying to get android in-app subscription status (with expiry date), I get the following error message: { "error": { "errors": [ { "domain": "androidpublisher", "reason": "projectNotLinked", "message": "The project id used to…
neobie
  • 2,847
  • 5
  • 27
  • 31
10
votes
1 answer

How to restore non-renewing Apple subscriptions

The app I'm working on was recently rejected by Apple for containing an auto-renewable subscription. They recommended that we switch to non-renewing subscriptions for our content. The one thing I can't quite wrap my brain round is how to restore a…
Steve
  • 343
  • 3
  • 12
10
votes
3 answers

Android In-App Billing, missing purchases

I am using Google's In-App Billing for my Android app. I used the IabHelper class from Google's how to, as their billing seems extremely complicated. My issue is I want to know if the purchase is successful or not. I think I'm following the process…
James
  • 17,965
  • 11
  • 91
  • 146
10
votes
1 answer

How to test In-app Billing on an emulator?

Is it possible to disable in-app billing/purchase and test my application on an Android Emulator? I want to do some functional testing of my application on multiple emulators. Later on I would test the 'in-app billing' on a real device. Anyone have…
Dimitri Dewaele
  • 10,311
  • 21
  • 80
  • 127
10
votes
1 answer

iOS Submission issue with In-App purchase

I have uploaded my app with two In-App purchases. After 4 days I have received this message and the iTunes Connect status: "Your In-App Purchase has been returned. You must modify or delete the highlighted item." Both of the In-App purchases are…
neelabh
  • 479
  • 6
  • 19
9
votes
3 answers

Android in-app multiple purchases

Is there a way to do more than 1 item using in-app purchase? For example - can I buy 2 of the same item?
OkyDokyman
  • 3,786
  • 7
  • 38
  • 50
9
votes
1 answer

Android in-app Billing unexpected response

I'm trying to implement android's In app billing Dungeon project. when i try to purchase items i entered i keep getting: 06-04 10:37:33.343: E/Volley(1913): [228] BasicNetwork.performRequest: Unexpected response code 500 for…
atreo
  • 171
  • 2
  • 6
1
2 3
23 24