Newsstand issue with AppStore build; Aasim Naseem, February 29, 2012 | Read Count: 13,504April 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: 305Economic impact of Eid-ul-Adha PMP CertificationMay 23, 2025 | Read Count: 508Best PMP Study Resources for 2025 (Books, Courses, Tools & More) Agile & FrameworksMay 7, 2025 | Read Count: 484Agile vs Scrum: Finally Understanding the Difference Agile & FrameworksApril 25, 2025 | Read Count: 510When 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 How to record Audio in iOS Application December 9, 2012 | Read Count: 13,497April 9, 2025 Category: My Tutorials > iOSHello dev mate; Hope you had a good weekend and refreshing Monday; Today we’ll learn how to record audio in iOS application; Now a days, I’m working on an application where I need to record voice of user for some processing; I tried some framework classes… Read More
iOS 30+ iOS 9 features that Apple didn’t show off on stage June 9, 2015 | Read Count: 10,458April 9, 2025 Category: My Tutorials > iOSAnother iOS, new SDK and new features. Users are happy, and developers are ready to dig into APIs. 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,… Read More
iOS Background processing in iOS June 7, 2012 | Read Count: 13,424April 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
In new xcode, there is a newstand entry in CFBundleIcon so just remove it and enjoy submitting your app to itunes 🙂 Reply