Questions tagged [subscription]

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

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

2251 questions
5
votes
0 answers

handle subscription changes in android in-app billing

Say my user has a 4 month subscription. One month within it, she wants to move to a yearly subscription. How does google play in-app billing handle this? Is there a method to move user from one subscription into another? I am considering the real…
Cote Mounyo
  • 13,817
  • 23
  • 66
  • 87
5
votes
3 answers

Will removing app from sale also end auto-renewing subscriptions?

Let's say I want to remove my app from sale, but still want existing users to keep auto-renewing their in-app subscriptions - will this work?
THM
  • 310
  • 2
  • 15
5
votes
1 answer

When does a Google Play Android subscription actually auto-renew?

On the iOS platform, an auto-renewing in-app subscription renews 24 hours prior to expiry. What is the equivalent time at which an auto-renewing in-app subscription renews on Android? I have a number of subscriptions within 24 hours of expiry, but…
esilver
  • 27,713
  • 23
  • 122
  • 168
5
votes
2 answers

Google Group and Subscription code

I am new to programming in any field. Just started I have a task for adding a subscribe button. What I have: A Google group mailing list A Website I don't have a Google App engine. Requirement: Very simple - A Subscribe button in the website…
Samtius
  • 51
  • 1
  • 4
5
votes
1 answer

How can I find out how many people are subscribed to an RSS feed i'm serving?

We have a site that is serving some RSS feeds, and we'd like to know how many people is subscribed to each one, without using a system like FeedBurner to serve them. The original approach to figuring this out was basically logging requests, and then…
Daniel Magliola
  • 30,898
  • 61
  • 164
  • 243
5
votes
1 answer

How to implement yearly subscription on just the Android application itself, and not products within the application

In Android documentation, you can find how to implement subscription billing for the products that you offer for sale within your application. It involves exchanging a number of messages with Google server. I just want to sell my application itself…
5
votes
1 answer

Checking google android subscriptions from server side

in a nutshell: Can I work with the Google Play Android Developer API from server-side without providing any app in the play store? Background: I'm working on a project which provides apps with monthly subscriptions. The coresponding data of each…
Christopher Will
  • 2,991
  • 3
  • 29
  • 46
5
votes
2 answers

Testing Android inapp subscription: You already own this subscription

I am testing Android inapp subscription with a test account, after I entered a real credit card to buy, the subscription is ok, but I cannot find the token in the json response. So in the developer console, I cancelled the order, when I try to…
Howard
  • 19,215
  • 35
  • 112
  • 184
4
votes
2 answers

Is it possible with android in-app purchase monthly subscription

I found Another StackOverflow answer, but i'm not sure if it answers my question. I want my application to be found on market, but i also want the users to use in-app purchase with a monthly description. I found this:Android Subscriptions and…
Ikky
  • 2,826
  • 14
  • 47
  • 68
4
votes
2 answers

iOS one month free, than subscription only

I am developing news reader app, and client wants to have monthly subscription. This is easy enough, but he wishes to have one month of free trial for each user. So after user downloads app for the first time, he has one month of free use and after…
Lope
  • 5,388
  • 4
  • 30
  • 40
4
votes
1 answer

R Transform number/character to be a superscript or subscript

I want to superscript a number (or character, it doesnt matter) to an existing string. This is what my initial dataframe looks like: testframe = as.data.frame(c("A34", "B21", "C64", "D83", "E92", "F24")) testframe$V2 =…
Essi
  • 761
  • 3
  • 12
  • 22
4
votes
1 answer

IOS subscriptions stuck in Waiting for Review for ever

I submitted my first built with subscriptions. The built got approved 2 weeks ago, the subscriptions are still waiting for review. For some reason the subscription review process seems to be a different team / timeline. Apple has been fairly fast…
HerbertV
  • 113
  • 6
4
votes
1 answer

Verify Google Subscription on backend - get base plan

Recently Google introduces base plans to subscriptions. Base plans are used to introduce different billing period (you end up with single subscription and couple of base plans for example: monthly, weekly, yearly)…
marekk
  • 237
  • 2
  • 11
4
votes
2 answers

How to subscribe to application shutdown event in class library

There is a class library used by some application. It contains a class A for external usage with a static field of another private class B inside the library. User application uses instances of class A from the library. As the application shutdowns…
Chesnokov Yuriy
  • 1,760
  • 5
  • 21
  • 35
4
votes
1 answer

Is this possible to change the recurring payment amount after signing up?

I am Ritu from India. I have a requirement that after signing up with a particular amount at PayPal Recurring Subscription, I need to change the amount from the next month. Is there any way for Standard PayPal Recurring Payment Subscription for…
Rituparna
  • 43
  • 1
  • 4