Questions tagged [subscription]

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

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

2251 questions
3
votes
1 answer

HOWTO track auto-renewed subscriptions in iOS In-App Purchases?

We are building a subscriptions based video on demand platform that lets our subscribed users to access films from a variety of devices including iOS, Web etc. So no matter from where the user has subscribed, they should be able to access the…
Chantz
  • 5,883
  • 10
  • 56
  • 79
3
votes
1 answer

Delete Android subscription listing via Google Play Developer API

I want to remove a 12 month subscription option from our Android app so it is not available for users to purchase any more. I am happy for users that currently have that subscription to continue with it to the end. I know you cannot disable…
BrightAI
  • 31
  • 1
  • 2
3
votes
2 answers

WordPress plugins for PayWalls and Subscription Models With International Payment Gateway

I am looking for a solution to my WordPress problem. I want to build an information site where guests can access free content. They can also access paid content on either a: Pay-as-you-read basis or; Daly, Weekly and Monthly subscription…
Shikasan
  • 331
  • 1
  • 6
  • 20
3
votes
3 answers

How to display user's WooCommerce subscription details?

I have created a custom page template and I want to display specific details of user's subscription (e.g. subscription starting date). The available hook on 'my account' page displays this but I don't know how to dismantle the output of the hook or…
3
votes
2 answers

How Do I know that auto Renewalbe subscription is cancelled or not?

I am implementing In App purchases in my app ,with auto renewable subscription , Now i am confusing that how i know that when the user is cancelled auto-renewable subscription or not
zohaibkhan
  • 227
  • 1
  • 2
  • 12
3
votes
2 answers

Adding a Co-administrator via PowerShell

I know how to add a co-administrator via the portal, but need a way to add it via PowerShell. I need this method as I have lost access to the login id, but have the publish setting file so can administrator my virtual machines.
Sachin
  • 65
  • 2
  • 6
3
votes
3 answers

Change URL in email sent by SSRS

I have a reportserver that is succesfully able to send out subscriptions as emails. However, if I include the link to the report, the link is 'local'. The reportserver can be reached using http://reporting.mycompany.com OR internally through our…
Henrov
  • 1,610
  • 1
  • 24
  • 52
3
votes
1 answer

How to handle errors in knockout subscription

I'm writing an app using knockout and I'd like to be able to catch any errors in my code which are run inside of knockout, for example a subscription. Currently I have a knockout subscription: var myObservable =…
cwohlman
  • 763
  • 6
  • 21
3
votes
1 answer

Cannot see the subscriptions with global administrator access in Azure AD

I have the global admin account in my organization's Windows Azure AD and need to manage the subscriptions of my organization in Azure. I see No subscriptions error message when logging on management portal manage.windowsazure.com. I guess I need to…
user2859403
  • 31
  • 1
  • 1
  • 2
3
votes
2 answers

iOS In-App purchase subscriptions integration with a third party system

I need to build an app for a system, which already has a subscription on its website. It looks like Apple doesn't allow to use any own subscriptions and forces to integrate any app with iOS in-app subscriptions. Is it any way to integrate two…
Dmitry Khryukin
  • 6,408
  • 7
  • 36
  • 58
3
votes
2 answers

Is there any way to clear subscription to an event in VB.NET?

In C#, I took the habit on clearing every subscriptions to my custom events in Dispose() to avoid memory leaks of subscribers forgetting to unsubscribe from my events. It was very simple to do, simply by calling MyEvent = null since the C# compiler…
Julien Lebosquain
  • 40,639
  • 8
  • 105
  • 117
3
votes
1 answer

SSRS CreateSubscription method - render format

I am trying to set up a website that allows users to add themselves to subscriptions for reports. The problem is that when I try and make the subscription render the report as "Excel" it sets it too "XML with report data". The piece of code I use to…
Bobby
  • 2,830
  • 3
  • 19
  • 36
3
votes
1 answer

How many Product-ids to create for Subscription in iPhoneSDK

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 user has already downloaded the content, if not download it using…
Ajay Sharma
  • 4,509
  • 3
  • 32
  • 59
3
votes
3 answers

iOS In-App purchasing and subscriptions : Testing

A college of mine has implemented iOS in-app purchasing on a auto-renewing monthly basis. I am taking over the code base and want to test it is working. I know the purchasing is wokring but the auto-renewing is what I am worried about. I have set…
Burf2000
  • 5,001
  • 14
  • 58
  • 117
3
votes
1 answer

What do I need from OAuth 2.0 in this simple Android app case?

The Story: I am making an Android app that allows a user to purchase a subscription, and does not require the user to have an account or login. I want to check whether or not a user has purchased a subscription, and the Google Play Android Developer…
Kalina
  • 5,504
  • 16
  • 64
  • 101