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

What happens to Azure Service Principal Ownership/Roles when subscription is transfer

I have an Azure Service Principal that I use with my proj pipeline (Azure DevOps). I'm going to provision an environment for the client in azure with my subscription. I'm going to transfer the subscription to the client (Which I know how to do). But…
BAcevedo
  • 105
  • 3
  • 12
2
votes
0 answers

How do graphql subscriptions work under the hood?

I know it's usually with websockets, but when I implement subscriptions with say graphql-yoga, I can listen on playground but how can I do that with pure javascript? Like using the javascript's built-in WebSocket class.
Gjergj Kadriu
  • 558
  • 4
  • 10
2
votes
1 answer

StoreKit Alert Controllers

I'm in the final stages of adding inApp purchase for a subscription into an app. All appears well, except keep getting an alert title "You're all set" appearing in my next view controller because it is pushed before the alert occurs. How can I…
2
votes
0 answers

Subscription receipt validation giving wrong product_id and expires_date on Restore

I am working on receipt validation for an auto-renew subscription. Running into a big issue when it comes to restoring. Restoring seems to be restoring an old transaction with a different product_id, thus marking my UI as expired. Purchasing works…
Joe
  • 3,772
  • 3
  • 33
  • 64
2
votes
0 answers

When an iOS app is pulled from the App Store, do subscriptions get canceled?

Our app is being pulled from the Apple App Store. We have a large number of recurring subscribers who could continue to use the app for some time after this, since they would still have the app, but will the subscriptions be pulled by Apple at the…
2
votes
0 answers

iOS - App Store - Change expiration date of a subscription

I want to change the expiration date of a Subscription in my Play Store using the Play Store API. I have a Mobile App where you can buy a renewal App Store Subscription or you can get some time for free from Promos in app. The main problem here is…
Eugenio Valeiras
  • 980
  • 1
  • 9
  • 30
2
votes
1 answer

Android - Play Store - Change expiration date of a subscription

I want to change the expiration date of a Subscription in my Play Store using the Play Store API. I have a Mobile App where you can buy a renewal Play Store Subscription or you can get some time for free from Promos in app. The main problem here is…
Eugenio Valeiras
  • 980
  • 1
  • 9
  • 30
2
votes
1 answer

Angular rxjs mix observable and promises

I'm developing an Angular app and I use Rxjs, Observables and all the stuff to transfer data from my Data Access Layer to components. I have a Service which gets Bootstrapping data (named B). Another service (named A) fetches these data and gives…
Canopy
  • 51
  • 7
2
votes
0 answers

Facebook SDK - subscriptions with trial period and discount period

We are trying now to add Facebook SDK to our android and ios applications and using received data to optimize facebook advertisment. But now it's not clear for me how facebook analytics take account of trial, discount and renewal subscriptions. I…
user2069363
  • 193
  • 1
  • 8
2
votes
1 answer

angular 4.4 *ngIf not updating when subscribed variable changes

I want to make some elements of the web appear or dissapear if there is a variable assigned or not. I subscribe to a service to obtain this variable, but the elements with the *ngIf do not update when the variable changes. The service in…
Alex
  • 1,230
  • 2
  • 24
  • 46
2
votes
0 answers

On android in-app billing subscription, next payment(renew) date set with count of days? or date?

I want to know that On in-app billing subscription, next payment(renew) date set with count of days? or date? [example] count of days / a monthly subscription product = 30days start(first) date: 2019/3/31, next(renew) date: 2019/4/29 date / a…
조은실
  • 21
  • 3
2
votes
1 answer

Deleting Microsoft graph fails with ExtensionError

I am trying to delete a webhook subscription to Microsoft graph. My http call is: DELETE https://graph.microsoft.com/v1.0/subscriptions/3ecdf72f-f302-49f6-851c-d04d178a9ref I got the id of the subscription using: GET…
Mahdi
  • 23
  • 3
2
votes
0 answers

Atom Get Text Under Cursor

I'm writing my first program in JS, I need to return the cursor text when the mouse hovers over it in Atom. import {CompositeDisposable} from 'atom'; const atom = require("atom"); const cursorListener = { subscriptions: null, cursorReturn:…
2
votes
0 answers

What is Grace period in Apple In App Purchase? How to configure it in Apple store connect?

I am working on In App Purchase, I am aware of creating and configuring In App Purchases , I have also set trial period but don't have any idea about Grace period. Please help on grace period configuration in Apple store connect. Thanks in advance
San
  • 21
  • 3
2
votes
1 answer

iOS In App Purchase Error - This Item is no longer available

In my app, I have IAP for subscriptions. Until now it worked perfectly and now we are getting this error when trying to purchase. In SandBox, this works fine. This Item is no longer available
hashB
  • 113
  • 1
  • 12