Newsstand issue with AppStore build; Aasim Naseem, February 29, 2012 | Read Count: 13,523April 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: 336Economic impact of Eid-ul-Adha PMP CertificationMay 23, 2025 | Read Count: 565Best PMP Study Resources for 2025 (Books, Courses, Tools & More) Agile & FrameworksMay 7, 2025 | Read Count: 516Agile vs Scrum: Finally Understanding the Difference Agile & FrameworksApril 25, 2025 | Read Count: 543When 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 Not enough frames in Stack – iO| January 10, 2011 | Read Count: 14,528May 5, 2025 Category: My Tutorials > iOSIf you are getting this error message in your console while running your app on iPhone/iPod (specially on 1G, having ios < 3.2) Above error is in UIKit.framework, it can be in any library. You need to closely look into error and find out the library Name…. Read More
iOS How to show URL in UIWebView in iPhone/iPad/iPod January 26, 2011 | Read Count: 14,443May 5, 2025 Category: My Tutorials > iOSHi everyone! Below is a small code to display contents over UIWebView. Assuming that you have declared a UIWebView in your header file; in my case it is detailWebView. That’s it; keeping user interaction and multi-touch options checked in the xib file will allow the user… Read More
iOS Storage Issue with iOS-5 And iCloud; February 2, 2012 | Read Count: 13,507April 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