Questions tagged [newsstand-kit]

The Newsstand Kit is the framework supporting the delivery of content on the Newsstand folder on Apple devices.

The Newsstand Kit framework is the software library which provides the functionalities required to allow the magazine or newspaper publishers to deliver their media and text content on the Newsstand folder on iOS 5 () (and subsequent versions) enabled Apple devices.

References:

171 questions
3
votes
1 answer

How to tell whether my Newsstand Atom Feed will be processed or not?

EDIT:2013-06-11: I mean that Is it a way to confirm Newsstand Atom feeds are without corrupting now woking hand filling Newsstand items. When I posted this question, I want to test the atom feed for an already released app, but I was afraid that…
hiroshi
  • 6,871
  • 3
  • 46
  • 59
2
votes
0 answers

How to configure newsstand app in IOS 9?

Any one suggest me how to configure my app into Newsstand based.below is the screenshot 1st is the normal app and 2nd is Newsstand Based app 1st Screenshot 2nd screenshot My question is how to set my app in newsstand based ? and i m also proffered…
Nilesh
  • 701
  • 5
  • 14
2
votes
1 answer

Transitioning from Newsstand apps to non-Newsstand apps

In iOS9 there won't be a Newsstand app anymore. What will happen with apps that are using Newsstand? Is there some solution, or will developers just have to re-implement apps to no-Newsstand and count on users to update their apps before they update…
Michal Gumny
  • 1,770
  • 1
  • 16
  • 24
2
votes
0 answers

How can I track subscription renewals in Apple Newstand?

How can I report on subscription renewals of our Newsstand publication? We need this to get an accurate idea of what cost per acquisition we should be offering our marketing partners and are really struggling to get this information. Is this done…
Simon
  • 251
  • 1
  • 4
  • 10
2
votes
1 answer

Why do I need to add NKIssue's to the NKLibrary instead of managing by my own?

Adding issues to the NKLibrary via addIssueWithName:date: at least allows for downloading issue assets in the background. But I do not see any other advantage. Why can't the app manage its issues by itself? What is the benefit of marking an issue as…
Lars Blumberg
  • 19,326
  • 11
  • 90
  • 127
2
votes
1 answer

Not able to get addIssueWithName: work in NKLibrary

I am trying to work with NKLibrary but I having trouble getting addIssueWithName to work properly. Here I am adding my issues: NSString *name = tmpIssue.name; NKLibrary *nkLib = [NKLibrary sharedLibrary]; NKIssue *nkIssue = [nkLib…
BlackM
  • 3,927
  • 8
  • 39
  • 69
2
votes
1 answer

Newsstand atom feed use and limitations

After some guides and references I've read, I still have some questions about how newsstand works. First of all (I just want to be sure), is the atom feed only for the app store use or is it also used for the app? Does the app has to read this when…
user2387149
  • 1,219
  • 16
  • 28
2
votes
0 answers

Newsstand free subscription and Apple hosted content

I am currently working on a Newsstand app and plan on releasing it soon. My magazine issues are currently hosted on Apple servers via Non-consumable In-App purchase products. I understood that in order to pass the Apple Store validation I need to…
Broco
  • 679
  • 1
  • 4
  • 16
2
votes
3 answers

Auto-renewable subscription and non-consumable IAPs

I have a magazine app, and I want to provide users a one year auto-renewable subscription, and for non-subscribed users, they can use non-consumable IAPs to pay for each issue and then download it. What is the best way to implement it? For…
2
votes
1 answer

Auto-renewable subscription error

I am working on a Newsstand app that has an Auto-renewable subscription that renews after every 12 months. The problem is when an already subscribed user tries to purchase the Subscription again. According to the documents, StoreKit framework should…
2
votes
2 answers

How to use connectionDidFinishDownloading:destinationURL: and connectionDidFinishLoading:

I have implemented both the NSURLConnectionDownloadDelegate, NSURLConnectionDataDelegate delegate methods as given below. The problem is that after connection:didReceiveResponse: , connectionDidFinishDownloading:destinationURL: is called but not…
2
votes
1 answer

In app purchase for Free Subscription prompts user to share information

I am working on NewsStand application where user can get free Subscription through the iOS SDK's StoreKit API. When testing this in the sandbox on my iOS device, the following message appears in an alert after agreeing to purchase: Share your…
AAV
  • 3,785
  • 8
  • 32
  • 59
2
votes
0 answers

iOS Newstand Push Notification

I have a newsstand app and am successfully sending the newsstand notification to trigger the download of new issues. This notification is using "content-available":1. What I have noticed is that for those devices not connected to WiFi nothing…
2
votes
1 answer

How to test a newsstand new issue?

And I have a newsstand app in appstore, and Now I want to add the function of adding new issue with Newsstand, and then my newsstand icon will be changed to a new screenshot with [new] ribben , but I didn't find some test Environment of Newsstand…
jin
  • 2,145
  • 5
  • 27
  • 44
2
votes
1 answer

Newsstand Push Notification not launching Application

I send my device the push notification "aps":{"content-available":1} but it doesn't launch the application in background. But when I send the notification this method is called -(void)application:(UIApplication *)application…
lsamayoa
  • 144
  • 4
1 2
3
11 12