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

Android In-App Purchase Downgrade-Upgrade

I have integrated in-app in my Andorid application for single Product productone. For that, I have created different Product-Ids in my Google Play Console as below : 1. productone.monthly, 2.productone.yearly As per my knowledge both the Product…
3
votes
2 answers

How to test auto-renewable subscription?

I have an app with an auto-renwable item in the inApp-Purchase. Let's say, with an period of 7 days. If a test-User buys the item... How can I check the expiration-date? I can observe it with restoreCompletedTransaction, but there will be an…
xnz
  • 63
  • 1
  • 5
3
votes
1 answer

Angular : Global variable not changing inside Subscription function

i'm having issues with changing global variable in Angular 7, using TypeScript. I am using a service that collects JSON data from a database through a Restful API The service : export class myService { constructor(private client : HttpClient) {…
3
votes
0 answers

Android AWS Appsync subscription does not fire events

AWS Appsync subscription does not fire events.I did not receive events from the socket. The watcher seems to work fine because if i pass a wrong token (for test) it fire onFailure event. What i have done is: Update my project gradle: classpath…
3
votes
3 answers

Flutter. How to check that autorenewal subscription is still valid

My app has a 1 month autorenewal subscription. When the user clicks on a "Buy a subscription" button I am saving date of purchase to shared preferences. Then, after 1 month, I need to check is this subscription is still valid. So how can I…
Timur
  • 111
  • 1
  • 11
3
votes
1 answer

Error Domain=SKErrorDomain Code=2 "can not connect to iTunes Store" in Production (Subscription)?

I have a user who is getting this error when they try to start a subscription (auto-renewing with free trial for one week) of my app. I have existing subscribers and this is the first I've heard of it so I don't (think) that it's widespread, but…
GarySabo
  • 5,806
  • 5
  • 49
  • 124
3
votes
0 answers

ionic4 Angular 7 query params subscribe is not triggering on every change when using ion-router-outlet

This is my code import { Component, OnInit } from '@angular/core'; import { ActivatedRoute, Params, Router } from '@angular/router'; @Component({ selector: 'app-landing', templateUrl: './landing.page.html', styleUrls:…
e.k
  • 1,333
  • 1
  • 17
  • 36
3
votes
1 answer

Facebook Subscriptions API - Push notifications for comments on pages?

The subscriptions API on the Facebook REST documentation looks, like they would allow me to get Push notifications, whenever something is changed: https://developers.facebook.com/docs/reference/api/subscription/ According to the documentation on the…
Sebastian Hoitz
  • 9,343
  • 13
  • 61
  • 77
3
votes
1 answer

Setting free trial programatically for a cart item in WooCommerce Subscriptions

I'm trying to set the free trial period of a cart item in WooCommerce during an add to cart AJAX request. The code seems to work when there is one subscription product in the cart, but when there are two or more of the same subscription product in…
3
votes
1 answer

How to have one central location for all report subscriptions in SSRS?

We have a team of report developers and when each person tries to setup a subscription (i.e. report delivery subscription/method), what we do is that we go to the report, click on Manage/Subscription/New Subscription. This way of doing it, is the…
LearnByReading
  • 1,813
  • 4
  • 21
  • 43
3
votes
1 answer

Is MKStoreKit still maintained and fully compatible to iOS 12?

I have been using an earlier version of MKStoreKit within an older iOS app to manage the In-App Purchases. It worked quite well. Now I am working on a new app which should support auto renewable subscriptions. I would like to use MKStoreKit again.…
Andrei Herford
  • 17,570
  • 19
  • 91
  • 225
3
votes
1 answer

Angular : View not updating when variable changed asynchronously

Here I am subscribing notification$ of Notification service in App.Component.ts. Every thing is going good, I have changed value in ngOnInit of App.Component.ts but its view not rendering/updating accordingly. But when go on another view I found…
Sunil Kumar
  • 909
  • 2
  • 17
  • 31
3
votes
1 answer

Should I display Restore subscription button?

Is there really need in this button? When I verify a receipt and discover there is valid subscription, doesn't it uniquely say, that the subscription is valid and there is no need to run restore process? Or may be there are some cases when it's not…
heximal
  • 10,327
  • 5
  • 46
  • 69
3
votes
2 answers

Amazon Appstore Deeplink to Manage Subscriptions

I'm trying to deeplink to the Amazon Appstore's Manage Subscriptions page from my app and I'm curious if it's possible. I've managed to accomplish this for the Google Play Store and iOS App Store. I've gone through the documentation at the link…
mbaker3
  • 895
  • 6
  • 9
3
votes
1 answer

Subscriptions - Specified resource is not supported for MSA requests

I use the Graph API to synchronize calendars with an app created from an Office 365 account (with a developper license). I do user tests with an account outlook.com and hotmail.com (I log in oauth), all API calls work, however, as soon as I try to…