Questions tagged [subscription]

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

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

2251 questions
4
votes
1 answer

iOS App with subscription always gets rejected

We have problems releasing our Newstand App to the App Store. It always gets rejected, because the validation of the receipts coming from the subscription In-App-Purchase seem to fail in the live (non-sandbox) environment. The thing is, we tested…
Micky
  • 5,578
  • 7
  • 31
  • 55
4
votes
1 answer

ios auto renewal subscription and user in our service

In our service, each user has a username (email), password and a unique identifier. How can I link any purchases through Apples' auto renewal subscription to that user? Is there any field that renders an Apple user as unique? I don't want to link it…
Giannis
  • 133
  • 2
  • 10
4
votes
0 answers

Why does direct carrier billing not work with certain carriers for Google Play in-app subscription purchases?

I have implemented In-App Subscriptions with Google Play Billing API V2. Testing has been successful using Credit Card. I do have issues with purchases made with Direct Carrier Billing though. Here's what I have (testing with US-based carriers…
4
votes
3 answers

iOS Apps & Subscriptions?

Am I required to use Apple's In-App Purchase support if I wish to allow for subscriptions in my app? I'm currently working on an app that will be free to download and use. It will be ad-supported, but I will also offer a premium version of the…
Shadowman
  • 11,150
  • 19
  • 100
  • 198
4
votes
1 answer

Error 500 from Google Play Android Developer REST API when getting subscription information

I've followed the complete steps to access the API as described by Google here: https://developers.google.com/android-publisher/authorization. I have managed to get a refresh token, and am fetching a new access token when my existing one expires. …
dask78
  • 51
  • 5
4
votes
1 answer

XMPP presence Subscription

In my application when I send a request to any friend using this code.. try { roster.createEntry(idExtension, nickname, null); roster.setSubscriptionMode(Roster.SubscriptionMode.manual); …
Gaurav Arora
  • 8,282
  • 21
  • 88
  • 143
4
votes
1 answer

In app purchase subscription renewal not working as expected

I implemented in-app purchase in my application. First time it asked for itunes authentication and purchase confirmation. I store the success receipt in NSUserDefaults. After the expiry time (I am testing in Sandbox, so 5 minutes), when I take…
Tinku George
  • 195
  • 2
  • 11
4
votes
1 answer

Subscription sample missing JSON parsing of purchaseToken

I have been recently studying code for In-App-Billing v2. And have found some issues with it. I have earlier implemented In-App-Billing but wish to upgrade to subscription. On my research I found that Purchase token is recieved along with the…
Its not blank
  • 3,055
  • 22
  • 37
4
votes
0 answers

iOS: Deleting an In App Purchase Subscription Auto Renewal product

I have an app with an IAP which is an auto renewable subscription product. I was just asked to remove this product all together from iTunes Connect. I am wondering what would happen to my users who are already enrolled to this product once their…
Roi
  • 546
  • 5
  • 20
4
votes
3 answers

Testing subscription in Android: item not found

I am trying to test the new subscriptions in Google Play but the service returns "Item not found". I've used the identifier "android.test.purchased" to test. With this identifier I can test perfectly the normal in-app product, but whith…
Jonathan Naguin
  • 14,526
  • 6
  • 46
  • 75
4
votes
1 answer

Check if a non-renewable subscription was refunded by Apple?

I'm getting ready to include in-app purchasing for subscription features in my iOS app. Per what I've read, I need to use a non-renewable subscription type (not auto-renewable). Some customers trick the system and get a refund from Apple but they…
Neal
  • 9,487
  • 15
  • 58
  • 101
3
votes
1 answer

django modules to handle recurring subscription?

i need to include subscription/recurring billing in my web app that was designed in django. so here's a short description of what i want: A person signs up for free initially and is able to do whatever he wants within 24 hours after which he has to…
Stanwin Siow
  • 437
  • 1
  • 8
  • 21
3
votes
1 answer

Monthly Subscription with IAP

i have a news reader app. i want to add IAP to my app. i added Consumable Purchase. when the user purchases i write expire date to nsuserdefaults. when it expires i show purchase screen again. but apple rejected it, it says: However, based on…
fulberto100
  • 313
  • 5
  • 23
3
votes
2 answers

Paypal Express Checkout Subscription using Credit Card Payment

Question: Is it possible to set up a subscription via Paypal api Express Checkout, so you can pay via Credit card and Paypal login. The Paypal login works no problem, but I can not get it to work with credit cards at the moment. I have set the NVP…
Llewellyn
  • 651
  • 2
  • 8
  • 9
3
votes
1 answer

iOS - Getting expiration time of in-app subscription purchases

In my iOS app, I included in-app purchase for subscription. In order to use the app, they have to purchase the subscription and then only it will work. I don't have any server and so I'll maintain all the data with in the app, like receipts, product…
Satyam
  • 15,493
  • 31
  • 131
  • 244