Questions tagged [subscription]

An arrangement to receive something, typically a publication, regularly.

An arrangement to receive something, typically a publication, regularly.

2251 questions
9
votes
2 answers

How do I count the number of automatic subscription renewals for Google Play Store App at given period of time?

I've got an app published on Google Play which has renewing in-app subscriptions. How do I measure the number of automatic renewals per given period of time for specific subscription and country (e.g. last day for weekly subscriptions in US)? In…
DataGreed
  • 13,245
  • 8
  • 45
  • 64
9
votes
1 answer

Disable restore IAP when same Apple account but different user account in application

In my app I have items to show just for users that are pays for subscription. User can log to app by e-mail and password and can logout and on same device can log different user. My problem is that Apple Id in phone is still same. So when different…
Libor Zapletal
  • 13,752
  • 20
  • 95
  • 182
9
votes
3 answers

How to grant free months to an auto-renewal subscription (iOS)?

I have an iOS app with different auto-renewal subscription possibilities, and I want to offer it's user the chance to earn a free month when they invite friends to the app. I know how to handle the scenario where I'd give a free month to a user…
alasker
  • 309
  • 5
  • 18
9
votes
2 answers

Android Billing V3 Subscriptions Issue - A subscription stuck in a state that it cannot be cancelled

UPDATE More troubleshooting over time has indicated that I have one particular subscription, which is in a stuck state, meaning I can't cancel it and that is somehow causing all the problems. Trying to cancel it whether on browser or on phones or…
zeeshan
  • 4,913
  • 1
  • 49
  • 58
9
votes
5 answers

Adding a custom field to Magento's subscription module

The newsletter subscription module in Magento has only one field (email) by default. After I add an extra field to the form (say country), how can I get the form data to show up in the Magento back-end and be sent as an email to a preset recipient?…
pixeltocode
  • 5,312
  • 11
  • 52
  • 69
9
votes
2 answers

Does Android In-App Subscription Purchase Date Update With Each Monthly Renewal?

I am implementing an app that will have an in-app subscription purchase. The subscription is renewed on a monthly basis. When a user purchases the subscription, they get a free 30 day trial. I understand that I have access to the purchaseDate…
9
votes
2 answers

How to unsubscribe an iOS Device from an amazon SNS topic?

I'm developing an iOS application with Simple Notification Service (SNS) from Amazon Web Services. At this point the app registers the device to a Topic and can receive push notifications, which are published to the Topic. It is possible to…
9
votes
1 answer

Can not select multi value parameters in SSRS 2008 R2 subscription

Solution: Wow.. just found the problem and answer to my question below. Had to do with Compatibility settings in IE 9. Once I added my reporting server url to my Compatibility View websites, everything started working properly. I'll leave this…
9
votes
1 answer

Android renewed subscription orderID

The 'recurrence orderID' given by inventory.getPurchase doesn't have "..X' as suffix in it. But According to Google's docs the recurrence orderID should have '..X' as a suffix. Am I doing something wrong? Can anyone please let me know if we actually…
9
votes
4 answers

Playstore subscriptions - testing strategy

Scenario: I am on the verge of completing my google playstore in-app billing implementation. I am using a monthly or yearly subscription in order to charge my consumers. Problem: I can't seem to find a way to remove a subscription from active state,…
9
votes
4 answers

paypal verifying first payment or initamt was billed in recurring payment

I want my users to be able to subscribe to a recurring payment (using the express checkout api) The first payment needs to be billed immediately that the user subscribes, and I need to know that they have been successfully billed before granting…
mark
  • 1,769
  • 3
  • 19
  • 38
9
votes
1 answer

Am I getting these steps right for checking a user's in-app billing subscription?

I am making an Android app that sells an in-app monthly subscription. Before I dive into it too much, does this outline of how this should be done seem about right? I am using the Google Play Android Developer API. The first time the app is…
Kalina
  • 5,504
  • 16
  • 64
  • 101
8
votes
4 answers

Terraform - Azure as a provider and limited access account

I want to deploy some resources on Azure with Terraform. On Azure, I have an account with "Owner rights" on one Resource Group only(RGName). Not at the subscription level. From my linux server, I installed "az cli" and I did "az login". At this…
8
votes
1 answer

iOS subscriptions server_to_server notifications using firebase

I need to implement server-side logic, to handle changes in apple iOS subscriptions status https://developer.apple.com/documentation/storekit/in-app_purchase/enabling_status_update_notifications My questions is: Can I do that with firebase? I.e.…
Torello
  • 936
  • 11
  • 15
8
votes
3 answers

How to consume GraphQL Subscription with Flutter?

I am creating a subscription with GraphQL, and I need to consume that subscription with Flutter, but I don't know how to do that, the thing that I need is something like a UI component that would be tied to a subscription and it will be…
Joseph Arriaza
  • 12,014
  • 21
  • 44
  • 63