The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
17 views

iOS Non-Renewable IAP - Limit number of devices

We are looking at using consumable (non-renewable) IAP for subscriptions for our app after being rejected for auto-renewable subscriptions. I've read through many posts pertaining to this, but ...
-1
votes
1answer
30 views

How To Set Up Recurring Payment with PayPal API [closed]

I need to interface with PayPal and would appreciate advice on what the current best practice is for creating a recurring subscription payment with PayPal. Here is the exact scenario A visitor will ...
0
votes
1answer
8 views

How to find out when my iTunes Connect subscription renewal date

I've logged into iTunes Connect but cannot find my subscription renewal date anywhere. Can anyone advise? I no longer have the confirmation email I received when I signed up. Thanks.
0
votes
0answers
15 views

Facebook Subscription query suddenly returns unexpected error

since this morning, querying specific Facebook subscriptions from my server via curl at "https://graph.facebook.com/SUBSCRIPTION_ID/?access_token=APP_ID|APP_SECRET" returns 500 Internal Server ...
0
votes
0answers
65 views

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 ...
-1
votes
0answers
30 views

Creating a subscription calendar in PHP [closed]

This may be a bit of a stretch, but I am open to any ideas. I am creating a scheduling web app in PHP. I had an idea for allowing users who use programs like iCal to subscribe to their schedule so it ...
0
votes
3answers
58 views
+50

How to collect requested URL from user subscribing through Devise

I'm using rails 3. My whole app is restricted to registered Users using Devise 2.2. My requirement : Being able to say "user wanted to display the item X (as in item/:id was the requested url)when he ...
0
votes
1answer
23 views

Azure free website stopped even though I have upgraded subscription

My web site has been stopped and I have a warning icon as shown here: I have signed up for the free trial and I have also upgraded the account subsequently. But the warning icon is still there and ...
0
votes
0answers
8 views

How does my iOS app get informed that a user unsubscribed from in-app renewable subscription

I am implementing an iOS app with a renewable subscription. When I subscribe, I get a receipt and everything is OK. My app can autorenew subscription. Can I know that a user unsubscribed from the ...
0
votes
0answers
23 views

How to Set a Title/Description for a Subscription Calendar (webcal:// ICS file)

I have a calendar app for which I provide subscriptions by linking client using the "webcal://" protocol. It's working quite nicely. What I'd like to know is if there is a way title it in the ...
0
votes
1answer
48 views

Android in-app billing subscription verifying

I would like to verify subscription on my server, but I get invalid_grant error when I try to get access token. I use that code in php on my server: $refreshToken = '4/cTphJ...'; $clientId = ...
0
votes
1answer
30 views

How to determine what appstore user is using?

I have an application with in-app purchase ability in it. My Client has a pricing structure. so in different countries he is offering different subscriptions. He worked it out Different Tiers (About ...
0
votes
1answer
26 views

in-app purchases from app store for enterprise applications

I'm building an ipad app that will be used by companies. This app will have a monthly subscription model for users (the app is not a publication, it's an productivity app). Apple's terms and ...
0
votes
0answers
13 views

Is it possible to prevent a user to continue a purchased subscription in an Android app?

At http://developer.android.com/google/play/billing/billing_subscriptions.html it says: "Important: To change the price of a subscription, you can publish a new subscription product ID at a new ...
0
votes
1answer
59 views

Drupal 7 - Send automatically email to users who have the same interest than in new node

Okay, here's the deal. My client posts job ads to his website. Applicants can register in his page and choose what kind of jobs they're interested in. If new job ad (new node) includes same ...
4
votes
1answer
43 views

How many Product-ids to create for Subscription in iPhoneSDK

For your information, I have already implemented In-app Purchase in the application and it is working fine with Content Hosting at Apple as well as Server Model.I have logic in my app to check whether ...
0
votes
0answers
28 views

Paymill: Do a subscription and later get the subscriptions and corresponding transactions via client_id (PHP)

I have written a script for our application to allow users to make a subscriptions for a product (either on monthly basis or on yearly basis) Now I have a few questions that I can't find either here ...
0
votes
0answers
22 views

user registration signup and user accounts management for startup

I have a website which provides a subscription based service. There is only one product and that can be signed up for free. The user just needs to signup to be able to use it. I need a e-commerce ...
1
vote
1answer
41 views

Multi-device support for non-renewing subscription

I'm working on a news app. All news items are fetched from my website. To make a bit of a profit out of it and keep the website running, I implemented some ads. Now, I'd like the user to be able to ...
0
votes
0answers
65 views

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 ...
0
votes
0answers
22 views

Newsstand auto renewable subscription stops if magazine is not available?

Let's say you offer a magazine subscription, eventually you can't offer the publication anymore. Are auto-renewable suscriptions automatically stopped if the item is not available in the app store? or ...
-2
votes
1answer
74 views

How can I implement ios in app purchase subscription model? [closed]

I couldn't find any tutorial which describes the implementation of in app purchase subscription model.If anyone know,please post.Thank you.
1
vote
1answer
47 views

How to identify EXISTING purchases for non renewing subscriptions without UDID on IOS

there have been many questions about UDID and identifying users of applications, our app uses UDID to identify a user’s phone, this is how we tied their non renewing subscription purchase to a device ...
-7
votes
1answer
59 views

How to code a 2 days trial period without subscribing in PHP? [closed]

I want to create a subscription page that will show trial service for 2 days and after 2 days it will expire. Now to implement that i have stored user registration time in database to compare it to ...
0
votes
0answers
20 views

How to remove Subscription from product list in developer console and what will be its effect on the old subscribed users?

I want to remove the existing subscription product from product list. How would I be able to perform so as I didn't found any option on my developer console to delete the subscriptions ? Also if in ...
0
votes
1answer
191 views

notify_url never call when buyer paid for subscription

Now i am trying to make subscription plan from my website with paypal sandbox. I was already setup notify_url in business account and turn on this feature. return and cancel return is correctly work. ...
1
vote
1answer
62 views

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 ...
0
votes
0answers
18 views

activemerchant authorize.net arb trial payments

I've been looking for any info related active merchant gem, about making trial payments for authorize.net arb system. But so far i didnt find anything about it. Gem doesnt containts anything that ...
1
vote
1answer
62 views

Change price of subscription product in android app

I have an android app published in play store with subscription product charged yearly. I have used to old In-App billing API. Now I want to change the price of the subscription product. I think I ...
0
votes
1answer
36 views

Android App purchase clarification

I am developing a application in android.i want to give some features as free for my users. also they need to purchase to get additional features of the app. How can i achieve this? can any one help ...
0
votes
1answer
42 views

Azure re-place spending limit

In Azure, I exceeded what was in my subscription by making my SQL Database 'Business' edition instead of 'Web'. The spending limit disabled my account, but I wanted my services back up and running. ...
-1
votes
1answer
81 views

aweber Automatic Subscription [closed]

What are ways to automatically subscribe an mail to my aweber list? (I dont what complex API functions, registrations and etc.)
0
votes
0answers
42 views

Auto renewal subscription failed for live app

I am using MKStoreKit framework for implementing auto renewal subscription in my iPhone app. Everything works fine in sandbox mode, but when put live on app store the problem of subscription ...
0
votes
0answers
36 views

Facebook Realtime Updates with multiple pages on one APP_ID

We have an app that is installed on many many pages. I've seen in the docs that FB says one app_id can only have one subscription per object type. For most objects the API seems to confirm this, ...
0
votes
0answers
76 views

Windows Azure Portal login to portal and receive error “We are having trouble logging you into the portal”

Open browser Navigate to http://www.windowsazure.com/en-us/ Select portal top right login with my email address Receive the below error ...
0
votes
1answer
35 views

PayPal Subscription Email

I've setup a subscription on my site. Everything is working fine regarding money being deposited and our fulfillment warehouse is located when a new customer enrolls. The problem is that the PayPal ...
0
votes
0answers
10 views

Adding open-ended option to subscription button

I have no HTML experience and I'm trying to add a subscription button on my WordPress website that allows donors to input their own value in addition to having preset values. My current subscription ...
0
votes
0answers
142 views

PHP Google Play Subscription API

I am trying to get Google Play API subscription details using PHP and using following url to get purchase data : ...
2
votes
1answer
297 views

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 ...
0
votes
1answer
38 views

JMS subscriber stops getting messages from topic after a while

I noticed that my processes that subscribe to a JMS topic stop getting messages posted to that topic after some time in which no messages were posted to the topic (I can't quantify precisely this ...
0
votes
0answers
33 views

Not possible to check Android Subscription status from webserver without manual login?

After thorough research it seems to me that it is currently not possible to check the status for a Google Play Android subscription from my php server on an automated basis (e.g. cronjob or ...
2
votes
2answers
368 views

iOS in-app purchase auto-renewable subscriptions free trial option not available?

From apple's documentation it is possible to offer free trials to users, after which they will be auto-billed at the end of the trial If you offer a free trial, it will begin when a user ...
1
vote
1answer
235 views

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 ...
1
vote
2answers
146 views

Use sub-/superscript and special characters in legend texts of R plots

I generate a plot for multiple datasets. Each of the datasets should get it's own legend, which might contain greek letters, plotmath symbols or sub and superscrition. I'd like to generate the ...
0
votes
1answer
21 views

How to update chargify next_billing_at value using php api?

I'm using the php chargify connector described at https://github.com/jforrest/Chargify-PHP-Client and I would like to update the next_billing_at parameter of a subscription. I tried doing it like ...
0
votes
1answer
58 views

Android youtube api delete subscription not working

public static boolean deleteSubscribe(String subscription_id, String authToken){ HttpClient httpClient = new DefaultHttpClient(); HttpPost httpPost = new ...
0
votes
1answer
97 views

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 ...
0
votes
5answers
85 views

What's the minimum OS to do android in app subscription?

I would like implement in-app subscription on my android app, but what's the minimum target to do that ? 2.1 or 2.2 ?
0
votes
1answer
138 views

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. ...
0
votes
0answers
38 views

Signup web forms user interface [closed]

I need to create a tool so that users can create lead capture forms, similar to the ones used by MailChimp, or AWeber. I'm doing some research to see if something like that exists so that users can ...

1 2 3 4 5 9