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

iOS in App purchase - auto renewal subscription

dears , i have a question regarding iOS in app purchase , specific for "auto renewal Subscription" i develops app contains Free features & Paid features : the paid features based on "Monthly subscription & user have a free 1 week trial" and all…
Ahmad
  • 2,844
  • 1
  • 13
  • 9
3
votes
1 answer

Detect if user bought IAP Subscription

I create my first unity3d iAP with subscription purchase but I don't know how detect if user bought subscription, and how detect time bounds of the subscription P.S. I used this script.
Abs3akt
  • 387
  • 4
  • 19
3
votes
2 answers

Sending bulk notification emails without blocking

For my client's custom-built CRM, I want users (technicians) to be notified of changes to marked cases via email. This warrants a simple subscription mapping table between users and cases and automated emails to be sent every time a change is made…
Petrus Theron
  • 27,855
  • 36
  • 153
  • 287
3
votes
1 answer

Android subscription status

Today google announced new feature - "Account holds for declined payments" https://developer.android.com/google/play/billing/billing_subscriptions.html To use this feature developers need to implement support of it. In this case I have a question…
Nik
  • 7,114
  • 8
  • 51
  • 75
3
votes
1 answer

Create Azure Service Bus with ACS (for PHP Integration)

I have been trying to setup an ACS namespace to enable access from a PHP integration app. This was an option in the portal but has now been removed, so I'm trying to create the namespace through powershell. As you can see from the commented out…
Andrew
  • 9,967
  • 10
  • 64
  • 103
3
votes
2 answers

Check In-app purchase auto renewal subscription in sandbox mode

I'm having a delay in receipt updating for the auto renewal in my app. As a example if user subscribed for 7 day subscription with one week free trial, means 1 week = 3 mins auto renewal will happen 5 times. Total time = 15 mins. So according to…
posha
  • 881
  • 4
  • 16
  • 28
3
votes
1 answer

Wait for subscription to complete

I have a simple scenario: I want to store an array returned from a service into a class variable. How do I wait for the data to be available until I store the data? It is available if I wait a certain amount of time (tested with settimeout)…
jibjapda
  • 87
  • 2
  • 2
  • 9
3
votes
0 answers

using Apple Pay for subscription with first month free

I'm working on an app that uses Apple Pay as a choice in payment method. Normal payment works fine. We have a product involving a subscription, and this works okay as well. We get the apple pay payment info, and then charge the user monthly…
Miro
  • 5,307
  • 2
  • 39
  • 64
3
votes
1 answer

Get for a specific attribute of a variation the corresponding data value

I'm editing the variable-subscription.php file in attempt to display a specific WooCommerce Variable Subscription attribute, along with certain attribute data. Here's my code so far, you can see I'm trying to display the attribute name along with…
3
votes
1 answer

Autorenewable subscription IAP renewing after expiry date in sandbox

According to Apple's documentation... During the 24-hour period before the subscription expires, the App Store starts trying to automatically renew it. The App Store makes several attempts to automatically renew the subscription over a period …
jeh
  • 2,373
  • 4
  • 23
  • 38
3
votes
1 answer

The right time to remove subscription for observable that is only used once

I have the following login function that I want to use just once to login as oppose to sit there an listen for data forever. So I am looking for the right time to call the unsubscribe method. At the moment, I am calling the unsubscribe method…
3
votes
1 answer

OPC-UA server reboot and subscriptions

In general, what happens: if a client has made a subscription on a OPC-UA node and this is functioning for some amount of time. The OPC-UA server publishes data to the client in standard behaviour. Then, the OPC-UA server reboots for any reason, do…
Erik Linden
  • 121
  • 1
  • 8
3
votes
1 answer

How to implement subscription plan restrictions? (php)

Let's say we have a simple SAAS that offers two types of plans. For example, in the cheapest plan you can create 20 lists at maximum and in the next plan you can create up to 50 lists. This is just one feature of the pricing model. Assuming the…
nteath
  • 250
  • 1
  • 13
3
votes
0 answers

Stripe charge and subscribe customer to muliple plans at once

I'm new to Stripe and really like how simple the implementation is. But despite that, I'm still having some difficulties finding the best way to implement it into my e-commerce site. In this site, a customer can add to cart a regular item and…
Wisnu Shin
  • 81
  • 3
  • 6
3
votes
0 answers

Cloudkit limit with Subscription

I am not sure how the Cloud subscription make sense to me. If my app subscribe to a data insert event, for example. Then the app needs to fetch the asset, when it gets the subscription data insert notification. However, fetch operation should be…
Frank
  • 7,235
  • 9
  • 46
  • 56