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 trial

iOS Build a Diary App Using Core Data Custom Detail View Controller Using Core Location

shipping 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

Any 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.

i am just struggling with the process of generating certificates and that. all NSlog codes are removed.

Try 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.