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

'setNewsstandIconImage' is only available on iOS 9.0 or newer

I see the strange compile error: 'setNewsstandIconImage' is only available on iOS 9.0 or newer But this method was available in ios 7 and 8 on Xcode 6.4. How to fix it?
ChikabuZ
  • 10,031
  • 5
  • 63
  • 86
0
votes
1 answer

IOS Newstand app

I have a plan to create a news stand app for selling our clients magazines.They already have an online subscription option for printable copies on their website.My question here is If a user purchased one year subscription for printable copies from…
vks
  • 6,649
  • 7
  • 36
  • 55
0
votes
1 answer

Cannot deactivate Newsstand in iTunesConnect

I have uploaded an App which is Newsstand enabled to iTunesConnect. It seems not possible to de-activate it again for the app. Unchecking "Newsstand" just prompts a "contact support" dialog... What am I missing here?
idplanter
  • 160
  • 2
  • 9
0
votes
1 answer

How do I add a status bar to a BakerFramework Newsstand App without leaving space under the content?

I am trying to add a black status bar into my BakerFramework for iOS Newsstand App when issues are viewed in iOS 7+. Previously in iOS 7+, the status bar disappeared when issues were viewed. The first "page" of the magazine is the cover page, and…
gcdev
  • 1,406
  • 3
  • 17
  • 30
0
votes
1 answer

iOS payload, but nothing to deliver to (missing device_tokens, tags, segments, or aliases)

I am doing background download for my app but I am getting iOS payload, but nothing to deliver to (missing device_tokens, tags, segments, or aliases) when I insert this in terminal: curl -v -X POST -u ":" -H "Content-type:…
shoujo_sm
  • 3,173
  • 4
  • 37
  • 60
0
votes
1 answer

NKAssetDownload expectedTotalBytes is 0

I have implemented a Newsstand app and I am using the NewsstandKite right. However under iOS 8 in the delegate method -(void)connection:(NSURLConnection *)connection didWriteData:(long long)bytesWritten totalBytesWritten:(long long)totalBytesWritten…
dizza213
  • 137
  • 6
0
votes
4 answers

Update newsstand cover art without updating content

I have added a new issue with a new cover art. But it is not appearing in the newsstand shelf. I don't want to update my app. How long will it take for the new cover art to appear on the newsstand shelf? Should I add a new version of the app to…
mChopsey
  • 548
  • 3
  • 10
0
votes
1 answer

Print subscribers to get a free subscription with Newsstand?

I'm developing a Newsstand app which uses in-app purchases and auto-renewable subscriptions to unlock and display paid issues of a magazine. I have access to the database of the magazine's print subscribers and mechanism to identify each one of them…
0
votes
0 answers

Auto-renewable subscription with in-app purchases hosted content

I'm testing auto-renewable subscription in Newsstand app, and subscription works well, I have purchase and expiration date. But I don't understand hot to get access to in-app purchases hosted content or how to buy issue without charging payment?…
ChikabuZ
  • 10,031
  • 5
  • 63
  • 86
0
votes
1 answer

iOS Newsstand download failed when shut down the app

I'm having difficulty in the download using NewsstandKit when the app shut down. My newsstand app download does starts in Background Mode, and exit to the background or push a download notification, the download issue everything is OK, but i shut…
Allen
  • 196
  • 11
0
votes
1 answer

Newsstand daily update content at background

My app should have auto-download the newsstand content every day but it will only started only when I launch the app normally. I am completely new on using Newsstand app. Have I missed out anything for this? I have ticked the "Newsstand Download"…
shoujo_sm
  • 3,173
  • 4
  • 37
  • 60
0
votes
1 answer

iOS: publish a epub or iBook in App Store

I should publish an app with a interactive design. I saw iBooks Author that is fantastic for my job. But I saw that I can't publish an iBook as an app so I can publish it only in iBook store. And for newsstand? Is it necessary an app? I think also…
cyclingIsBetter
  • 17,447
  • 50
  • 156
  • 241
0
votes
0 answers

Newsstand Application stop downloading when app is in the background

In my Newsstand based app, when I'm connected to 3G, if I start downloading, it works. But once I go to background, it stops downloading. Even if I open the app, it doesn't start downloading. If I switch to the Wi-Fi, then the application continues…
posha
  • 881
  • 4
  • 16
  • 28
0
votes
1 answer

Newsstand app shows a blue circle under the icon

I m new to Newsstand app in iOS. When i run my app in the device/emulator , a blue circle is showing under it. As i know it shows that a new download available. But even though i read the pdf which is downloaded. It still shows. I want to know how…
posha
  • 881
  • 4
  • 16
  • 28
0
votes
1 answer

NewsStand, Show the push notification alert view when I want?

I know this has been asked: How to show "Would like to send you Push Notifications" Alert View again? ... But My question is kind of different. My question is that is it possible to prompt this when ever I want programmatically (not for debugging…
user2387149
  • 1,219
  • 16
  • 28