Question

i am trying to edit the alarm that user set on iphone using objective -C code? is it possible?

Or can i create a alarm in my application to remind user when a time has reach? :) Cant find any solution for the past days researching.. thanks ;)

Was it helpful?

Solution

You can't edit the user's alarms, but applications can schedule local notifications using the UILocalNotification class.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top