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

Is it possible to subscribe to an event indirectly?

Currently, I have this implemented, where I have direct access to the class that I want to subscribe to, but what happens if I have a class that I don't have direct access to? i.e. An event that X triggers, with Y subscribing to it. Is it possible…
Bob.
  • 3,894
  • 4
  • 44
  • 76
3
votes
1 answer

How to store subscription data for Android in-app billing?

I'm trying to implement in-app billing, where the only thing my app sells is a monthly subscription. I've gone pretty much copied the Dungeons example that Android provides and it works, but it seems overly complicated for the one thing I have to…
Kalina
  • 5,504
  • 16
  • 64
  • 101
3
votes
3 answers

Subscripting integer variable using a pointer

Possible Duplicate: In C arrays why is this true? a[5] == 5[a] C weird array syntax in multi-dimensional arrays Today I came across this blog. What attracted me the most is this: int i; i["]
Ghasan غسان
  • 5,577
  • 4
  • 33
  • 44
3
votes
1 answer

Which open source e-commerce solution for subscriptions?

We plan to build a new store for our web site. We want it to be able to handle subscriptions. As software editor, we will sell subscriptions for our support services and SaaS offers. The solution must be able to manage renewal, invoices generation,…
Emmanuel Keller
  • 3,384
  • 1
  • 14
  • 16
2
votes
2 answers

Generate event when variable changes to send from a code class to form class c#

Newbie question. I have two c# classes - a code class (say, CodeClass) and a form class (say, FormClass). In CodeClass I have a number of functions which I will use to periodically update a string within the class (I can use a property or whatever…
ftl25
  • 51
  • 1
  • 6
2
votes
3 answers

In android market is there a subscription facility?

Currently I Am developing an magazine reader app. In my app I want to provide the Subscription facility where user can have monthly subscriptions. I am having a doubt that is there a subscription facility in android market. I went through the Google…
Sreedev
  • 6,563
  • 5
  • 43
  • 66
2
votes
0 answers

like and subscribe button conflict?

I have a like button on my website, which has a corresponding FB page and App. The like button is functional and has been for a while. I recently decided to add a subscribe button to my webpage, so that users could get updates on our content, posted…
Vijay Raol
  • 41
  • 1
2
votes
1 answer

Facebook Profile Subscriber Count

Is there a method in the API to query the number of subscribers for one of the new profiles? I am talking about the new profiles (not pages), like this one for Tyra Banks: http://www.facebook.com/XOXOTYTY I can see on that page that she has 696k…
Brian Anderson
  • 205
  • 1
  • 4
  • 10
2
votes
1 answer

yourlabs-subscription error -- Caught VariableDoesNotExist while rendering

I have been trying to use the updated yourlabs subscription example, and the installation has worked fine except that Each of the views in the subscription app returns the request variable in the render to template. this request context variable…
Sachin
  • 3,672
  • 9
  • 55
  • 96
2
votes
1 answer

Unlocking features via promo code that are also offered in an out-of-app subscription

I'm interested in unlocking features for a fixed time period in my iphone app via promo code. These same features are also offered for subscription outside of the app store. Is this still legitimate? It's imperative that the app isn't rejected by…
JeremyDay
  • 430
  • 6
  • 19
2
votes
1 answer

Data Driven SSRS Subscription without SQL Server 2008 R2

I am trying to mimic the functionality of a data driven subscription. We are current running a version of report server that does not allow for Data Driven Subscripts. Current this is what I am working with use ReportServer declare @datetime…
nikolifish
  • 503
  • 1
  • 5
  • 18
2
votes
1 answer

iOS Subscription for app features

I am looking at a subscription model for in-app functionality. It seems that this would be allowed as you could definitely use in-App purchase to buy extra features. Has anyone had any direct experience with this or know of other apps that do…
Aran Mulholland
  • 23,555
  • 29
  • 141
  • 228
2
votes
1 answer

Single mobile app subscription model for multiple platforms

If I have an iPhone app, Android app, and Blackberry app, is there any way to implement a monthly or yearly subscription-based billing scheme such that a user need only pay for one subscription in order to use my app on any device? The problem is…
jjoelson
  • 5,771
  • 5
  • 31
  • 51
2
votes
0 answers

Shopify: accessing subscription segments

I’ve created a custom Admin API connection for shopify. I’m able to pull down orders, customers, and products. I can’t seem to access the subscription contract information. When I try it says I don’t have access, but don’t see this as a scope in the…
Mike
  • 1,049
  • 5
  • 20
  • 46
2
votes
1 answer

Angular homepage not loading on app launch when using observable - refresh and all is well

I have an Angular application which has an overview page as it's home page. The overview data is fed from a SignalR feed which updates every second. I moved the feed into a separate service which loads on application start. There is an observable…
nbren007
  • 313
  • 1
  • 4
  • 14