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
3 answers

Strategy for keeping track of a user's tokens/coins

I'm working on a web app where users buy tokens/coins on a per month basis - meaning tokens expire at the end of the month (e.g. $3 will get you 5 tokens for the duration of a month). I am a bit confused as to what strategy to take when it comes to…
8bithero
  • 1,474
  • 1
  • 18
  • 23
2
votes
1 answer

Auto-renewable subscription error

I am working on a Newsstand app that has an Auto-renewable subscription that renews after every 12 months. The problem is when an already subscribed user tries to purchase the Subscription again. According to the documents, StoreKit framework should…
2
votes
1 answer

Auto subscribe a user when signing up to app

This is so interesting question, I think. I am developing a chat application using xmpp in google go. Upon testing, I could not send chat message to a google user unless that user would add my app as contact or initiate the chat session via…
sagit
  • 911
  • 1
  • 8
  • 14
2
votes
1 answer

Rapid testing of recurring/subscription billing using Recurly

Short question: How can I quickly simulate/test the process flow in Recurly without having to wait 24 hours to see what happens? Detail: My back-end developer is setting up Recurly to handle our product's subscription billing and we're trying to…
Michael Paul
  • 69
  • 1
  • 10
2
votes
1 answer

How can I enable a subscription to create websites?

I have two subscription plans in Windows Azure and I'd like to configure a website to use a different subscription plan of my account. How do I do this?
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
2
votes
1 answer

Web development recommendations for subscription based site using googleVis & R

I am developing a subscription based website that will supply custom financial trading indicators and I am in need of advice. Using the googleVis package on R, I export new charts ever 30 minutes in .html format that employ some limited Javascript…
2
votes
0 answers

Android in-app billing: securing purchase token

I am implementing subscription in my android app. Assume that my service name is FOO. People login to FOO with a FOO username and they can subscribe to some premium FOO services. The purchaseToken I get from the Google Play is an important element…
2
votes
1 answer

xmpp entry getType

In my chatting application when one user adds the other person in his/her contact list then the server entry says BOTH subscription, but in my application the code works according to TO/FROM subscription ( as it is before accepting the friend…
Gaurav Arora
  • 8,282
  • 21
  • 88
  • 143
2
votes
1 answer

undefined_quantity for paypal subscription button

I want to define a Paypal button with circular payment (once a month), but with custom quantity. For example, if I choose 1 items I will pay 1$ per month, if I choose 2 items I will pay 2$ for month etc.. Is there any way to do it?
someone235
  • 21
  • 1
2
votes
0 answers

Service to manage newsletters but allows per user database driven data

If this is off-topic, I'd be glad to close the question. It is related to software development in that I'm looking to send out an email blast each week to subscribers for my service. The catch is, I need to put custom data in the blast such as,…
randombits
  • 47,058
  • 76
  • 251
  • 433
2
votes
1 answer

PayPal "Subscription" add to cart, with tax and shipping

Is there any way to create a shopping cart through PayPal that allows shoppers to add subscriptions for multiple items into a shopping cart then check out all at once? This is easily done with regularly priced items, but does not work with recurring…
Vinnie James
  • 5,763
  • 6
  • 43
  • 52
2
votes
1 answer

iOS: Newsstand notification. Is free subscription needed?

I'm creating a ios newsstand app and have a question regarding subscriptions. I am a little confused regarding the newstand push notification. I plan to send newsstand push notifications to devices when new issues are available. Do I need to set up…
booboo-a-choo
  • 779
  • 2
  • 8
  • 14
2
votes
1 answer

Update subscription payment via Paypal or Google Wallet

I currently allow subscriptions via Paypal and Google Wallet. I'm looking for additional functionality that will allow me to modify the amount of (or add to) subscription payment per user's usage. For example: if user subscribed to $5 a month…
dev.e.loper
  • 35,446
  • 76
  • 161
  • 247
2
votes
1 answer

Android IAP Error RESULT_SERVICE_UNAVAILABLE

Strange error that I'm seeing when trying to restore transactions: 06-29 10:04:30.765: I/BillingService(16135): checkResponseCode got responseCode: RESULT_SERVICE_UNAVAILABLE I've come across several other SO questions which have been promising,…
Joel Martinez
  • 46,929
  • 26
  • 130
  • 185
2
votes
1 answer

Check for paypal subscription status in C#

I want to check for a user's subscription status in Paypal. I mean, if a user paid his last subscription fee I want paypal to redirect to a chosen page so I could extend his subscription date. If it's not possible I would only like to know when a…
Imri Barr
  • 1,035
  • 3
  • 12
  • 20