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
What is the best strategy to make an android app a trial version and then make a billing to unlock the app?
I have created my first android app and also implemented google licensing verification library into it.But the google LVL doesn't clearly states that how could I create a trial version of some days(say 3 days) for my app and then encourage the app…

Albert Ritchie
- 3
- 4
0
votes
1 answer
Facebook ios sdk doesn't track standard purchase events
I have auto-renewable subscriptions in my app. These subscriptions come with 3-7 days trial (money charged only after this trial period). I didn't place any custom code for event tracking in source files, and facebook tracks all of these events just…

Kaign
- 333
- 4
- 13
0
votes
0 answers
DispatchGroup issue when authenticate apple Id
I have one weird issue right now. I am using DispatchGroup() to verify in-app subscriptions on load. It works only if I have already authenticated with apple id.
let dispatchGroup = DispatchGroup()
var index = 0 // <--- Just For test
…

Bhavin Bhadani
- 22,224
- 10
- 78
- 108
0
votes
2 answers
In app purchase Type to be used for below requirement
I am using In-app purchases in my app. After a user pays for a video, they can view it.
The problem is that I will have a huge list of videos on my server and price will vary for each video. So, every time when I post a video, do I need to add the…

iVignesh
- 37
- 6
0
votes
2 answers
What is expected behavior for syncing google play/apple store auto-renewing subscriptions with internal account?
We're currently implementing the auto-renewing subscriptions for Google (we started with non-renewing for Apple and implemented already deduplication and validation process on server-side) and the main question right now is the following case:
A…

getKonstantin
- 1,220
- 9
- 14
0
votes
1 answer
Shall I get Receipt for cancelled Auto renewable subscription?
let say I purchase one month auto renewable subscription. I use product for 3 month, in 3rd month I cancel subscription. Now my question is can I get receipt for last two month transaction?

Nimit
- 145
- 1
- 8
0
votes
1 answer
Can't verify IAP receipt with service account, "The current user has insufficient permissions to perform the requested operation"
Created service account within Google Cloud Console ( https://console.cloud.google.com)
The service account has "owner" role.
Went to https://play.google.com/apps/publish and added this account ( using the email within the json file ) with…

sbsbessa
- 51
- 4
0
votes
1 answer
What does "Status" mean in the In App Billing section?
I'm trying to implement the in app billing service in my app (for test-purposes currently). Have tried to check out resources and documentation but I haven't found any on what the status means and for what purpose.
This is what I'm talking about in…

Boron
- 99
- 10
- 34
0
votes
1 answer
google app subscriptions by device and not by user
is there a way to bind a google play store subscription to the device and not to the user?
I know that some of my customers have 20 devices and more, all running with same google user account. And I don't want to have them paying for one user only,…

Fabian Knauf
- 117
- 8
0
votes
1 answer
Can't go through Google API Authorization
I'm developing an app with in-app purchases, so I want to know if subscription expired. I've already got my RefreshToken and AccessToken, but when I'm trying to get subscription info according to this, I always get the same error:
{ "error": { …

Yury Pilath
- 15
- 3
0
votes
1 answer
Plugin.InAppBilling InAppBillingPurchase.PurchaseToken is sometimes null in production
I'm using James Montemagno's Plugin.InAppBilling library for Xamarin to do iOS and Android in-app subscriptions. It has worked mostly correctly so far, except that once in a while, on iOS only, InAppBillingPurchase.PurchaseToken comes back null from…

Brian Rak
- 4,912
- 6
- 34
- 44
0
votes
1 answer
Iap purchase - trial without auto renewable subscription
I want to implement trial option but with omitting the payments. I don’t want to use auto subscription feature with trial because it forces user to pay after trial period. I just want to let the user decide after trial period - is it ok for Apple to…

Tomasz Przybysz
- 1
- 1
- 2
0
votes
1 answer
Android anjlab in-app billing - chargeable
I am using Android anjlab in-app billing Library, and have noticed this behavior:
When a purchase (they are all subscriptions) is made and the card is charged right away, everything works fine:
the method onProductPurchased() gets called, and I can…

Victor Lee
- 388
- 2
- 14
0
votes
0 answers
Using one-time in-app purchases and subscription simultaneously
Let's say we have an app with dozens of paid tutorials.
Is it allowed to sell each tutorial as a standalone non-consumable product, and simultaneously offer a subscription which unlocks all these tutorials?
Interesting in both iOS and Android…

Dmitriy
- 1,898
- 1
- 15
- 24
0
votes
1 answer
Handle cancel subscription in unity
I was using Unity's In-app purchase API to implement subscription in my app.
I want to trigger the cancel subscription without reinstalling the app. How can I track the unsubscriptions done by users from Google Play Store?

Rahul Das
- 31
- 5