Questions tagged [subscription]

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

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

2251 questions
5
votes
0 answers

Offering an iOS Subscription Across Multiple Apps

Does anyone have experience implementing this in their apps? I wasn't able to find very much documentation on this topic. It looks like even RevenueCat hasn't implemented this yet. I did find a Google-cached page that contains a question asking…
Joris Weimar
  • 4,783
  • 4
  • 33
  • 53
5
votes
5 answers

Angular component Inheritance and inheriting subscriptions

Let below is a component which I will be extending in various other components ti reuse some code.. import { Component } from '@angular/core'; @Component ({ selector: 'my-app', template: `

{{appTitle}}

To…
nobalG
  • 4,544
  • 3
  • 34
  • 72
5
votes
0 answers

RSS feed import all youtube channel videos

I am using Inoreader for my YouTube subscriptions feed. But it shows videos only up to 5 years in past. I can't see videos, uploaded in 2014 and earlier. Is it possible somehow generate RSS feed, with all videos, uploaded by user, and than this…
EdenPac
  • 59
  • 4
5
votes
1 answer

Test subscription is revoked by GooglePlay

I'm working on a subscription renewal feature, in test mode, with testing payment methods. Problem is that we receive cancelation subscription webhook, GooglePlay makes subscription revoke. ​​ From params: ​"cancelReason": "1" Status code from the…
yozzz
  • 1,267
  • 1
  • 22
  • 30
5
votes
1 answer

Error handling inside RxJS mergeMap operator

When I make a GET request using the Angular HttpClient, I get an observable back and process it within the RxJS operator mergeMap. Now it happens that again and again a 404 is thrown, which I would like to catch. Finally, no error message should…
Codehan25
  • 2,704
  • 10
  • 47
  • 94
5
votes
3 answers

How do I prevent multiple subscription calls in Angular?

I have a message service, to interact between various components. I just want to trigger a message, when I click on the Mine button. This works so far. But when I click on the < and >button, it triggers getMessage(), so that it adds up values. But I…
Michael
  • 287
  • 1
  • 10
  • 17
5
votes
1 answer

How to upgrade/downgrade an iOS auto-renewable subscription

Suppose that an iOS auto-renewable subscription provides access to a service that includes a storage allotment. There are several subscription tiers that vary in the amount of storage allowed. Subscribers may wish to upgrade or downgrade their…
rich
  • 201
  • 1
  • 9
5
votes
1 answer

AWS AppSync - Subscription to a mutation does not return the desired fields

I try to subscribe to mutations in a DynamoDB table in AWS AppSync. The schema briefly looks like follows: type Post { id: ID! userId: String! title: String body: String! } input UpdatePostInput { id: ID! title: String body:…
vahdet
  • 6,357
  • 9
  • 51
  • 106
5
votes
2 answers

What happens to iOS subscriptions when the server / backend account is deleted?

Let's assume we are Netflix. The user created an account on our webpage and then downloaded the iOS app. Within the app he started a payed subscription by purchasing an auto-renewable iOS subscription. The subscription is added to the user account…
Andrei Herford
  • 17,570
  • 19
  • 91
  • 225
5
votes
2 answers

Is there an easy way to check the status of the user's Subscription on the App Store, or the only way is to do a receipt and Subscription validation?

Does anyone know the easy way to check if the user already purchased a subscription or not when the app loads? I just need to check if the user already purchased the subscription, nothing else. Seems easy, but it is not in reality, because I need to…
Adelmaer
  • 2,209
  • 3
  • 22
  • 45
5
votes
2 answers

Automatic Subscription In-App Purchases: Restoring Subsequent Renewals

According to the Apple In App Purchase Programming Guide: The App Store creates a separate transaction each time it renews a subscription. When your application restores previous purchases, Store Kit delivers each transaction to your…
Adam Ernst
  • 52,440
  • 18
  • 59
  • 71
5
votes
1 answer

Android In-App Billing. Cancelled subscription is active even after expiration date

When testing subscriptions, it turned out that canceled subscriptions remain active even after their expiration date. At the same time in Google Play subscription list is empty. I tried two popular IAB libs (in-app-billing v3 and android-checkout).…
HoneyBooBoo
  • 55
  • 1
  • 7
5
votes
0 answers

google developer subscription orders always payment pending then Payment declined

I am developer an app which which with subscription service monthly,after the 7 days free trial,I check my orders in Google Developer Console,I found most of the order status is "Payment Pending" after like two days the status change to "Payment…
hoffer
  • 71
  • 4
5
votes
1 answer

How to pop up apple pay like UI when my app shows annual subscription purchasing UI in iOS11

I'm using iOS 11 and I'd like to developing annual subscription purchasing logic in my app. But since upgrade to iOS 11 today. I newly popup ui looks like apple pay. But my own app doesn't show that UI just shows UIAlert style popup. Would someone…
5
votes
1 answer

BlueSnap Subscription Fail simulation

Is there any way to simulate bluesnap. what happens when a recurring payment fails, for example, if the user doesn't have money on the card in that moment? Thank in advance :)
RobertB
  • 53
  • 3