newsstand-kit

iOS newsstand: push notification does not launch the app in background

﹥>﹥吖頭↗ 提交于 2019-12-10 15:26:33
问题 I'm implementing newsstand features in an application and though the app receives the push notification it does not start in background mode. If I tap the notification alert the the app starts and I can see "content-available":1 is present in the dictionary and also the issue is downloaded, but the app is not automatically launched. I've added to the plist: <key>UIBackgroundModes</key> <array> <string>newsstand-content</string> </array> and to didFinishLaunchingWithOptions: [[NSUserDefaults

IOS Newsstand background troubleshouting

断了今生、忘了曾经 提交于 2019-12-08 09:39:51
问题 I'm starting a newsstand application and first I'm testing all the framework to see who everything works. I already downloaded an issue triggered by a notification when in foreground. but I don't know how to download in background, or at least I'm missing something... Here is the stuff I added to plist: The app is targeted for IOS 5... here is my code... of course I also implemented the three URLConection methods of NKAssetDownload - (BOOL)application:(UIApplication *)application

can i implement an app that have 2 types of notification (Remote and newsstand notification)

蓝咒 提交于 2019-12-06 15:51:56
问题 i need to know if i can implement an app that can handle 2 types of notifications Thanks 回答1: Both remote and local notifications enable an application to inform its users that it has something (information) for them - in a form of a notification (It could be a message, an impending calendar event, or new data on a remote server), when the application isn't running in the foreground. When presented by the operating system, local and push notifications look and sound the same. They can display

In Newsstand app how do I find a list of devices that are subscribed?

元气小坏坏 提交于 2019-12-06 12:52:23
问题 I can't afford UrbanAirship so I'm trying to program the server side of a Newsstand app myself. I plan on using the JavaPNS API. The one thing I can't seem to figure out is how to find a list of users who have a subscription in my app. Can I query this information from Apple some how? If I can't then I guess that means that each time a user subscribes they send their device token directly to my server. I hope this is not the case because I was hopping to run the server on my laptop and send

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,

Is it possible to cancel an NKAssetDownload?

时间秒杀一切 提交于 2019-12-05 14:31:09
I have a magazine reader on the App Store. I'm implementing NewsstandKit features at the moment. My app has this download workflow where users can cancel current downloads at anytime. I want to enable users to purchase an in-app product and begin that download as a newsstand background download (magazines include multimedia so they are kind of big files) but still preserve that option of they had on previous versions where they could cancel downloads. Is it possible to achieve this with NKAssetDownload? Or should I remove the whole NKIssue instead? You should use this method on the asset : -

can i implement an app that have 2 types of notification (Remote and newsstand notification)

倖福魔咒の 提交于 2019-12-04 22:00:41
i need to know if i can implement an app that can handle 2 types of notifications Thanks Both remote and local notifications enable an application to inform its users that it has something (information) for them - in a form of a notification (It could be a message, an impending calendar event, or new data on a remote server), when the application isn't running in the foreground. When presented by the operating system, local and push notifications look and sound the same. They can display an alert message or they can badge the application icon. They can also play a sound when the alert or badge

In Newsstand app how do I find a list of devices that are subscribed?

核能气质少年 提交于 2019-12-04 19:24:37
I can't afford UrbanAirship so I'm trying to program the server side of a Newsstand app myself. I plan on using the JavaPNS API. The one thing I can't seem to figure out is how to find a list of users who have a subscription in my app. Can I query this information from Apple some how? If I can't then I guess that means that each time a user subscribes they send their device token directly to my server. I hope this is not the case because I was hopping to run the server on my laptop and send out pushes myself without having to keep the laptop running all day listening for new subscribers.

Link to app manage subscriptions in app store

我的梦境 提交于 2019-12-02 15:31:30
Currently with In app purchase the only way to cancel an auto-renewing subscription is to do the following with the device: Settings > Store > View my account > Manage my subscription Is it possible programmatically to link directly to the Manage my subscription page in the app store? I know I can open the app store via something like NSURL *url = [NSURL URLWithString:@"itms-apps://itunes.apple.com"]; [[UIApplication sharedApplication] openURL:url]; I have seen other apps do this but I can't seem to figure out how. The new and official way (according to WWDC 2018 Session 705 ) is the following

Do newsstand apps require push notifications?

不想你离开。 提交于 2019-11-30 19:27:35
问题 If I submit a newstand app that does not use push notifications, but instead queries my server for new content each time the user launches the app will apple reject my app? I.e. Do users expect push on all newsstand apps? Thanks 回答1: Aroth has answered the question correctly but I want to add few important points to keep in mind for Newsstand apps based on my personal experience. Apple will reject any Newsstand app without subscription in it. In case all your content is free still you have to