Questions tagged [subscription]

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

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

2251 questions
14
votes
2 answers

How can I cancel my Microsoft Azure subscription?

I signed up for Azure Trial, but I don't use it anymore. However, they are still charging my credit card. I want to unsubscribe but couldn't find a way to do so. I tried to reach customer care also but there was no response. How can I cancel /…
teja reddy
  • 157
  • 1
  • 1
  • 4
13
votes
1 answer

How to find out if the user is eligible for Free Trial with Billing Library (in other words, he had not availed Free Trial before)?

How to find out if the user is eligible for Free Trial with Billing Library? In other words, how to find out that the user had not availed Free Trial before? I didn't find any API that would help to know this for sure. And this information is not…
Ksenia
  • 3,453
  • 7
  • 31
  • 63
13
votes
1 answer

Java 9 - how publisher and subscriber works

I am trying to understand how Subscriber and Publisher works in java 9. Here I have created one subscriber here and using SubmissionPublisher for publishing item . I am trying to publish 100 strings to subscriber. If I do not make the Client program…
Shiva
  • 1,962
  • 2
  • 13
  • 31
13
votes
0 answers

How to cancel Auto-Renewable Subscription by using Test User

Apple iTuneConnect Document said that "Do not enter your test account information in the Store settings panel. Doing so may invalidate your test account." If I need to test verified transcation again, how to re-subscribe it again? How to test…
Cp Liszt
  • 169
  • 1
  • 4
12
votes
1 answer

Testing useSubscription apollo hooks with react

Testing the useSubscription hook I'm finding a bit difficult, since the method is omitted/not documented on the Apollo docs (at time of writing). Presumably, it should be mocked using the from @apollo/react-testing, much like the…
12
votes
1 answer

Type 'Subscription' is missing the following properties from type 'Observable>'

ERROR : Type 'Subscription' is missing the following properties from type 'Observable>': _isScalar, source, operator, lift, and 6 more.ts(2740) Here I have attached my code. Here, in my case, I have two methods which return an observable, but…
TheDoozyLulu
  • 384
  • 2
  • 6
  • 23
12
votes
3 answers

Does Postman GraphQL Beta support subscription

I'm trying to use Postman v7.3.4 to develop and test GraphQL APIs. However, when using a GraphQL subscription, the response never shows the data, instead it shows something like the following: { "data": null, "extensions": { …
Griggs
  • 150
  • 2
  • 11
12
votes
2 answers

iOS subscription DID_CHANGE_RENEWAL_STATUS notification: latest_expired_receipt vs latest_receipt

I am working on adding subscription to my iOS app and I came across some very annoying inconsistencies: My server is listening for the DID_CHANGE_RENEWAL_STATUS notification from Apple: { "auto_renew_status_change_date": "2019-06-05 13:42:43…
Andrei Herford
  • 17,570
  • 19
  • 91
  • 225
12
votes
1 answer

Magento Recurring Profiles with non-Paypal payment method

Interested to know if (a) this is possible, and (b) whether any of you have successfully implemented the functionality. The wiki page repeatedly refers to "Currently, by default, Magento supports purchasing items with recurring profiles only for the…
Jonathan Day
  • 18,519
  • 10
  • 84
  • 137
12
votes
3 answers

How to force Stripe subscription charge

Does anybody know how I can force renewal (charge) subscription in Stripe? For example, we have 'past-due' subscription, and 3 tries to charge at this 'past-due' period. Customer adds new payment source (credit card), and wants to use it…
Arkady
  • 1,178
  • 14
  • 35
12
votes
5 answers

Get android subscription status, failed with 403

While trying to get android in-app subscription status (with expiry date), I get the following error message: { "error": { "errors": [ { "domain": "androidpublisher", "reason": "projectNotLinked", "message": "The project id used to…
neobie
  • 2,847
  • 5
  • 27
  • 31
12
votes
4 answers

Windows Azure Portal login to portal and receive error "We are having trouble logging you into the portal"

Open browser Navigate to http://www.windowsazure.com/en-us/ Select portal top right login with my email address Receive the below error https://manage.windowsazure.com/Error/Login?getsupport=true&f=255&MSPPError=-2147217320 Receive the error " We…
user2207063
  • 129
  • 1
  • 1
  • 5
11
votes
1 answer

Catching exceptions which may be thrown from a Subscription OnNext Action

I'm somewhat new to Rx.NET. Is it possible to catch an exception which may be thrown by any of the subscribers? Take the following... handler.FooStream.Subscribe( _ => throw new Exception("Bar"), _ => { }); Currently I'm…
drstevens
  • 2,903
  • 1
  • 21
  • 30
11
votes
0 answers

How "Subscription Status Url" works for apple In-app purchases (Auto renewable)

Does anybody work on "Subscription Status Url" and how it works for Auto Renewable In-app purchases in the sandbox mode When i am trying to achive it, i am able to subscribe my product from App but while checking subscription status in the backend…
Sukeshj
  • 1,503
  • 1
  • 19
  • 25
11
votes
2 answers

How to check is transaction free trial in android subscription?

Is it possible to know is subscription was purchased as free trial? For now I can't find a way how to do it on server/device side. Does anybody has suggestions how to do it?
Stafox
  • 1,007
  • 14
  • 25