Questions tagged [subscription]

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

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

2251 questions
0
votes
0 answers

Is it a good solution to reduce duplication in auto-renewable subscription restoration?

Only One auto-renewable subscription implemented in app, recently I found it will return lots of receipts when restore purchased. I got 38 transactions, but each transaction receive a same receipt with 38 transactions inside, there will be 38*38 =…
jdleung
  • 1,088
  • 2
  • 10
  • 26
0
votes
1 answer

Is Auto-renewable Subscription latest_receipt_info array order reversed in MacOS?

The code of Auto-renewable Subscription works fine iOS, I copy the same code to Mac Cocoa for testing in a new app(sandbox). The purchase process also works fine, but problem happens when it's expired and I try to restore purchased, it always give…
jdleung
  • 1,088
  • 2
  • 10
  • 26
0
votes
1 answer

Using Knockout.js how do i pass an id from a list in controller A to a button in another controller B

My page has to 2 components, called top and bottom. The top has a button, clicking this button will take me to a different page. The bottom controller has a list, each item on the list has an id. Here's the issue, the button needs to get the…
JujuMen
  • 15
  • 4
0
votes
1 answer

Is it possible to use a payment platform (subscription) other than Google / Android Pay?

I'm developing an application that the user will have to subscribe, I already have the backend part with Stripe API for recurring payments, with that I wouldn't want to use Google/Android Pay, bacouse I would lose 30% of the project's revenue. How…
David Gaspar
  • 407
  • 5
  • 12
0
votes
0 answers

SSRS data-driven subscription file share export: error on one export, others work fine

I have a report with a data-driven subscription that exports Excel files to a file share each day, one per region. (Region is a parameter in the report.) The data for the subscription comes from a configuration table that is populated with the…
0
votes
1 answer

Rxjs observer subscription disappear somehow in Angular project

I have a MessageService component for the interaction between components wherever they are in the app, they just use the subscribe and sendMessage methods of injected MessageService. When I load a page with A, B component messages can be exchanged,…
user647314
  • 323
  • 1
  • 4
  • 13
0
votes
1 answer

My variable keeps returning to default boolean value and my subscription won't proc from an observable

I am a beginner in Angular/Node.js and I am doing a project as a practice. I got stuck in an authentication problem using subscriptions and observables. While my authentication works, I am trying to visually hide my login/signup buttons on…
0
votes
1 answer

Observables (rxjs) nested subscriptions in angular project

What is a better alternative to simplify my nested code below? The code does work, but I do know that nested subscriptions aren't good what I've read. I am also not sure if I should use mergeMap() or switchMap() in this particular example. private…
B0r1
  • 400
  • 3
  • 15
0
votes
1 answer

Does products that can be subscribed to have to be created through iTunes Connect?

I'm building a iPhone app that will use a subscription model. I can see from the documentation that the subscriptions has to be created in iTunes Connect. Is this also true for the actual product that the user subscribes to?
willcodejavaforfood
  • 43,223
  • 17
  • 81
  • 111
0
votes
1 answer

How to setup charges to be recurring?

I am building a new feature on top of what is already provided with the WooCommerce Stripe plugin, to enable customers to change their existing ongoing subscriptions which basically cancels their current subscription and sets up a new one to start…
zen_1991
  • 599
  • 1
  • 10
  • 27
0
votes
0 answers

Is Google Play Developer API provide any user identity data when click reSubscribe button in Play Store?

I try to develop subscription function in my app recently and the project also got a back-end server. Now I faced a question when first subscription already ended and then try to click the reSubscribe button in Google Play Store. After searching…
Luna_Shih
  • 91
  • 2
0
votes
1 answer

How to use the stripe code (Retrieve and Delete) to retrieve and cancel a subscription from Stripe using Nodejs?

I want to charge a customer on my web app. I want 2 main features: I want to retrieve a subscription which gets created in stripe dashboard when the user signs up from landing page and pay the subscription fees. I want let the user cancel the…
Biku7
  • 450
  • 6
  • 16
0
votes
1 answer

Bold Commerce - Subscriptions - Adding Order Frequency Tag to Shopify Orders

I've installed Bold Subscriptions on my Shopify store and would like the order frequency ( frequency_num ) to come through as a tag every time a new subscription order is generated in Shopify. Has anyone ever done this? Thanks in advance!
0
votes
1 answer

How to wait until subscribe finishes | Angular 9

My task is to create a method in contest.service.ts that will get data (contests) from server, do the necessary manipulations with it and return the result. contest.service.ts: getContests() { let id = IDs.contests.getAll; let…
quid
  • 67
  • 1
  • 9
0
votes
1 answer

NodeJS / Express : Add default subscription period to user account

I'm building an application with express framework and I want to set a default subscription period to user when get registered ( 6 months by default for example ), after that period, user must pay a specific amount to get access to the app, can some…
547n00n
  • 1,356
  • 6
  • 30
  • 55
1 2 3
99
100