Questions tagged [auto-renewing]

175 questions
0
votes
1 answer

Auto Renewable In-App Purchase History of my app from Play Store

I am very much new to Android, and I googled but not found any suitable example or tutorial or even guidance. So I need help or guidance for below requirement. I need Purchase date from Play Store for Auto Renewable In-App Purchase History 1) I…
0
votes
0 answers

How to get Auto-renewable in-app purchase status?

I am implementing auto-renewable in app-purchase. Here user can access application on difrent devices either iOS or android. when user is in app and allow purchase a auto-renewable subscription Then 1). is he will get a transaction success method or…
Mohit Tomar
  • 5,173
  • 2
  • 33
  • 40
0
votes
1 answer

When is appropriate to use Auto-Renewable Subscriptions - iOS

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 basis as we are updating the contents(Audio clips) of…
smartsanja
  • 4,413
  • 9
  • 58
  • 106
0
votes
0 answers

How app is noticed turning off a auto-renewing subscriptions from Settings > iTunes & App Store menu?

I'm using In-App Purchase as Auto-Renewable on my app. There is 2 plans (For example: Plan A and Plan B) of Auto-Renewable, they are different family. And user must not purchase 2 plans at same time. If user select subscribe Plan B when using Plan…
beryu
  • 76
  • 5
0
votes
1 answer

iOS auto renewable subscription for unlocking premium content

I am working on an app which is basically a tv/sports/cinema schedule listing app. can I unlock some premium feature in my app with auto renewable subcription and keep a limited version of my app available for unsubscribed users? P.S : I know the…
john7ric
  • 53
  • 1
  • 6
0
votes
2 answers

Autorenewal Subription in ios

I need to implement Autorenewal in app purchase in my ios application. right now i am not able to find any type of code or help regarding that thing. Can any one help how shouuld i make the in-app purchase autorenewal in IOS application.
0
votes
1 answer

Refresh data and exit with saving Macro Excel

I need to refresh the data from ole db source while opens excel and afte that saves and exit. Here is my macro code: Sub auto_open() Call DataRefresh End Sub Sub DataRefresh() TimeToRun = Now Application.OnTime TimeToRun, "Refresh" End…
Keithx
  • 2,994
  • 15
  • 42
  • 71
0
votes
1 answer

Automatically Renew Provisioning Profiles

Is there a way to automatically renew Provisioning Profiles before they expire? I am open to any solution, whether it is with OS X Server, third party service, command line tools, scripts, etc...
tentmaking
  • 2,076
  • 4
  • 30
  • 53
0
votes
0 answers

Auto-renewable subscription with in-app purchases hosted content

I'm testing auto-renewable subscription in Newsstand app, and subscription works well, I have purchase and expiration date. But I don't understand hot to get access to in-app purchases hosted content or how to buy issue without charging payment?…
ChikabuZ
  • 10,031
  • 5
  • 63
  • 86
0
votes
2 answers

What kind of In-App purchase should I use?

In my app, I would like users to buy a subscription for Backup, Sync, and more. so I found out that Apple offer two kinds of subscription IAP: Non Renewable Subscription Auto Renewable Subscription which should I use, given that I don't have a…
0
votes
0 answers

how to know my app can be open in newsstand

In my application ,there are two things coupons and articles. On purchasing coupons all articles are visible to the user otherwise only some articles can be viewed. For purchasing I used in App purchase and the in app product are of two types…
0
votes
1 answer

could I validate user auto-renew subscription directly inside the app? or my App would be rejected?

The server code to validate a receipt its very simple, so could I validate the subscription directly on my app? or I must implement it in some server in order to not get an Apple rejection? and if my application have videos that are added every…
0
votes
0 answers

In App purchase Auto renewable Subscription iOs

I am implementing In App Purchase and using Auto renewable Subscription type product, for the first time It is working fine. For other then first attempt I am getting 21004 in reciept's status (21004 showing error related to shared secret key ) How…
0
votes
2 answers

Restoring non-autorenewing purchases

Does the app have to offer to restore non-autorenewing subscription purchases (the way it is required with one time purchases) or should this be implemented through the "infrastructure" that Apple requires us to build for sharing purchases among…
Sam
  • 151
  • 8
0
votes
1 answer

In App Purchase Autorenew Receipt Format Problems

I have an auto-renewable in-app purchase. When the user signs up for the first time, the app receives a receipt in the form of NSDATA. I encode that into a string: [NSString stringWithUTF8String:[receiptData bytes]]]; Then I post it to my server…
Rossi
  • 609
  • 6
  • 14
1 2 3
11
12