Questions tagged [subscription]

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

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

2251 questions
7
votes
0 answers

Can't unsubscribe from SignalR events

I have multiple Angular components that are subscribing to a SignalR hub connection. I have wrapped the SignalR hub connection object to an angular service, hubconnection.service.ts: import { Injectable } from '@angular/core'; import {…
mariusmmg2
  • 713
  • 18
  • 37
7
votes
1 answer

What is the difference between subscription.unsubscribe() and subscription.remove()?

I am using Angular 5 and have subscribed an observable using the subscribe() method. I want to know if only calling the unsubscribe() method on the subscription will be sufficient to cleanup everything, or should I also call remove() method? code…
Akhilesh Shukla
  • 192
  • 2
  • 13
7
votes
3 answers

Implement a paid subscription service on a website

I have a website and I would like to implement a paid subscription service. Its a simple service with only 2 types of plans. For now, ill just use Paypal. But im a little lost before start, mainly with the data model. My main question for now is,…
JoaoPedro
  • 511
  • 1
  • 6
  • 20
7
votes
5 answers

Android: Promo Codes for Subscriptions?

Recently, Apple began allowing the creation of promo-codes for in-app subscriptions. I know Android allows promo codes for one-time in-app purchases, But I do not know if Android allows promo codes for in-app subscriptions. For example, I know I can…
willbattel
  • 1,040
  • 1
  • 10
  • 37
7
votes
2 answers

Does test sandbox autorenew subscriptions IOS?

I've been working on implementing an autorenewing subscription app. I have the actual purchase of the subscription working fine.... I choose the 1 month subscription which should last 3 minutes, before it expires... the initial purchase actually…
Speckpgh
  • 3,332
  • 1
  • 28
  • 46
7
votes
1 answer

iOS: How do I find out, if a user is still eligible for a free trial of an in-app purchase subscription?

We offer an auto-renewable in-app purchase subscription in our iOS app. We want to add a free trial period to our subscription now, which already works fine. In our app's "store view", we display the product info along with a button "Test now for…
Flo
  • 2,309
  • 20
  • 27
7
votes
1 answer

sylius or sonata or custom for subscription based application

We are going to build something like cratejoy.com, but don't want spend lot's of time building which is already builded before for developers. I was going through sonata and sylius, but not sure if we can build subscription based model with one of…
Basit
  • 16,316
  • 31
  • 93
  • 154
7
votes
1 answer

Issue with Android IAP, no OrderID in Purchase Object

Im testing Android In app purchase subscription with one of my accounts with TEST License access (I'm aware Test access won't support Subscriptions). Noticed that there is no orderIdin purchase response JSON but payment goes through(no charges…
CodeFury
  • 1,520
  • 16
  • 29
7
votes
4 answers

How to easilly see number of event subscriptions while debugging?

While debugging, can I look into textBox1.TextChanged to see the number of event subscriptions? If yes, then how do I drill to it? I need to know how many subscriptions there are at a given time for debugging because it looks like an event is…
Madmartigan
  • 143
  • 1
  • 7
7
votes
2 answers

Restoring expired auto-renewable subscriptions

Following Apple guides, auto-renewable subscriptions are restorable -> device can send restoreCompletedTransactions to Apple servers and Apple will response with list of all completed transactions. My question is, does Apple send all completed…
7
votes
1 answer

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 receiving calendar application, such as Outlook,…
pmascari
  • 271
  • 2
  • 10
7
votes
1 answer

When a Google Play in-app subscription auto-renews, does it send another purchase notification (in app notify)?

As the title says, I am interested in learning whether the Google Play in-app subscription model sends a new IN_APP_NOTIFY for each auto-renewal or if the developer must wait for the purchaseTime to indicate expired and then pull the next purchase…
user1075722
  • 317
  • 3
  • 14
7
votes
3 answers

What is the best way to integrate ExpressionEngine members with MailChimp?

I am developing a site that uses FreeMember to handle user sign-up, login and profile updating. We want to offer a way for users to sign up for the newsletter when creating an account as well as the option to (un)subscribe by updating their EE…
7
votes
0 answers

Instagram API Real Time geography subscriptions - too few requests

I've implemented the real time functionality on the Instagram API by subscribing to 5 geographies. These geographies pretty much cover the area of Bucharest, so I'm thinking I should get a lot of action from Instagram's servers. Here's the way I…
Adi Dabu
  • 71
  • 5
7
votes
4 answers

Azure Subscription Disabled

We belong to bizspark program and have an Azure subscription that has been disabled. Unfortunately, we don't know why and how to see what percentage of our resources is spent. Anyone know also when Bizspark subscriptions are reenabled?
Miguel Domingos
  • 345
  • 1
  • 3
  • 17