Questions tagged [subscriptions]
354 questions
13
votes
1 answer
iOS: In App Purchase managing multiple auto-renewable subscriptions with upgrade and down grade option
We are developing one iOS application for iPhone which will free features as well app will have premium features with 4 in app purchase auto-renewable subscription options as below:
Single monthly subscription
Single yearly subscription
Family…

RayofHope
- 1,187
- 2
- 14
- 30
13
votes
2 answers
Detecting whether the current subscription is in Trial for Google Play store?
I'm trying to detect whether a user who has purchased my application through in-app purchase is in currently in Trial period or not.
For Apple (ios store) it was an easy flag which I could find in the receipt.
For Google Play, even though I'm making…

ank3it
- 131
- 1
- 4
13
votes
2 answers
Azure Service Bus - subscribers can independently subscribe to a subscription and share the same message?
I'm new to Azure Service Bus and have created successful pocs for creating a topic and a separate subscriber application to receive its message.
Based on this article, I quote:
"A topic can have up to 2,000 subscriptions associated with it, each of…

Heretix
- 131
- 1
- 4
12
votes
1 answer
Stripe: Add metadata to subscription on creation
So I've been trying to learn Stripe API recently... I'm getting there slowly but have come to a bit of a speed bump with this metadata information.
What I am looking to achieve is add metadata to the subscription when the subscription and customer…

Snappysites
- 804
- 1
- 10
- 41
12
votes
0 answers
How to discount auto-renewable subscription AFTER user has subscribed?
Our app that is in development will have the following 2 IAPs set up:
$12.99/mo as an auto-renewable subscription.
$9.99/mo as an auto-renewable subscription (if you've entered an invite code).
Obviously if the user enters the invite code BEFORE…

Keitzer
- 151
- 6
12
votes
3 answers
How to simulate Past-Due status on Subscription
I have setup a PHP script on a cron which contacts Braintree via the API to look up the status of each subscription that we have on file. We then update our local records based on the customer's subscription status. Because I can manually cancel a…

Tyler V.
- 2,471
- 21
- 44
11
votes
1 answer
Order Id of Android subscriptions
According to Google's documentation order ids of subscriptions have following format:
12999556515565155651.5565135565155651 (base order number)
12999556515565155651.5565135565155651..0 (initial purchase…

Yuriy
- 1,466
- 2
- 14
- 30
10
votes
0 answers
Google Play subscriptions always "Pending payment"
I'm having problems to understand why almost all (90 %) of my active subscriptions in the Google Play Developer Console are in "Pending payment" status, despite the subscriptions are out of trial and grace periods and the status of the subscription…

mmsergi
- 377
- 2
- 3
- 9
10
votes
2 answers
gcloud beta pubsub subscriptions pull format
Quick question:
When I pull message from pubsub subscription via command line tool
gcloud beta pubsub subscriptions pull MY_SUB
I am getting a table with (all details and) data as string (already decoded)
But i want to use it so i did:
gcloud beta…

Uda
- 103
- 1
- 7
9
votes
1 answer
How to get Google Play subscription expiration date from backend server
I'm astonished to find very little documentation or examples about obtaining the expiration date for a Play Store subscription. Throughout the official In-app Billing documentation, the following is noted:
When the user successfully purchases a new…

user1168400
- 111
- 3
- 9
9
votes
1 answer
Limit number of results in Meteor on the server side?
I have some code as shown below. There are about 60K entries in my keywords collection in Mongo. I really just want the top 25, so I'm trying to set a limit find. I'm running the same query to print out my number of results. For some reason, the…

Eric Lee
- 153
- 1
- 1
- 4
8
votes
3 answers
youtube.subscriptions.list (api v3) - nextPageToken isn't available
I'm trying to get all channels from my subscriptions. But the "nextPageToken" isn't available.
The response should containing "nextPageToken":
(from developers.google.com - YouTube (v3) - Subscriptions: list)
{
"kind":…

Fleckchen
- 153
- 5
8
votes
1 answer
Google Play Developer API: "startTimeMillis" is updated when it should not
I am developing an application with in-app subscriptions. On our servers, I check the validity of each subscription through the Google Play Developer API.
As stated in the docs, a request to the Purchases.subscriptions endpoint, returns something…

blindOSX
- 711
- 8
- 14
7
votes
1 answer
How do I change sign-up fee text in WooCommerce Subscriptions?
So far i've tried adding the following code to my functions.php with no luck:

Rishi
- 73
- 1
- 4
7
votes
1 answer
Which events can be subscribed to with Knockout's observable.subscribe function
Under the Explicitly Subscribing to Observables section of the Knockout documentation, there is a reference to an event parameter of the subscribe function, but the only two examples given on that page are change and beforeChange.
By way of example,…

ec2011
- 570
- 6
- 20