Questions tagged [subscription]

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

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

2251 questions
11
votes
1 answer

iOS renewable subscription expires_date field

UPDATE: I'm posting @vitro 's comment here: Year 2021 - and it is there: https://developer.apple.com/documentation/appstorereceipts/expires_date_ms This field is returned in the JSON response, in the responseBody.Latest_receipt_info and…
Lvergos
  • 111
  • 1
  • 3
11
votes
3 answers

Android in-app purchase of a subscription with a free trial - how to avoid abuse?

I've searched high and low for guidance on how best to address this... I've read Google Play In-App Subscriptions (http://developer.android.com/google/play/billing/billing_subscriptions.html) and the section on Implementing Subscriptions…
XtopherSD
  • 333
  • 2
  • 11
11
votes
1 answer

What is the response of the cancelled subscription product from the google developer api android

I have implemented monthly Subscription in my application to activate user on our web server. I have successfully implemented subscription code in my project. I want to deactivate user if user cancel subscription from the google play store My App…
Maulik
  • 3,316
  • 20
  • 31
10
votes
3 answers

Terrafrom - Deploy to multiple azure subscriptions

I have been trying to use the same terraform stack to deploy resources in multiple azure subscriptions. Also need to pass parameters between these resources in different subscriptions. I had tried to use multiple Providers, but that is not…
Parvez
  • 157
  • 2
  • 2
  • 7
10
votes
2 answers

subscription upgrade to inapp product

In my project, few users already purchased subscription product and they are paying every year. We wanted to provide them an one time upgrade(inapp purchase) offer. When I refer to the android document, it says we can change from one subscription…
Aram
  • 952
  • 1
  • 8
  • 30
10
votes
1 answer

Validate iOS auto-renewable subscriptions from multiple apps

I work for a game developing company which releases at least one game a month. For our true fans we want to start providing a subscription to our games, so they can play all our games (on any platform) without constantly having to buy them. The idea…
Sander Agricola
  • 388
  • 1
  • 10
10
votes
3 answers

How to get expiry date for Subscription with client side in Android?

We are implementing the subscription using in-app purchase in android, We are getting the purchase timestamp like the below format '{ "orderId":"GPA.1234-5678-9012-34567", "packageName":"com.example.app", "productId":"exampleSku", …
10
votes
1 answer

iOS app is rejected because of user buy subscription without IAP

I build a tool app on iOS platform. I want create three level for users. basic, pro and premium. each level provide different functions. So user need pay for pro and premium subscription plan. the difference between level is pro user can create more…
user418751
  • 1,937
  • 2
  • 18
  • 21
9
votes
0 answers

Dynamic titles/descriptions for iOS auto-renewable subscriptions

I've read in other posts that this is not possible. However, somehow YouTube seems to be doing it - you can see in the screenshot that the subscription display name is "Marques Brownlee" which is the name of the channel / content creator. I would…
Maros
  • 1,825
  • 4
  • 25
  • 56
9
votes
1 answer

RSS: refresh rate?

I'm writing a little application for my own use which will consume a publicly published RSS feed. As far as I can tell, there's no subscribe/post mechanism in the protocol; I need to have my application HTTP-GET the RSS feed periodically. If that's…
bukzor
  • 37,539
  • 11
  • 77
  • 111
9
votes
0 answers

NestJs - GraphQL - Customize subscriptions port (for Apollo Server)

The docs mention that you change the listener port for GraphQL subscriptions: https://docs.nestjs.com/graphql/subscriptions#customize-subscriptions-server However the linked docs don't show any way to do this. The problem is that I already have a…
AgentLiquid
  • 3,632
  • 7
  • 26
  • 30
9
votes
1 answer

Why I'm getting 21004 as status value in reply from apple's sandbox server testing auto-renewable subscriptions?

I'm testing aut-renewable subscription but apple's sandbox server always returns status=21004, which means 'The shared secret you provided does not match the shared secret on file for your account.'. I test with a java server, which does mostly…
Kai Huppmann
  • 10,705
  • 6
  • 47
  • 78
9
votes
0 answers

DB Design: Subscription / Invoice Model

So I've been tasked with redesigning the database for one of our existing apps (to normalise and restructure some of the more gigantic tables) and I'm struggling to come up with a solid design for handling payments to our service. Background…
James
  • 165
  • 1
  • 3
  • 8
9
votes
2 answers

appsync subscription with arguments

We are having huge troubles with subscriptions with arguments to simplify the problem Here are the steps to reproduce create a simpleSchema type Mutation { testSubMutation(param: String!): String } type Query { testQuery: String } type…
9
votes
1 answer

Prevent multiple stripe trials by card details

We are looking to offer a free trial of our product with payments powered by Stripe Subscriptions. However, what I'm not sure about is whether it is possible to prevent a user from having multiple emails by limiting it to one trial by card, similar…
gjames
  • 149
  • 1
  • 5