Questions tagged [subscriptions]
354 questions
5
votes
3 answers
Can't register subscriptions; CKError 0x19030580, "Service Unavailable"
Every time when I try to register the subscription, I get the error: CKError 0x19030580: "Service Unavailable" (6/2022); server message = "refused to install an older schema (68f93710-7456-11e4-b13e-008cfac0c800) since we already have…

Mikhail S
- 3,338
- 3
- 21
- 34
5
votes
1 answer
in-app subscription - is there a limit of inventory queries from apps?
Is there a limit of inventory queries per day that my applications can send? (by calling mHelper.queryInventoryAsync(mGotInventoryListener) )
I wonder if I can check every time my application starts if a user still has the valid subscription? Or…

AppiDevo
- 3,195
- 3
- 33
- 51
5
votes
1 answer
How to change the next billing date with Braintree
I've looked over the docs (https://www.braintreepayments.com/docs/ruby/subscriptions/overview) and cannot see if it's possible to change the next billing date of an active subscription.
We want the ability to pause our user's subscriptions without…

Dallas Clark
- 4,064
- 3
- 30
- 36
5
votes
2 answers
Limit on number of subscriptions per azure account?
I know that we can create multiple subscriptions per azure account. Is there any limit on the number of subscriptions in single windows azure account ?

Vamshi
- 81
- 1
- 2
- 7
5
votes
1 answer
Displaying subscription id on Stripe after creating a subscription in php
I can't seem to figure this out. So what I am doing is having a auto pay page. The customer hits autopay, and the php script will create the subscription with stripe. What I can't figure out is how to get that subscription id to save it on my db.…

user3386076
- 51
- 1
- 3
5
votes
1 answer
Any way to export/import sql server reporting services subscriptions?
I have not been able to find a way to export/import subscriptions either in the Report Manager or by SQl Server Management Studio.
Anybody know if this is possible?

Dano
- 677
- 2
- 17
- 30
4
votes
2 answers
Remote Credit Card storage (probably PayPal) with recurring payments
Well, I'm designing an online service that needs subscription in order to be used by the end user. It has a Free basic plan and then the user has several paid plans that are more feature rich.
Subscriptions are monthly or yearly (user's choice).
By…

ddinchev
- 33,683
- 28
- 88
- 133
4
votes
2 answers
Unsubscribing from Observables inside services?
When looking at code examples, I often see the case where observables inside services are not unsubscribed from.
Here is an example:
export class AuthGuard implements CanActivate {
private isLoggedIn: boolean;
private isLoggedIn$:…

Michael
- 799
- 1
- 7
- 16
4
votes
1 answer
Change subscription interval for subscription with multiple subscription items in Stripe
I'm using Stripe (PHP Client, Laravel) to handle our subscriptions. We both have subscription and addons which Stripe doesn't seem to support nativly - however I've found a workaround but I encounter a problem.
Set up
We have some different…

Christian Gerdes
- 279
- 1
- 2
- 16
4
votes
1 answer
Apollo js Subscriptions Optimistic UI
Does it make sense having Optimistic UI with subscriptions?
So basically:
addChannelMutation({
variables: { name: eventValue },
optimisticResponse: {
__typename: "Mutation",
addChannel: {
__typename: "Channel",
id:…

Luca Marangon
- 762
- 1
- 8
- 13
4
votes
0 answers
Stripe subscription best practice for cancel and reactivate model
I'm working on an app have a monthly subscription plan form Stripe.
I'm creating a customer then subscription for users to subscribe which is working fine for me but I have not figure out how to create cancelation flow with Stripe subscription.
I…

Skate to Eat
- 2,554
- 5
- 21
- 53
4
votes
2 answers
Woocommerce Subscriptions - add product name next to subscription ID
I can't find a forum specifically for Woocommerce Subscriptions, so I'm hoping Stack can help me!
On the "My Subscriptions" page, there is a table which displays all of the customer's subscriptions. The subscriptions are named by the ID number. I…

LBF
- 1,133
- 2
- 14
- 39
4
votes
1 answer
Meteor Yogiben:Admin Filtering by Logged in User
I am using the yogiben:admin package for meteor and I would like the currently logged in user to be able to see only their own objects from each collection.
How do I integrate subscriptions into the admin? Is it part of autoform?

Bryan
- 17,201
- 24
- 97
- 123
4
votes
2 answers
Knockout subscription insight: detecting if disposed
I have a subscription management in my ko model, which saves any subscription by intercepting them and saving reference to them.
I then dispose() them, but I need to understand sometimes if a sub is already disposed. Is the member Gb, a boolean of…

Nillus
- 1,131
- 1
- 14
- 32
4
votes
1 answer
The best pattern to organize my subscriptions in Meteor without the risk to find the data not ready
I read some of the posts here about how to organize subscriptions in Meteorjs, but I still I don't understand what is the best pattern to avoid finding out some data I subscribed are not ready to be used in a template. I use Iron Router and now I…

massimosgrelli
- 121
- 1
- 7