Questions tagged [subscription]

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

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

2251 questions
1
vote
1 answer

SwiftUI Auto-Renewable Subscription flow

I have implemented In-App Purchase Auto-Renewable Subscription into my app but I'm not sure if I have done it correctly as the app constantly asks for iTunes login. In the user case: I am subscribed to monthly payments and my first month is over and…
Dan
  • 543
  • 2
  • 13
1
vote
2 answers

EWS managed-api gets 500 Internal Server Error when creating streaming subscription with affinity using OAuth

I have an application that uses EWS streaming subscriptions via the managed API (built from latest source on GitHub as NuGet version is out of date), and have been enhancing it to group subscriptions for mailboxes with the same GroupingInformation…
1
vote
2 answers

What is the correct way to do something immediately after a form changed and also with a delay in Angualr and RxJS?

I have a form in a component which should do two things when its values change: update the view immediately emit the form values to the parent after a short delay A service in the parent component is going to send a new request to an API on form…
lampshade
  • 2,470
  • 3
  • 36
  • 74
1
vote
0 answers

Flutter Subscription (RevenueCat)

I have an error with my subscription in my Flutter app. I did al the steps here https://www.revenuecat.com/blog/android-subscriptions-tutorial, When I subscribe, it says Subscribed, and I can see my subscription on Google Play, but it says that…
1
vote
1 answer

How do I create an SNS subscription filter involving two attributes using the AWS CDK in Python?

I am setting up our AWS infrastructure using CDK in Python. I want to subscribe an sqs queue to an SNS topic using a filter when the id is in a range and the type is one of two types. The filter should look like this: { "id": [{"numeric": [">",…
Jay Askren
  • 10,282
  • 14
  • 53
  • 75
1
vote
2 answers

Subscription to MQTT broker and get the data being passed

I am generating data with a node.js simulator and passing this data to a http route /simulator/data In the application I am listening broker with MQTT mqtthandler.js file which I share below. //This is mqtthandler.js file const mqtt =…
Alperzkn
  • 467
  • 2
  • 10
  • 25
1
vote
1 answer

Pub/Sub input in templated Dataflow is completely ignoring NestedValueProvider

I've create template for Dataflow which is reading messages from Pub/Sub The problem is that NestedValueProvider is not possible to modify sended via options value and I do not have clue why - below some screens Passed parameter: Code: Result: If…
1
vote
0 answers

Can I offer an optional free trial for iOS auto-renewal subscriptions?

For example, I have one account for my app and two app store accounts. can use the free trial for two month with both App Store accounts. (If you have more accounts, you will be able to use more periods than examples) Is this just a problem with…
oijafoijf asnjksdjn
  • 1,115
  • 12
  • 35
1
vote
0 answers

Default card not storing when creating Stripe subscription with Laravel Cashier

I am creating a new subscription in Stripe, using Laravel 6 and Cashier 10.7, but the default card is not storing in the Stripe customer profile. The subscription is creating fine and no errors, but the card is not storing. My payment page…
1
vote
1 answer

RxJs / Angular: Fetch additional data via subscription inside a map loop

I'm pretty new to angular and rxjs and I just can't get it solved. I know my code is wrong, but i don't know how to write it correctly. I'm fetching a JSON via a HTTP Request, the JSON contains data in an array. After that i want to loop through the…
1
vote
1 answer

registering multiple resource provider with multiple subscription in azure using power-shell

I am new to PowerShell scripting please bear me if I am wrong somewhere. I have 100 subscription for training purpose under one Tenant of Azure. I would like to Register with all resource providers in all subscription using powershell script.…
1
vote
2 answers

Microsoft graph subscription API to create subscription fails with Status Code: BadRequest

Microsoft graph subscription API to create subscription to get file change notification has stopped working today. Getting error below now without any code change: POST https://graph.microsoft.com/v1.0/subscriptions with POST body as { …
Ganga Sah
  • 17
  • 3
1
vote
2 answers

Consumable vs. Non-renewing vs. Renewing Subscriptions in iOS

I have created my first app and I am almost ready to submit it to the Appstore. I have spent the entirety of the last few months of quarantine focusing on this app so I am implementing a subscription in app purchase in order to repay my efforts…
1
vote
1 answer

"onlyChangedAttrs" boolean flag in Fiware Draco Subscription not working

I am using "onlyChangedAttrs" = true in my Draco subsciption, but it doesn't seem to be working. It is still sending all the attributes irrespective of it is modified or not. Does this feature work in a particular version of Orion? However I am…
Kavipriya M
  • 131
  • 5
1
vote
0 answers

How to Solve GCP PubSub Subscription transfer Error

I would receive twitter on GCP. I using python language. When running python code, I received this problem: google.api_core.exceptions.NotFound: 404 Requested project not found or user does not have access to it (project=My First Project). Make sure…