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

How to access core iOS notification within an App

I'am currently working on an idea of a simple App the monitors my morning Alarm snooze habits. As I understand its hard to develop an alarm clock as good as the built-in one in iOS. So I would not try to do soo, however I would simple like to count how many times the snooze button is hit one the iOs alarm per day. Any ideas? Is that even possible?

Thanks!

Chris

1 Answer

Unfortunately you won´t have access to another Apps content or data. Each App is, so to say, encapsulated within their own sandbox. Except there is an API that i don´t know of course.