Questions tagged [subscriptions]
354 questions
29
votes
3 answers
"The address entered appears to be invalid. Please correct your address and resubmit." I am getting error in itune
I am getting following error while updating the address in iTunes sign agreement page.
The address entered appears to be invalid. Please correct your address and resubmit.
Can anyone help me on how to resolve this error?

Virendra Yadav
- 613
- 1
- 6
- 8
28
votes
2 answers
How to determine if user cancels Google Play subscription?
About to build a subscription product into our Android app, but a little unclear on the best way to know about canceled subscriptions. The only way we are planning on letting the user cancel is for them to go to Google Play Store and explicitly…

Karim Varela
- 7,562
- 10
- 53
- 78
27
votes
2 answers
Setting subscription to inactive in google playstore
While developing an android app I added two test subscriptions in the google play console with some fictional prices. Now the app is productive and the test subscription prices are displayed to the users inside the playstore:
I tried to deactivate…

Dirk
- 1,020
- 8
- 16
27
votes
4 answers
Angular2/4 : Refresh Data Realtime
I need to refresh the data in a component page in an interval. Also I need to refresh the data after doing some action. I am using Obeservables in the service so that I can subscribe to when the response is ready. I am pushing the subscriptions to a…

Jithin
- 2,594
- 1
- 22
- 42
26
votes
2 answers
Android/Google Play: do I really need my OWN server to manage inapp billing subscriptions?
In the Google Play doc, it is written "To verify a purchase, the app passes the purchase token and other details up to your backend servers, which verifies them directly with Google Play using the Google Play Developer API."
My question is : do I…

toto_tata
- 14,526
- 27
- 108
- 198
22
votes
2 answers
iTunes cross-platform IAP subscriptions - how does Netflix do it?
I'm creating a service which allows users to register on any number of devices (web, Android, Roku, iOS, Apple TV), and then purchase a monthly subscription to watch video content. The subscription provides access to the entire catalog. I have my…

ehynds
- 4,435
- 3
- 24
- 23
22
votes
3 answers
SSRS Subscriptions - How to view ALL report recipients
I've written an SSRS report to help me keep track of SSRS subscriptions. I've repurposed a script that will use Reportserver.dbo.Subscriptions.LastStatus to view email recipients, however, it will only list the first 520 characters of LastStatus. …

Wendy
- 277
- 2
- 5
- 14
21
votes
4 answers
Is there an API to cancel an auto-renewable subscription?
I don't currently use any apps that have an in app subscription, so I am not sure what the UI looks like in iTunes when do an in app renewable subscription.
I assumed there was an api, given a receipt id or original transaction id, to cancel the…

RedBlueThing
- 42,006
- 17
- 96
- 122
21
votes
2 answers
How do I find out who is connected to ActionCable?
I have seen ActionCable.server.open_connections_statistics, ActionCable.server.connections.length, ActionCable.server.connections.map(&:statistics), ActionCable.server.connections.select(&:beat).count and the like, however this is only "per process"…

b264
- 334
- 1
- 2
- 11
19
votes
5 answers
Resolving invalid product id issue with in-app purchases?
This is a follow-up question to "In app purchases with MKStoreKit failing: “Problem in iTunes connect configuration for product: xxx"
I am having a similar issue and have tried to do both with and without MKStoreKit and get a similar…

zardon
- 2,910
- 6
- 37
- 58
19
votes
3 answers
Testing subscription renewals on Stripe
I am using Stripe to test how my code would react to recurring subscription renewal payment attempts for a product we are working on (need to test success, failure ...etc.). And it seems that most answers on StackOverflow suggest creating a…

Greeso
- 7,544
- 9
- 51
- 77
19
votes
7 answers
TechNet or MSDN Subscription?
I'm just a one-man software shop, and I currently have an MSDN subscription. It is coming up for renewal soon, and it looks like it's going to cost a small fortune. I see that TechNet subscriptions cost significantly less money, and seem to include…

Jon Tackabury
- 47,710
- 52
- 130
- 168
15
votes
3 answers
GraphQL Subscriptions: Max Listeners Exceeded Warning
We are using GraphQL Subscriptions and pubsub to subscribe to posts.
When more than 10 subscriptions occur we get the the node warning "MaxListenersExceededWarning: Possible EventEmitter memory leak detected."
Is it possible to raise the max…

Locco0_0
- 3,420
- 5
- 30
- 42
14
votes
3 answers
iPhone - How to retrieve duration for auto-renewable subscription for in app purchases
I'm looking at setting up In App Purchases for an iPhone app.
I'm planning on using the new auto-renewable subscription type. However, I want to offer multiple durations for a particular subscription, but can't see how I can retrieve the duration…

Martin Bayly
- 2,413
- 3
- 19
- 19
13
votes
1 answer
Do auto-renewable subscriptions send an SKPaymentTransactionStatePurchased transaction when they auto-renew?
Does the AppStore send out a transaction when it auto-renews an auto-renewable subscription? If so, can it reliably be detected by an App the next time the App loads if it sets itself as an observer:
[[SKPaymentQueue defaultQueue]…

Peter Kramer
- 231
- 3
- 7