Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7064917
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:53:34+00:00 2026-05-28T04:53:34+00:00

m searching for the solution to automatic background downloading with iOS 5 . I

  • 0

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 in this category? Mine is also a newsstand app but even after making all the changes in plist for newsstand, m not getting my app in the automatic downloads.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T04:53:35+00:00Added an answer on May 28, 2026 at 4:53 am

    First, what you must do is tell the application that you have a required background mode. This allows your application to download issues in the background. So go into your application’s Info.plist and add the following (Assumes you right-click and open the plist as ‘Source Code’):

    <key>UIBackgroundModes</key>
    <array>
        <string>newsstand-content</string>
    </array>
    

    Now, the next part requires you to have push notifications enabled for your application and a server which will execute your pushes. If you don’t have one, then I suggest you look at Urban Airship. It seems to be quite simple and easy to incorporate into your applications. I have never used it, but I have heard it has good free options.

    After you have a way to deliver push notifications, then you must register your application to accept remote notifications. Place the following code in your AppDelegate’s application:didFinishLaunchingWithOptions method.

    // Register the automatic download remote notification
    [[UIApplication sharedApplication] registerForRemoteNotificationTypes:UIRemoteNotificationTypeNewsstandContentAvailability];
    

    This should cause your application to prompt the user when the app first launches and asks if they want to enable automatic downloading.

    After all this, you must then code how you will handle a push notification. How you will handle them, is entirely up to you, but this is where you would tell the user they have a new issue or start the download automatically. This must be handled in two places. 1) in your AppDelegate’s UIApplicationDelegate application:didReceiveRemoteNotification: method. 2) the AppDelegate’s application:didFinishLaunchingWithOptions: method, checking for the launch option of UIApplicationLaunchOptionsRemoteNotificationKey.

    That is pretty much a quick summary of how you can get started. If you need some more direction, I highly recommend these tutorials (I didn’t write them): iOS Newsstand Tutorial and Newsstand and Subscriptions.

    Good luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have done a bit of searching for a solution to wrap text around
I have been searching for a solution for this issue for multiple hours today
I have been searching a solution which puts the fold marks and codes to
Hi I have been searching a solution to this problem for many days but
I have a scenario for which I am searching a solution. I already have
I have been searching for a solution that allows me to search the lines
I have been searching for a solution for quite a while now and couldn't
I've been searching for a solution on the internet for this, and can not
While searching the interweb for a solution for my VB.net problems I often find
After searching online, the best solution I've found so far is to just make

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.