Questions tagged [subscription]

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

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

2251 questions
2
votes
2 answers

Trouble Creating Rails Stripe Subscription

New-ish Ruby Rails programmer here, please help me learn. I am having a difficult time creating a subscription in Stripe. It is an app where schools will be registering to. I already created a plan in Stripe with an ID called, 'reach' and I am…
pat_w14
  • 31
  • 6
2
votes
1 answer

Can I add free trial period to subscription which already approved and in production(iTunes Connect)?

iTunes Connect/IOS We have issue like we are in production and have auto renewable subscription. We want to add free trial period for week, can we add this to already created subscription(and it in production), I know that we can do it before…
Arkhyp Koshel
  • 175
  • 11
2
votes
1 answer

Apple Auto Renewable Subscriptions - Validating User Against Receipt

I am a little confused about the process involved in the validation of receipts from users who have subscribed to my app. At the minute a user joins and then purchases the subscription, the receipt is then base64 encoded and sent to my server. At…
ORStudios
  • 3,157
  • 9
  • 41
  • 69
2
votes
4 answers

Red Hat Developer: Subscription Attachment

I installed RHEL7 for developers (NO-Cost subscription) and registered it with my username and password for the customer portal , however it doesn't want to attach the subscription. So in order to do it manually I need to run the following command…
2
votes
1 answer

Add a special product to Dynamics CRM 2016

I'm new to Dynamics CRM 2016 and I'm about specifying my products. The problem is: I can't find the right way to do that. I have two types of products: "Product x" to rent or to sell. So I need to specify for each "Product x" two prices (price for…
Imen
  • 161
  • 2
  • 14
2
votes
0 answers

Present AppStore Payment Sheet

I have an app with auto-renewable subscriptions, and when user tap on subscription i call: SKProduct *product = ...; SKPayment *payment = [SKPayment paymentWithProduct:product]; [[SKPaymentQueue defaultQueue] addPayment:payment]; StoreKit…
Roman Simenok
  • 530
  • 7
  • 22
2
votes
1 answer

Error when using "Calendar day(s)" option for subscriptions - "To create a schedule that runs on multiple days, you must choose which days to use."

Can someone explain the correct syntax for the Calender days option of SSRS scheduling? I am trying to set up a schedule for every day except the 1st of the month. I tried 2-31, "2-31" and also 2,3,4,5...,31 but all brought up the same error. "To…
tomdemaine
  • 738
  • 6
  • 22
2
votes
2 answers

Auto-Renewal Subscription (In-App Purchase - Server)

I have a doubt with Auto-renewal subscription (In-App purchase). I need to keep the subscription on my server (with it’s own account management, login/registration), because the user can move to another device (or platform). Suppose the following…
2
votes
0 answers

PayPal monthly subscription that auto renew callback on our server using php?

I want to implement Paypal monthly subscription in the website that auto renews every month and when it renews must give a response to the website so that website can update user for renewal. if some one can help thanks in advance.
2
votes
1 answer

Android subscription without Google Play handle payment process

Is it possible to build an Android app subscription system without link to Google Play in app billing? If using Google Play in app billing, Google Play will charge 30% of the transaction fee. If it is possible to implement the app subscription…
2
votes
0 answers

Possible to pass SSRS report parameter through SSIS Task?

I have a SSRS report with a parameter @Client. The SSRS report subscription should be kicked off at the end of an SSIS ETL job for that particular client, but the report is uniform across all clients. For a particular job, I only want to pass the…
2
votes
0 answers

Angular2 - unsubscribe not working with routing and inheritance

We have an Angular 2 app using RouterModule. We wrote a simple service that looks like this: //imports... @Injectable() export class ActionService { actionClick: EventEmitter = new EventEmitter(); click() { …
Roy Millo
  • 103
  • 1
  • 5
2
votes
1 answer

HDInsight subscription not working - Azure Data Factory

When i executing hive activity I got the error as No subscription found to host the HDInsight cluster. Cluster size requested: 4 What weird is i'm already had the subscription !
2
votes
1 answer

Xamarin Forms(Android) - Upgrade and downgrade subscriptions

I've been struggling with this for a few days. I'm making an app that needs to support in-app subscription purchases. I have tried the following packages: -Xamarin.InAppBilling (Component) -Plugin.InAppBilling (Nuget - beta) -Android Publisher…
2
votes
0 answers

Receipt Validation for Auto-renewable Subscription

I was confused by this line in Apple's documentation: For non-consumable products and auto-renewable subscriptions in iOS 7 and later, use the app receipt as your persistent record. When it says "receipt" here, is it referring to the data…
Justin
  • 51
  • 2
  • 14