Questions tagged [in-app-subscription]

Google Play In-app billing subscriptions let you sell content, services, or features in your app with automated, recurring billing.

499 questions
0
votes
0 answers

Manage Auto-renewable in-app purchase and consumable in-app purchase

I am working in an app which uses 3 in-app product Monthly subscription (Auto-renewable) Yearly subscription (Auto-renewable) Lifetime subscription (Consumable) The app has a feature that a logged in user can add other app user's accounts to his…
0
votes
1 answer

In iOS subscriptions, is there a limit on how often verifyReceipt can be called per day/hour/etc?

Based on my understanding of how subcriptions work, it seems like we should build some sort of cron job to check if almost about to expire users were renewed since notifications won't be sent in some cases. Based on reading…
Julian
  • 483
  • 1
  • 6
  • 17
0
votes
2 answers

Change In-app Subscription amount From GBP to USD

I am creating a new subscription in in-app product in Google play console. When I tried to add price, it populated a form to enter amount in GBP. I want to enter the subscription amount in USD. I understand this is because of my merchant profile…
Suneesh Ambatt
  • 1,347
  • 1
  • 11
  • 41
0
votes
1 answer

How to set gross price to google play subscription item

If I set price for a subscription item in google play console, it doesn't include tax. I'd like to set the same price what user will see in the app. It works fine with in-app products if I use templates, but I can't find solution for subscription…
0
votes
1 answer

In App purchase in iOS Apps using PayTm - WebPage

I need a clarification on how to use IOS In App purchase for subscribing a service within the app(eg: a 3 month subscription to access features in a Matrimony app ). Can I use PayTm transaction as In App which directs to a PayTm web page. Or else…
0
votes
1 answer

In App purchase user press cancel receive SKErrorDomain Code=2

i've developed an app with in app purchase integrated, When performing in app purchase i just press cancel halfway, it return SKErrorDomain Code=2 is there any document from apple regarding this?
wes. i
  • 627
  • 9
  • 26
0
votes
2 answers

Google Play Subscription Api: How to distinguish between refunded subscription and user-self canceled subscription?

How to distinguish between refunded subscription and user-self canceled subscription? Both shows Expiring date (expiryTimeMillis) and cancellation date (userCancellationTimeMillis) same. I did not find a single clue to dissent those from each other,…
0
votes
0 answers

How manage recurring subscription on mobile application

I need to implement a renewable subscriptions in my mobile application, with different plans, duration and prices (like Netflix is doing), that is valid on mobile but also in my desktop app. I read many threads and I understood that the only way to…
0
votes
1 answer

In-App purchases from Google Play

We have a app in google play that a user subscribes to. We need to get a list of all subscribers along with their billing history to reconcile our payment records. Is there a way to get an export of this information from Google Play? I don't see…
0
votes
1 answer

In-app Billing Android Issue BILLING_RESPONSE_RESULT_DEVELOPER_ERROR

I have uploaded one apk to the alpha channel with just billing permission. The uploaded apk does not have purchase flow code but I have added that code for testing apk. Both apk signed…
0
votes
0 answers

Subscription type in iOS in-App-Purchase

I have a question about what type of iOS subscription I may use according to our project. In summary, my app is intended to personal trainers in order to control the sport efficiency of different team players. Every personal trainer can create up to…
0
votes
1 answer

manual renewal for android inapp subscriptions before expiry date

According to the billing subscriptions documentation, there is a possibility of triggering a manual renewal before the current subscriptions has expired. For eg. If I invoke the same purchase flow on a particular monthly sub 2 times in a row, the…
iflp
  • 1,742
  • 17
  • 25
0
votes
1 answer

How to unshow Ads on subscription in PhoneGap android app

I'm using Appodeal sdk, but it's the same principle in AdMob On Paid version, when a user do subscription, how to check a user actually paid, returning a boolean true or false. with this result I want to unshow the code of Appodeal to such user.…
eyalix
  • 133
  • 1
  • 2
  • 18
0
votes
1 answer

How do I add a second In App Subscription to Google Play Console?

I am trying to use In App Subscriptions and have created and uploaded an APK to my Play Console. I had created two in app subscriptions but realized that they both had the same price as I was not thinking at the time I created them. I went to change…
0
votes
1 answer

For subscription in Android, how to handle if client's credit card expires?

I am currently working on an application that incorporates google in-app subscriptions. It seems like google would handle most of billing and transactions, but the questions are: 1. if user's credit card is expired while the app is trying to renew…