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

Free trial length changing in iOS subscription package

We use auto-renewable subscriptions in our application and we set free trials as an introductory offer. But we haven't experienced what if the trial length changes yet. If we change the free trial length of an existing subscription package, are the…
ezgi
  • 11
  • 1
1
vote
1 answer

why the Ngrx selector fires without subscription?

my question center around this peace of code @Injectable() export class TokenInterceptor implements HttpInterceptor { constructor(private store: Store) {} intercept(req: HttpRequest, next: HttpHandler) { return…
1
vote
0 answers

I am unable to fetch the subscription ID from my Google Play Store Console Giving Error Item Not Found

I received a message when i going to purchase my subscription from my android app. Check where i am going to mistake. i define this code sperate java file config.java public static final String SUBSCRIPTION_ID = "1monthsubscription"; public…
1
vote
2 answers

How does one associate a website user with a Paypal subscription?

I am implementing subscriptions to a premium service on a website using Paypal as the payment service. I have successfully created a Catalog Product and Billing Plan through the API, and I am able to get to the payment page on Paypal, but it's not…
Snow Sailor
  • 323
  • 3
  • 13
1
vote
6 answers

SSRS report subscription not working sometime

We have created 10 to 12 SSRS reports and created subscription for the reports. Sometimes the status of the subscription is showing mail sent but actually we have not received any email. What may be the issue here.
1
vote
1 answer

Is it possible to downgrade from P2v2 to P1v2 in azure?

We have slow response problem in our wordpress apps. We think of upgrading to P2v2 but if that doesn't solve our issue we need to downgrade back to P1v2 again. So we don't want to get stuck with P2v2.
1
vote
2 answers

Is IAP mandatory?

I am working on an iOS app which provides access to below features when user purchases the annual subscription: Book Doctor Visit: After purchasing the subscription,the user can have the access to the feature of booking an appointment with doctor…
Vishal Sonawane
  • 2,637
  • 2
  • 16
  • 21
1
vote
1 answer

WooCommerce Subscriptions 3.0 | Manual run of scheduled Actions not working

I have a WooCommerce webshop with WooCommerce subscriptions and i want to test the renewal process (emails etc) for a recurring payment. Normally i would use the method as described in the following article. This always worked prior to updating…
1
vote
1 answer

Drupal newsletter subscription at registration

i have a drupal site with many users. I want to add newsletter checkbox in the registration form that allows users to get subscribed to news letters automatically while registration.
shasi kanth
  • 6,987
  • 24
  • 106
  • 158
1
vote
1 answer

Is there a built-in mechanism to ignore notifications although value did not change?

To identify a possible problem with my OPC-UA implementation using freeopcua (Python) I created simultaneously an identical minimal example using node-opcua and freeopcua. The issue is that I received notifications for subscriptions although the…
ap0
  • 1,083
  • 1
  • 12
  • 37
1
vote
1 answer

PayPal subscription package trial setting

In our website user can sign up with different subscription packages with some days trial version using PayPal. Can we change trial days after creating subscription in PayPal? We have mistakenly set weeks instead of days. We want to change it back…
Bilal Sohail
  • 129
  • 9
1
vote
3 answers

403 Error while creating storage account in Azure

I was trying to access the CLI in azure. I wanted to execute the script in Power shell CLI. But I'm not able to create a storage account for PowerShell in azure.
AKHIL KUMAR
  • 23
  • 1
  • 5
1
vote
2 answers

Turn off auto subscription to notifications on BitBucket

Every time I approve any pull request on our company's BitBucket server it automatically subscribes me to a notification to that pull request and then send me e-mails about what was done. It is completely annoying. Is there a way to turn it off?
1
vote
0 answers

error after login payer - "We couldn't complete your payment for you. To get your payments working again, check your account or contact us"?

i am using live credentials(app) in localhost:5000 (Use a production WSGI server instead.) showing this message after create subscription and login payer - We couldn't complete your payment for you. To get your payments working again, check your…
1
vote
1 answer

Passing data through a GRAPHQL Subscription gives null on only one of the arguments

I have the following GRAPHQL subscription: Schema.graphql type Subscription { booking: SubscriptionData } type SubscriptionData { booking: Booking! action: String } And this is the resolver subsrciption…
Sebastian Berg
  • 69
  • 1
  • 11