Newsstand issue with AppStore build; Aasim Naseem, February 29, 2012 | Read Count: 13,538April 27, 2025 Category: My Tutorials > iOSLast evening, I was trying to submit my application over the app store and got the following error regarding Newsstand; I’m using Mac OS X 10.6.8 with Xcode Version 4.2 (Build 4C199) and iOS 5.0. To include newsstand features, the info.plist must include uinewsstandapp=true. But I don’t use Newsstand; I don’t want to use it. So where was my mistake? For some background knowledge of Newsstand, with the release of iOS 5, iOS organizes your magazine and newspaper app subscriptions in Newsstand: a folder that lets you access your favorite publications quickly and easily. There’s also a new place on the App Store just for newspaper and magazine subscriptions. (source: Apple iOS features) After some searching on search engines, I found that iOS adds an attribute in your projects’ info. plist for newsstand, requiring you to add icons for this feature; You can find this entry under Icons files and/or Icons files (iOS5) group; If you don’t want to use this feature, simply delete this group via (-) infront of this entry. Clean your project and reArchive to validate again. Hopefully this issue will be resolved. If I’m missing anything regarding the issue, kindly share. Author Profile Aasim Naseem Hey, Thanks for your interest. I’m a PMP, AWS Solutions Architect, and Scrum Master certified professional with 17+ years of hands-on experience leading projects, building teams, and helping organizations deliver software solutions better, faster, and smarter. Outside of work, I’ve got a deep curiosity for history — especially ancient civilizations like Egypt. I also enjoy reflecting on the everyday moments that shape how we live and work. This blog is my space to share insights, lessons, and thoughts from both my professional journey and personal interests. Thanks for reading — and I hope you will find something here that matches your interest. Latest entries IslamJune 6, 2025 | Read Count: 369Economic impact of Eid-ul-Adha PMP CertificationMay 23, 2025 | Read Count: 609Best PMP Study Resources for 2025 (Books, Courses, Tools & More) Agile & FrameworksMay 7, 2025 | Read Count: 564Agile vs Scrum: Finally Understanding the Difference Agile & FrameworksApril 25, 2025 | Read Count: 596When Not To Use Agile: 5 Signs You Need a Different Approach iOS ios5iOS5 and newsstandnewsstand featuresthe info.plist must include the uinewsstandapp=trueTo include newsstand features
iOS Background processing in iOS June 7, 2012 | Read Count: 13,481April 27, 2025 Category: My Tutorials > iOSHello, everyone. Hope things are going well around you. I’m working on an iOS application and facing an issue regarding network calls. I need your kind suggestions in incase I’m not doing the thing in the right way. Scenario: I want to download one or more… Read More
iOS iOS Code Chunks – Part 2 May 23, 2011 | Read Count: 14,535April 27, 2025 Category: My Tutorials > iOS Hello iFellows; Hope all are enjoying your life. Today, there are some tips for new iDevelopers. These code chunks will help you out to do some really simple and many-time-usable things. Bring coke and have some light track in iTunes. So here we go; Author… Read More
iOS Storage Issue with iOS-5 And iCloud; February 2, 2012 | Read Count: 13,521April 27, 2025 Category: My Tutorials > iOSHello everyone .. Now a days, we are noticing that many people are getting rejection from AppStore due to storage issue; I looked into this issue and here are my findings regarding iOS-5 and iCloud; When we install our application in device, we have three main directories… Read More
In new xcode, there is a newstand entry in CFBundleIcon so just remove it and enjoy submitting your app to itunes 🙂 Reply