auto-renewing Questions

0

I have two questions. Let me describe the scenario with questions. I have 3 auto renewable plans in my app and they are in the same subscription group: 1 week 1 month 1 year Suppose user buys 1 mo...
Roughandready asked 16/2, 2022 at 9:6

3

Solved

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 th...
Bellbella asked 22/2, 2016 at 15:4

2

I have an application with Nginx docker container for which the TLS certs are generated manually using the following command in the host (with Ubuntu OS) where application is deployed: certbot cert...
Coagulate asked 15/3, 2021 at 12:51

3

Solved

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.ex...

2

When we configure Server-to-Server Notifications, we Specify our secure server's URL in App Store Connect and the apple server communicates on that URL. but is there a way to authenticate this requ...
Outstretch asked 9/4, 2020 at 13:11

2

Solved

I've been working on implementing an autorenewing subscription app. I have the actual purchase of the subscription working fine.... I choose the 1 month subscription which should last 3 minutes, be...
Lukas asked 14/11, 2016 at 14:30

3

Solved

I am trying to make the In-App Purchase subscription offer work. So I get the encoded signature, nonce, timestamp and key identifier from our server. I create a SKPaymentDiscount object and setting...
Ustkamenogorsk asked 15/5, 2019 at 12:6

1

Solved

Apple introduced Grace Period for subscriptions. https://developer.apple.com/app-store-connect/whats-new/?id=billinggraceperiod I still can't tell if I need to set up the server-side to support t...
Close asked 15/9, 2019 at 8:13

1

Solved

I am working on shifting my existing iOS 10+ app to offer auto-renewing subscriptions. While "normal" subscriptions (no introductory offer) work fine both within my app and on my server (...
Wispy asked 15/8, 2019 at 14:51

0

We have a app with a auto renewable IAP for which we offer a initial trial period to the user and charge once the trial period has expired. Our app maintains user account management(user login) and...

2

Solved

Let's assume we are Netflix. The user created an account on our webpage and then downloaded the iOS app. Within the app he started a payed subscription by purchasing an auto-renewable iOS subscript...
Tmesis asked 28/9, 2018 at 7:14

1

Solved

While there is a lot of information out there about how to implement iOS subscriptions in general I found no information on how to use them with an existing subscription web service. Lets assume w...

0

I have an app that uses in-app purchases (IAP), specifically auto-renewable subscriptions. Occasionally it seems that, when a subscription automatically get renewed, the local receipt doesn't get ...
Scald asked 16/8, 2018 at 7:58

3

Solved

I know it has been asked many times but none of the questions are helping me and I am not sure which of these answers are still valid in iOS 7. I am doing some app with Auto-Renewing subscription....
Rosabelle asked 27/3, 2014 at 6:39

1

When a user first purchases a subscription from the Google Play Store, my app sends my server a receipt which contains the package name, the subscription/product ID, and the purchase token. I can t...

5

I'm simulating purchases of an Auto-renewing subscription in my app on an iPhone. My issue is that the purchase is considered to be done by the App store while it is not. Here is what is going on:...
Behring asked 19/11, 2013 at 8:27

0

In my iOS app I have used auto-renewal subscription. We need a solution for cross platform. I'm using RMStore in iOS for purchasing product. In current scenario: I am getting latest receipts from...
Mcnamee asked 23/2, 2016 at 12:53

2

I have the following questions regarding iOS auto-renewable subscriptions a) Are auto-renewal subscriptions really auto-renewing in the sandbox environment? The problem seems to be that subscript...
Lucillalucille asked 7/11, 2011 at 7:14

1

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 ...
Fulgurant asked 15/12, 2014 at 7:38

1

Solved

I'm implementing an auto-renewable subscription scenario, where the receipt validation will be handled by my server-side code. Following Apple's documentation, I'll be obtaining the receipt data fr...

1

I am developing he application which delivers audio clips as channel basis media over http streaming. I am planing to use Auto-Renewable Subscriptions in the app and they are renewing on monhly ba...
Scibert asked 15/7, 2015 at 6:22

2

Solved

Following Apple guides, auto-renewable subscriptions are restorable -> device can send restoreCompletedTransactions to Apple servers and Apple will response with list of all completed transactions....
Pyromagnetic asked 30/7, 2013 at 9:32

1

I have set up and tested In-App purchases successfully in sandbox environment. But I have a problem: In actual In-App purchases, I can turn off auto-renewing subscriptings on an iOS device by fol...
Sexpot asked 25/7, 2012 at 2:15

2

Solved

I have an app which costs $5. I'd like to change this so that the app is free and that users must purchase an auto-renewing subscription to use it. I know how to implement the auto-renewing subscri...
Byssinosis asked 12/10, 2011 at 13:24

2

Solved

I have an iPhone app that also features autorenewable products as an in-app purchase. The products are subscriptions to our service for up to 1 year in the future. We wanted to remove the whole in-...
Overtask asked 28/3, 2013 at 11:8

© 2022 - 2024 — McMap. All rights reserved.