Questions tagged [subscription]

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

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

2251 questions
2
votes
1 answer

Android IAB product only for selected countries?

I am trying to have IAB subscription in my app targeting people in particular location. Can we create a subscription/sku targeted only for a specific country?
2
votes
3 answers

Is auto renewable subscriptions restricted only to Newsstand?

I'm trying to find an official doc, where will be proof of restricting auto renewable subscriptions in In App Purchase only to Newsstand apps. Is it true or I can offer premium membership in my app as a monthly auto renewing subscription? In most…
raistlin
  • 4,298
  • 5
  • 32
  • 46
2
votes
2 answers

shared_ptr, subscription, destructor

I'm using Boost/shared_ptr pointers throughout my application. When the last reference to an object is released, shared_ptr will delete the object for me. The objects in the application subscribes to events in a central location of the application,…
Martin
  • 471
  • 3
  • 6
2
votes
1 answer

Android InApp Billing Testing

Ok I am implementing in app subscriptions for my app. The recurring period is monthly. Everything is working OK - I can subscribe from my test accounts, am getting information from the purchase status API. The response I get from the purchase status…
tarun_tenniso
  • 214
  • 5
  • 20
2
votes
0 answers

How to set a free trial for auto-renewable subscriptions (not on newsstand)?

been trying to implement a free trial on a non consumable auto-renewable subscription, but can't seen to find it. Read stuff here telling me that it's possible if its on newstand, but this does not seem to me to be a way, as my app is about…
2
votes
0 answers

Able to do Buy subscription in India but not able to do in Norway on the same app

I implemented In App purchase in ios app.I am using it for testing now, using Sandbox mode. I am able to purchase app in India. But In Norway I am not able to purchase app. It is not showing any progress.
vntstudy
  • 2,038
  • 20
  • 24
2
votes
1 answer

PHP/MySQL mailing list, mailer and subscription classes

I am working on a project that needs a emailable mailing list built into it with a very complex list structure. Originally I thought I could just use PHPList to do the job with some minor alterations because of its list management. But now I'm…
Das123
  • 855
  • 3
  • 14
  • 26
2
votes
0 answers

Android - Validate a subscription offline

My application provides functionality that is unlockable via a subscription. Users will quite often want to use the functionality at times where there is no Internet connection available. This presents the problem of checking weather a user has a…
Gyroscope
  • 3,121
  • 4
  • 26
  • 33
2
votes
1 answer

Using XMPP Framework for iOS: Receiving presence when a subscriber becomes available/unavailable

I'm trying to implement some of the delegate methods of the XMPPStream class, one of which is xmppStream:(XMPPStream *)sender didReceivePresence:(XMPPPresence *)presence. I have two users registered, and both are subscribed to each other's presence…
nemesis
  • 1,349
  • 1
  • 15
  • 30
2
votes
0 answers

Error retrieving information from server [DF-DFERH-01]

I'm implementing an app with in app billing(subscription)with my own product ids and the purchase works fine till I change the trail duration on the Google Develper Console from 0 to 7(or more).I'm testing on a device. I'm getting the Error: Error…
user2240187
  • 31
  • 1
  • 4
2
votes
1 answer

Android In app Subscription not working

i am developing a app in android using in app subscription. i am trying to query my purchase items using IabHelper.QueryInventoryFinishedListener. but it always coming as a failure results. IabResult returns failure. i added in app products in…
Amarnath
  • 1,091
  • 3
  • 19
  • 32
2
votes
1 answer

Paypal IPN subscription (php)

I am trying to set up a subscription using Paypal and their IPN system for days now. I could not understand most tutorials and finally found one that made sense to me. With help of Sean on here I have changed the code slightly but still no luck. To…
ManouHH
  • 149
  • 4
  • 13
2
votes
1 answer

iOS 6 - How to validate in-app renewable subscriptions?

I am building an app that offers a 30-day subscription to premium services in the app. I am familiar with in-app purchases (consumables) and have everything setup up for that. However, I haven't found any good tutorial or explanation of what the…
JimmyJammed
  • 9,598
  • 19
  • 79
  • 146
2
votes
1 answer

Re-activating Paymill subscription, and updating Credit Card info

Paymill's API is awesome. It's a blaze to work with, and I should be up&running, were it not for an edge case. Context is a SAAS app, with a demo trial, and the ability to upgrade & downgrade at will. User cancels her subscription: at this point,…
Silver Dragon
  • 5,480
  • 6
  • 41
  • 73
2
votes
3 answers

Auto-renewable subscription and non-consumable IAPs

I have a magazine app, and I want to provide users a one year auto-renewable subscription, and for non-subscribed users, they can use non-consumable IAPs to pay for each issue and then download it. What is the best way to implement it? For…