subscription

In android market is there a subscription facility?

故事扮演 提交于 2019-12-07 22:54:57
问题 Currently I Am developing an magazine reader app. In my app I want to provide the Subscription facility where user can have monthly subscriptions. I am having a doubt that is there a subscription facility in android market. I went through the Google docs.I fond that now its not available. But still I am having a doubt and little bit confused. Can any one tell me about this. Any help will be appreciated.I really want to clarify this for the further movement. 回答1: Yes, there is an API that

Never Get RENEWAL Notification Type on Apple statusUpdateNotification

本秂侑毒 提交于 2019-12-07 08:35:36
问题 I created an API to be called by Apple webhook to work with subscription. I've set the API url in Itunes to be called by the webhook. According to Apple developer site https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnectInAppPurchase_Guide/Chapters/TestingInAppPurchases.html#//apple_ref/doc/uid/TP40013727-CH4-SW5 in regards to the Testing Auto-Renewable Subscription , when testing auto renewable subscriptions in the test environment, the Apple

Angular 4 emitting and subscribing to an event in a shared service

廉价感情. 提交于 2019-12-07 05:23:43
问题 I am emitting an event in my main component: main.component.ts this.sharedService.cartData.emit(this.data); Here is my sharedService.ts import { Component, Injectable, EventEmitter } from '@angular/core'; export class SharedService { cartData = new EventEmitter<any>(); } In my other (Sub) Component, I want to access this value, but somehow, the subscription does not work: dashboard.ts private myData: any; constructor(private sharedService: SharedService) { this.sharedService.cartData

YouTube API v3 detect if subscribed to a channel

回眸只為那壹抹淺笑 提交于 2019-12-07 04:50:18
问题 I want to be able to detect if the currently authenticated user is subscribed to a specific YouTube channel in the YouTube API v3. A possible solution would be to retrieve a list of all the subscriptions of the currently authenticated user and check if the channel ID of the channel is contained in that list. That would would be a very inefficient solution and could take a very long time if the user has hundreds of subscriptions. Is there any easy method to check this? I looked through the

iOS app is rejected because of user buy subscription without IAP [closed]

谁都会走 提交于 2019-12-07 02:09:07
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I build a tool app on iOS platform. I want create three level for users. basic, pro and premium. each level provide different functions. So user need pay for pro and premium subscription plan. the difference between level is pro user can create more document than basic user. The thing is I don't want use IAP, I

How do you determine the customer/user when receiving an Apple statusUpdateNotification for auto renewing subscriptions?

孤街醉人 提交于 2019-12-06 16:04:49
So, Apple has implemented their server to server notification for various events in the subscription lifecycle. I was very excited to get going on this but then it seems there is some sort of glaring thing I'm missing. I'm not sure how to match the notification data to a user on my side. I'm surprised there isn't a uid/apple id passed with the notification to match on. Maybe I'm supposed to be using the original_transaction_id but its unclear whether that is unique. Does anyone know what to use in the status response? I use the original_transaction_id to match the event to a user. Apple will

Extending In-App Purhcase content (Magazine) to monthly Auto-renewable Subscription type in iPhone

﹥>﹥吖頭↗ 提交于 2019-12-06 16:03:09
问题 Sorry for the millionth question about iTunes subscriptions & IAP, where we do have solutions to them, but this seems to be different than what I have gone through including UrbanAirShip. I have successfully implemented the IAP functionality very well in my application & it works nicely using Urban-Airship. These links really helped me to learn & implement the Pay feature in the app,even this could help the new learner in future: http://www.alexcurylo.com/blog/2010/02/26/in-app-purchasing/

iPhone In App purchase subscriptions auto renew?

假装没事ソ 提交于 2019-12-06 11:43:45
I am looking for a subscription solution in my app where the user can use the app for free and then to be able to sync with a website he/she pays a monthly subscription fee. Right now I'm using PayPal for this but I wanted to include this into the iPhone app and therefore in app purchase subscription seems like the right way to implement it. I have created a webservice that can be called and that creates the user on my website. I will call this webservice when the user have paid in the iPhone. BUT as I'm using a subscription model I want the subscription to be automatically renewed each month

In android market is there a subscription facility?

落爺英雄遲暮 提交于 2019-12-06 09:21:28
Currently I Am developing an magazine reader app. In my app I want to provide the Subscription facility where user can have monthly subscriptions. I am having a doubt that is there a subscription facility in android market. I went through the Google docs.I fond that now its not available. But still I am having a doubt and little bit confused. Can any one tell me about this. Any help will be appreciated.I really want to clarify this for the further movement. Yes, there is an API that facilitates subscription. It's called In-app Billing and it's one of the most difficult to use payment APIs I

How many Product-ids to create for Subscription in iPhoneSDK

人盡茶涼 提交于 2019-12-05 20:39:29
For your information, I have already implemented In-app Purchase in the application and it is working fine with Content Hosting at Apple as well as Server Model .I have logic in my app to check whether user has already downloaded the content ,if not download it using NKIssue as it is Newsstand app. Here is the my requirement for Subscription : There is one issue of the magazine published each month. What I want is for users to subscribe i.e. for 3,6,12 months, and during this time, they receive one magazine issue each month as it is published. If they want to buy any of the previous issues,