Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKelvin Atawura
Front End Web Development Techdegree Student 19,022 Pointsshipping to appstore
at the start of the course there was a highlight at the codes that should be deleted before shippment. why is this? and are there anything else a developer should look out for before shipping to the apple app store?
1 Answer
agreatdaytocode
24,757 PointsAny NSLogs you have in the code should be removed. The only other things that I have run into are description issues. I have yet to have any of my apps rejected for code errors.
Kelvin Atawura
Front End Web Development Techdegree Student 19,022 PointsKelvin Atawura
Front End Web Development Techdegree Student 19,022 Pointsi am just struggling with the process of generating certificates and that. all NSlog codes are removed.
agreatdaytocode
24,757 Pointsagreatdaytocode
24,757 PointsTry this link https://www.youtube.com/watch?v=HlRI30F6-Ek also search around for generating certificates. It's not the most intuitive process. I even get lost from time to time lol.