Newsstand issue with AppStore build; Aasim Naseem, February 29, 2012 | Read Count: 13,496April 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: 282Economic impact of Eid-ul-Adha PMP CertificationMay 23, 2025 | Read Count: 493Best PMP Study Resources for 2025 (Books, Courses, Tools & More) Agile & FrameworksMay 7, 2025 | Read Count: 463Agile vs Scrum: Finally Understanding the Difference Agile & FrameworksApril 25, 2025 | Read Count: 493When 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 Getting a Screen Capture of UIView August 22, 2011 | Read Count: 14,432April 27, 2025 Category: My Tutorials > iOSSome times you have to capture a portion of you iPhone application programmatically; The quickest way is to pass the target view to following method and get its screenshot as an UIImage; Author Profile Aasim Naseem Hey, Thanks for your interest. I’m a PMP, AWS Solutions… Read More
iOS How To Find Available Disk Space of iOS Device? February 14, 2012 | Read Count: 13,437April 27, 2025 Category: My Tutorials > iOSHello, iOS fellows; Hope life is as bright as the retina display of iPhone 4S (: Well, its a Valentine’s night and I’m writing this blog post at mid night, thinking that may be someone get some benefit with these few lines and saved his/her time… Read More
iOS How to symbolicate iPhone Crash Reports; May 10, 2011 | Read Count: 14,453May 5, 2025 Category: My Tutorials > iOSHello Everyone; Hows your developments going? Im sure you enjoy it as much as i do; Its really a fun; Today’s menu is related to iPhone Applications; We often notice that iPhone/iPod/iPad applications hangup or exit abnormally; It means the running application has been crashed due to some… Read More
In new xcode, there is a newstand entry in CFBundleIcon so just remove it and enjoy submitting your app to itunes 🙂 Reply