1

Is it possible to access information like the alarm clock time and change it from a different application on the iPhone. And if its possible to do it, can it be approved by the app store to sell it?

Abizern
  • 146,289
  • 39
  • 203
  • 257
MBU
  • 4,998
  • 12
  • 59
  • 98

1 Answers1

5

You can certainly do it—the CFPreferences API would probably be the right approach—but you definitely wouldn't get allowed into the App Store. If you're looking to make an alarm-clock application, check out the Scheduling Local Notifications docs.

Noah Witherspoon
  • 57,021
  • 16
  • 130
  • 131