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

How to unpublish an app that offers subscriptions?

As stated in the Android Developer's Documentation, a developer must support a subscription as long as there is at least an active user: Important: You shouldn't remove a subscription from Google Play while any user is still entitled to the…
PerracoLabs
  • 16,449
  • 15
  • 74
  • 127
1
vote
2 answers

Export all the subscriptions - FIWARE ORION Context Broker

Is there any way to export all the subscriptions submitted on an instance of the FIWARE ORION Context Broker?
t.montanaro
  • 123
  • 11
1
vote
1 answer

SSRS Email subscribtion fails after added expression

I have an SSRS reporting service which sends reports as email subscription. Everything was working fine. Now I added a expression to one of the column. After that I was able to view the reports in the URL, but the timely subscribed emails are not…
Dinesh
  • 21
  • 6
1
vote
2 answers

Can we change start date of auto-renewable subscription plan for iOS Apps?

We are working on an app right now and want to add a referral program in it. We are thinking a subscription-based model and want to extend free trial period if the user invites a friend and that friend will also get 7 days more on trial period. My…
Lalli
  • 436
  • 5
  • 12
1
vote
1 answer

Overwriting existing filename in subscription

I have a batch file that deploys a .rss file. The rss file has script that creates a subscription for 10 reports. Once when the batch file is deployed, the .rss file is triggered which in turn cretaes subscription in the "report manager"(For all the…
Iswarya
  • 293
  • 2
  • 5
  • 16
1
vote
0 answers

Woocommerce Subscription Manually Payment

Is it possible to allow the user to choose manually payment if the payment gateway support Automatic Recurring Payments when buying a subscription? For example with a checkbox or something else? Thank you for the help! Best regards, Mark
1
vote
1 answer

Auto-renewable Subscriptions and sharing customer email addresses

I did went through the documentation but didn't find how Apple will share user info such as email if the user elects to provide his email address. The Subscription Receipt doesn't provide any info about the user also in Apple documentation they…
mukaissi
  • 2,441
  • 1
  • 21
  • 12
1
vote
1 answer

User receiving report without being subscribed in SSRS

We have a user who is receiving reports from SSRS, but who is not listed in the subscription fields (Find report > Manage > Subscriptions). When I query the report server directly, I see them listed in the CC field. The following is the code I found…
jangles
  • 11
  • 2
1
vote
0 answers

iOS: Allow user to cancel subscription from app

Is there a way to allow a user within our iOS app to cancel or pause their subscription? I would prefer to have them manage their subscription in the app, as opposed to going through the app store to cancel.
Mark Kamyszek
  • 398
  • 2
  • 5
  • 15
1
vote
0 answers

Google Play inapp subcriptions : how to know if a user already had the 7 days free test period?

I use subscriptions in my app, with a 7 days free test period. If the user test the premium version thanks to the 7 days free test period and then cancel his subscription, and one month later wants to subscribe again, he will not have again the 7…
toto_tata
  • 14,526
  • 27
  • 108
  • 198
1
vote
1 answer

App Rejected By App Store due to Subscription in app

This is the text from AppStore for Rejection. We noticed that your app offers a subscription with a mechanism other than the in-app purchase API. Actually app is not having any third party for payment or no any In app purchase but if i searched…
Jigar Tarsariya
  • 3,189
  • 3
  • 14
  • 38
1
vote
1 answer

How To Get Two Separate Nonces with Accept.js?

I'm using Authorize.Net Accept.js for a custom cart with subscriptions using the ARBCreateSubscriptionRequest API, where we pass it the payment nonce as an opaque data element. Although this works, it has these 3 faults that occur on…
Volomike
  • 23,743
  • 21
  • 113
  • 209
1
vote
3 answers

Safe unsubscribing to optional controller subscriptions

Is there a confirmed and elegant idiom of unsubscribing to all existing but possibly not initialized subscriptions in controller? Consider following snippet: /* Somewhere on init */ if(/* condition 1 */) { this.subscription1 =…
Tomas
  • 3,269
  • 3
  • 29
  • 48
1
vote
0 answers

Hiding active subscriptions in Play Store

I have a subscription set to expire in a month. Is it possible to hide it from appearing under 'subscriptions' in the app, in the meantime? Many thanks in advance.
Fonseca
  • 11
  • 1
1
vote
1 answer

Send an email and cancel subscription on WordPress

Here's what I got, on WordPress using woocommerce subscriptions, users have the option of unsubscribing from their subscription through their account page. Right now as it is when they click the cancel button, it simply cancels their subscription…
iamgroot
  • 21
  • 6