Google Play In-app billing subscriptions let you sell content, services, or features in your app with automated, recurring billing.
Questions tagged [in-app-subscription]
499 questions
0
votes
1 answer
InApp Purchase - Expiration and Start Date details
I have implemented the InApp purchase in android for first time using
Android In-App Billing v3 Library
The subscription are successfully charged and displaying subscribed on Playstore, but not able to get the subscription expiry date and other…

Suresh Pawar
- 1
- 1
0
votes
1 answer
Price change with auto renewable subscription
We are developing an app for both platforms(Android and iOS) with the implementation of in-app purchase. There is a need to retain the previous subscription price for old users for a certain custom defined period of time after the change of…

Bhupesh Shrestha
- 248
- 3
- 17
0
votes
1 answer
How to test touch dialog and perform real in-app purchase?
I have submitted my iOS app. The status is now pending developers release . In-app auto renewable subscriptions are approved. When I test, the app still prompt sandbox dialog for me to enter sandbox account password to verify my purchase. I cannot…

Jeff Bootsholz
- 2,971
- 15
- 70
- 141
0
votes
1 answer
how to i implement Apple in-app Subscriptions in Flutter
I want to provide auto or even Manuel renewable subscription in my Flutter App for iOS devices. Users can subscribe for 1 Month or 1 year.
Which one is the best? How to implement? Are these secure?
i tired Square Plugin; but got this response from…

Saifallak
- 1,234
- 2
- 13
- 28
0
votes
1 answer
React Native: Is it possible to use Expo just for development?
I am new to Expo but so far it seems super neat not having to open up Android Studio / Xcode to run my app locally. Not having to touch that stuff makes it so much more convenient to develop.
However, I want to incorporate in app purchases…

bigpotato
- 26,262
- 56
- 178
- 334
0
votes
0 answers
How can we calculate renewal date of in-app subscription in android?
In my app there is two subscription one is monthly and another one is yearly,
When I purchase any subscription plan its return me a bunch of data with purchase date(in millisecond).
I want to display a purchase date which one I got it from purchase…

P A Gosai
- 553
- 5
- 22
0
votes
1 answer
What would be the right way to increase cost for Auto Renewable Subscriptions
I have an app that offers auto-renewable subscriptions and I would like to increase the subscription cost but I'm not sure how to handle existing customers. Let's pretend for a moment that I currently have 100 subscribers who paid $9.99/year when…

fs_tigre
- 10,650
- 13
- 73
- 146
0
votes
0 answers
I can fetch my SKU Details but the in-app purchase dialog says item could not be found
I change my android package name and create subscriptions with same reference SKU code.
When my code below runs, it gives item could not be found. Before changing the package name, everything works. Would you please tell me whether I should change…

Jeff Bootsholz
- 2,971
- 15
- 70
- 141
0
votes
1 answer
Testing: Which country doesn't support billing library?
Our app support in app subscription.
Actually we didn't check this method before trying in-app-subscritpion process:
https://developer.android.com/google/play/billing/billing_reference#isBillingSupported
This missing check, I suspect it can cause a…

Andrea De Gaetano
- 335
- 4
- 16
0
votes
3 answers
Apple iOS Inapp purchase Server to Server Notifications' 'Cancel' notification cases?
We have been testing In App purchase Server to Server notifications in sandbox environment over and over. Apple's documentation here states for the Cancel type notification that:
Indicates that the subscription was canceled either by Apple customer…

mickeymoon
- 4,820
- 5
- 31
- 56
0
votes
0 answers
No debug message and response code provided for Android in-app subscription. What do I need to configure else?
I would like to make a in-app purchase of Google Play subscription. When it comes to the implementation, it tells that "the item you were attempting to purchase could not be found." The response code is 0 and no debug message. Would you please tell…

Jeff Bootsholz
- 2,971
- 15
- 70
- 141
0
votes
1 answer
How to check subscription state in Android billing?
I have some app, which have subscription. User can buy subs, but how I can check is subs currently active (without server validation)?

Dmytro Melnyk
- 55
- 8
0
votes
0 answers
Testing in-app-subscriptions before going live
We have an app which is already live on the app store. We have now added in app subscriptions in it.
We want to test in app subscriptions on production mode before sending this version to the app store. Is there any solution so we can test real in…

adil anwer
- 11
- 1
0
votes
0 answers
Preventing Trial Period Fraudulent in iOS In App purchases
We have a app with a auto renewable IAP for which we offer a initial trial period to the user and charge once the trial period has expired. Our app maintains user account management(user login) and all features (including the IAP) are accessible…

mickeymoon
- 4,820
- 5
- 31
- 56
0
votes
2 answers
Stripe API error - "Received unknown parameter: source"
Creating subscription site in wix code. I keep getting a 400 unknown parameter: source error. (/subscripton)
if you can spot where i am going wrong it would be appreciated. thanks!
import { fetch } from 'wix-fetch';
export async function…

TheDylanVoyages
- 19
- 1
- 1
- 1