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
1 answer

Why is the queue receiving the subscription event, but not my program?

Both the Solace queue and my program are subscribing to #LOG/INFO/SUB_ADD/DEVICE/ID/123. When a new device which connects and subscribe to DEVICE/ID/123, both of them can successfully receive the subscribe event. But, if I set subscription as…
Jeffrey
  • 105
  • 3
  • 11
2
votes
1 answer

Google Groups Subscription By PHP

I wanna subscribe my website newsletter members to my Google Group automatically. I try send email to mygroupname+subscribe@googlegroups.com with subject & body "subscribe" by PHP Mail function from user email. but not any result and subscription…
Akbar
  • 61
  • 5
2
votes
0 answers

How to subscribe Youtube Channel in ios?

I have tried with below URL POST "https://www.googleapis.com/youtube/v3/subscriptions?part=snippet&fields=contentDetails,etag,id,kind,snippet,subscriberSnippet&key=(myClientId)&access_token=(myAccessTocken) Request Body :…
Vivek Gajbe
  • 411
  • 2
  • 14
2
votes
1 answer

Subscriptions in Braintree with laravel/cashier-braintree / Laravel 5.2

Need to integrate laravel/cashier-braintree in my Laravel app. Having pretty much no experience with Braintree integration it's really hard to make it work. Can somebody explain in steps how it works, or some tutorial that would be good for this?…
Verse
  • 1,403
  • 1
  • 14
  • 21
2
votes
1 answer

Apple In App Purchase - How to fetch a product's subscription duration from the app store?

Can anyone tell me how to get an IAP subscription length? I have an app. I have defined a Auto Renewing Subscription product and I have defined 3 different subscription lengths for this product - 1 month, 6 months and 12 months. I am able to poll…
Ian Bradbury
  • 1,416
  • 11
  • 18
2
votes
1 answer

How can I have subscription to download limited products in limited time in woocommerce?

I want to sell downloadable products with Woocommerce. Now I want to create some subscription package. so my customers can buy products or buy subscription and download for example 10 products in 1 month. Is there any plugin to have this in…
Sadegh
  • 327
  • 2
  • 20
2
votes
0 answers

Checking two product Id (Subscription) in the app

I have implemented In-App subscription in the app. As per my requirement, i need to change price for which i have to create new product and implement new id in the code. So is there any way to check the older subscription for status side by side…
cool Boy
  • 326
  • 1
  • 2
  • 9
2
votes
0 answers

Subscription app without Apple In App Purchase

I've created an app that has been twice rejected for not using Apple's In App Purchase program for creating subscriptions, and not allowing the user to use any portion of the app without a subscription. I've since gone through the app, and added the…
2
votes
1 answer

How to get Subscription type owned items from play service in Android?

I have been trying to check if a user has subscribed a google product of my app. I have tried the following ways: Bundle ownedItems = mService.getPurchases(3, getPackageName(), "inapp", null); if (ownedItems != null) { int…
Kannan_SJD
  • 1,022
  • 2
  • 13
  • 32
2
votes
1 answer

Paypal subscription information

i am developing a frontend webapp that allows users to become premium through a subscription button. After a user completes the subscription workflow, i have to inform my backend that a certain user has started a subscription. From the backend point…
MauroSK
  • 93
  • 7
2
votes
0 answers

How to implement auto renewal subscription for in app purchase?

I am completely new to In App Purchases and need to implement a subscription based IAP to grant user access to my app on login. My app contains two types of users: Regular user Business user In my business user table, I plan to have a column for…
user2363025
  • 6,365
  • 19
  • 48
  • 89
2
votes
3 answers

mailchimp auto pre filled url encoding

how to pre fill my subscription forum with email.for example if some one want to enter his "email" and click "senden" button for subscription, his "Email" should already be there in my subscription forum. down is the urls from website(for embedded…
khan
  • 1,099
  • 1
  • 11
  • 21
2
votes
2 answers

Woocommerce Subscriptions Stripe Automatic Recurring payments not working

I used woocommerce product to subscribe automatic recurring payment through stripe payment gateway in my site.I have used woocommerce,woocommerce subscription,woocommerce stripe gateway plugins for this process. First payment for subscription is…
Sandeep Kumar
  • 31
  • 1
  • 3
2
votes
0 answers

Is it bad to rely on google subscription cancel callback?

We are adding subscriptions to our app and I am trying to figure out the best way to verify the user has an active subscription. Does Google Wallet server calls back on every renewal of a subscription? The above link answered one of my questions.…
Kalel Wade
  • 7,742
  • 3
  • 39
  • 55
2
votes
1 answer

How to use MasterCard/Visa Payment system in an iOS App instead of AppStore one for IAP (In-App-Purchase)?

I have an App in Appstore that is Free & provides different modules that will be accessible to people who made an Annual Subscription ! MY QUESTION Is it possible to use my own Payment system like in "Airline Companies Apps" i.e : American…
Kingofmit
  • 2,066
  • 1
  • 17
  • 22