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

Having problems with auto renewable subscription in app purchase in ios

I am having an app in which I am implementing Auto Renewable Subscription In App Purchase. I am following this link link With that, I am getting the alert successfully to purchase but when I press it again, it asks me every time to purchase. There…
Manthan
  • 3,856
  • 1
  • 27
  • 58
2
votes
1 answer

iOS In-App Purchase: Managing auto-renewing subscriptions

I'm currently working on incorporating in-app purchases into an iOS application. The primary offering will be auto-renewing-subscription based. My question concerns subscription management. It is not possible (AFAIK) to manage AR subscriptions in…
jstevenco
  • 2,913
  • 2
  • 25
  • 36
2
votes
2 answers

Publish API to selected subscriber group or to an internal user in wso2 api manager

Do we have any option of publishing any API to particular user/subscriber group which is visible only to those subscriber in wso2 API manager. For Example - I have created an API - userValidateAPI which require to be used only by internal…
2
votes
1 answer

Service for subscription in Orion Context Broker Fiware

I'm reading the documentation about OCB subscriptions I don't find anything. Only a Python example, called accumulator.py (and I don't know Python :(, I'm Java developer ). I refer to the notifications that Orion sent as a consequence of…
jjmartinez
  • 779
  • 5
  • 20
  • 37
2
votes
1 answer

Meteor subscription not ready

My Meteor application, which up until recently was working fine, recently stopped working despite there having been no code changes to the application. I've confirmed the issue exists on three different machines with two different operating systems,…
jprince
  • 181
  • 3
  • 11
2
votes
1 answer

Resuming a subscription with Stripe (and charging for previously unpaid service)

I have a web service which publishes and hosts certain information for my users. Each user's editing interface is separate from the information they've published. I'm billing for it using Stripe subscriptions, but I'm having trouble coming up with a…
2
votes
1 answer

Facebook real time page update php

this is my first question to stackoverflow, so if's something wrong please advise.. Well the problem is Facebook real time updates : I have successfully created subscription to page and it's admin user ( test page and test app created ), user has…
2
votes
1 answer

Can we create a readonly file from SSRS subscription report

I have a SSRS Subscription report 2012, it store the file at a shared library location is it feasible with SSRS to create a readonly file when it render the RDL.
Reeves
  • 726
  • 7
  • 13
2
votes
1 answer

How to recoginize trial user?

I'm trying to use android subscription system. And I think setting up 7days trial. I would like to summarize trial users and paid users separately. I assume that my android app gets subscription status(trial/paid) from google play, then send it to…
k-t
  • 21
  • 1
2
votes
0 answers

Stripe - Invoice Item included on recurring payment and charge failed

I have a recurring subscription service using Stripe. An additional Invoice Item is added to each invoice. When a new user wants to subscribe to my service, the steps are: create user (if not already existing) create invoice item (will be added to…
PJ Bergeron
  • 2,788
  • 4
  • 25
  • 42
2
votes
1 answer

Pointing a domain to a subscription based web-app?

I'm about to start building a subscription based website that will function much like 37signals offerings in terms of users paying a monthly fee to use the site. But in my case I would like for them to be able to use their own hosted domain names…
user239237
  • 662
  • 2
  • 7
  • 14
2
votes
0 answers

Google In-App Subscriptions - Managing Pricing, Deployment and Maintenacne

I am creating an Android application using a in-app subscription model. What is the easiest way to manage one-off Pricing, Deployment and Maintenance requests for different prices/user groups. So let me use an example to clarify my issue: 1) I…
2
votes
1 answer

How long is a month/year in an Android monthly/yearly subscriptions

I'm working on an Android application, where a user can buy a monthly/yearly subscription to unlock content. Since the app is not very dependant on the internet I try to do as less comunication with backend servers as possible. However, I have to…
2
votes
0 answers

ONVIF - setting up the events

I'm trying to set up the events, using ONVIF library. Basic idea is to subscribe to a camera. Once you have subscribed, you can now receive events (eg: motion detection). Later when you don't want to receive any events anymore, you can just…
sklimkovitch
  • 251
  • 4
  • 8
2
votes
1 answer

MySQL: Calculating remaining days of subscriptions based on payments

I'm working on an application where we have three different subscription plans (let's call them small, standard, premium) each with three different lengths (30, 60 and 90 days). Each user can subscribe to multiple services. I have the following…
Xyslarda
  • 95
  • 1
  • 3
  • 9