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

Using newsstand in regular application

Can I use NewsStandKit in regular application ? I need to use NKLibrary, NKIssue and NKAssetDownload classes in my regular application, do you think apple will pass that? thanks
yasserislam
  • 154
  • 1
  • 2
  • 11
1
vote
2 answers

Start of NKAssetdownload delayed with iOS5.1 update for newstand app

I have a published application for ipad which is a newstand app. Ever since the 5.1 iOs update when I try to download any issues using NKAssetDownload I get a very long delay until the update starts. I get no error message or anything it just takes…
0
votes
1 answer

iOS : Refresh application from internet

I have created a Newsstand application which first download some magazine and front covers from internet , then application check the files and if they were exist app does not download files again. So the problem is , when some new magazines will be…
iOS.Lover
  • 5,923
  • 21
  • 90
  • 162
0
votes
1 answer

Is it possible to use NewsstandKit.framework in a non–Newsstand app?

Before going all the hassle coding a generic asynchronous, queued, background running file download library with pause, resume and cancel features, I was wondering if is it possible using some of the already available similar features of…
Ali
  • 1,396
  • 14
  • 37
0
votes
1 answer

Xcode organizer icon doesn't meet size requirements when is actually do

I trying to upload a newsstand application for ipad. I have a icon file that is 72x72 and 72 dpi. But when I am trying to submit it trough the Organizer I got a error that says that the icon doesn't meet the size requirements and the size is 0x0. I…
lagos
  • 1,968
  • 3
  • 17
  • 26
0
votes
1 answer

xcode Unzip Downloaded issue

I'm working on typical newsstand app and I have problem with unzipping downloaded file. -(void)connectionDidFinishDownloading:(NSURLConnection *)connection destinationURL:(NSURL *)destinationURL { // copy the file to the destination directory NSURL…
Luin
  • 1
  • 1
0
votes
1 answer

Newsstand App Library backgorund

I want to implement a Newsstand App and I have seen that almost Newsstand App have the same background for the Library, the first screen of the app, same xib, but with their own covers for their magazine. It this xib available somewhere so that I…
0
votes
1 answer

Treesaverjs + iOS5 newsstand-kit

I have a working digital magazine that is based on treesaverjs. So is that possible to create a newsstand app that is able to download a whole issue of the magazine using NKAssetDownload into newsstand? If it is possible, do i use the webkit api to…
0
votes
1 answer

what is the newsstand approval process?

Is approval for newsstand items the same as regular apps? I would hope that since it's "news" it wouldn't take weeks for approval. And assuming there are multiple issues, does each one have to be approved individually?
SnowboardBruin
  • 3,645
  • 8
  • 36
  • 59
0
votes
1 answer

Newsstand resume download after the App closed by user Fully

How do we resume a download after the user quits the app, not just put into background? My code looks like this to start the download initially, I want to be able to identify here as to if the issue can be resumed. NSMutableURLRequest *nkRequest =…
iosdevnyc
  • 1,873
  • 5
  • 25
  • 48
0
votes
1 answer

NSURLConnection downloading continues, when App goes to background

I am working on an app in iOS 5.0 and I want to use the refined NSURLConnection to download content from the server. I just have a quick question, if the app is not a newsstand app, will NSURLConnection continue to download after the user enters the…
iosdevnyc
  • 1,873
  • 5
  • 25
  • 48
0
votes
1 answer

Urban Airship newsstand app

I want to implement app for Newsstand using Urban Airship. But some what confusion in below points: 1) Where I have to upload new content so that, my app can come to know that new content available and user can download it? 2) Should I have to…
Nishant B
  • 2,897
  • 1
  • 18
  • 25
0
votes
1 answer

Newsstand Kit: Can an app be launched because an asset has become available?

I'm trying to learn about NK. In what cases is an app launched because it has the newsstand flag set in its main plist? My impression is that it isn't launched in that way, because the NK buffers incoming issues. But I am probably wrong so I wonder:…
user945620
0
votes
2 answers

Automatic Downloads setting in iOS 5

m searching for the solution to automatic background downloading with iOS 5. I have seen in Settings of iPad, there are newsstand apps in the category of Store - Automatic Downloads apps like Popular Mechanics, etc. I want to know,how to add my app…
Shrey
  • 1,959
  • 2
  • 21
  • 44
0
votes
1 answer

Newsstand Download Queue Management

Can u please let me knw what is the status of the NKIssue when it is added in the queue waiting for download to start?? Out of these 3 : NKIssueContentStatusAvailable NKIssueContentStatusDownloading NKIssueContentStatusNone. I'm getting…
Shrey
  • 1,959
  • 2
  • 21
  • 44