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

How do I transition my iOS app with auto-renewing subscriptions to non-renewing subscriptions?

My update for my iOS app with auto-renewing subscriptions was rejected, and the reason is that I must switch to non-renewing subscriptions. I can do that, but I am not clear about how to transition. I have many subscribers with auto-renewing…
2
votes
1 answer

Is the myspace streaming subscription API still functional, and if so, how can I tell?

In an effort to get music-related events for an app we're building, we've mulled through Myspace's decidedly clunky authentication process and managed to set up a subscription and endpoint. Using all this fun…
jsh
  • 1,995
  • 18
  • 28
2
votes
1 answer

How to unsubscribe user from paypal automatically using php (when they upgrade to a different subscription)

When a user upgrades their subscription on my site, I get contacted by IPN, then I want to use php to contact paypal to cancel any existing subscription they may have. How do I do this? I can only find how to do it using buttons the user has to…
Sabrina Leggett
  • 9,079
  • 7
  • 47
  • 50
2
votes
2 answers

Delete a Push Subscription from Subscriber using T-SQL in Merge Replication

I have a Publisher server and Subscriber Server which are synchronized using Merge replication. When i using wizard to remove Replication a login window ask me to login on Subscriber Server and remove its subscription but when I using generated…
2
votes
4 answers

Subscribing to events in a separate class

I am having a bit of trouble subscribing to an event I have created. The event itself is in its own class and I want to be able to subscribe to it from a separate class in a separate project. I am able to subscribe to it from the class in which it…
user125866
2
votes
1 answer

MKStoreKit4.1 Buy Feature does nothing?

I have an iphone application in which i am trying to implement subscription with mkstorekit 4.1.everything works fine except that this code. in success i was adding the subscribed view. but it is not getting called at all.Can anybody help me? …
hacker
  • 8,919
  • 12
  • 62
  • 108
1
vote
1 answer

How to implement a quarterly subscription PayPal button

What I want to do is to have a PayPal subscription button on my website, with a quarterly rebilling option. I know there is a way to do this with non-hosted button code, but I am wondering if there is any way to implement this using PayPal hosted…
TJ TJ
  • 11
  • 1
  • 2
1
vote
1 answer

In App Purchase Subscription Auto Renewal

I have implemented a couple of months ago the in app auto renewable subscription on two of my apps. I stored the old receipts of my users and contacted Apple from my server at the end of the subscription period to check if the subscription is still…
Roi
  • 546
  • 5
  • 20
1
vote
1 answer

Graph API to subscribe to a user (similar to Subscribe button social plugin)

is there a call in the Graph API that would allow my Facebook app to subscribe a user to another user. The same action Subscribe button would do or the user would do himself on someone's profile page. I know I can list users, which the authenticated…
1
vote
2 answers

Checking for User Subscription - Apple Auto-Renewing Subscriptions

How can I check if a user is subscribed to my auto-renewing subscription through Apple?
MOH NAJJAR
  • 11
  • 2
1
vote
1 answer

AutoRenewable Subscription Related Query [Server-User Mapping]

I am implementing a digital magazine project for a client. Auto-renewable subscriptions for a period of 3/6/12 months have been included as a feature. My question is while using in-app purchase, is there any way for the server to map the user??…
1
vote
2 answers

iCalendar feed - What date range should I use to output events so devices can see all events?

I built a HTTP request handler that outputs events in icalendar format. By default, I output events for the next 6 months, but that's completely arbitrary. What I want to know is what date range should I use to output events for the icalendar…
Redtopia
  • 4,947
  • 7
  • 45
  • 68
1
vote
2 answers

Angular - unable to unsubscribe from valueChanges with Material Datepicker

I've had an ongoing problem with the emitting of a date in Angular Material Datepicker. I am working with an application where we have JSON files in Contentstack. The JSON files have the controls for an Angular Reactive form as well as an email…
1
vote
0 answers

How to automatically renew a subscription package when a user reaches the usage limit using Stripe or another payment platform?

I have a website with packages (abcd), and users can choose to subscribe to one of these packages. The packages have no expiration date but have a limit on usage. When a user reaches the usage limit, I want to automatically renew their package…
Wanten
  • 11
  • 1
1
vote
1 answer

Unable to create service hook/webhook subscription in Azure ADO using Rest API C#

I am trying to create a service hook/webhook Subscription for Workitem Created event but it is not working. I am getting error says "StatusCode: 203, ReasonPhrase: 'Non-Authoritative Information". I am using personal access token to authenticate.…