سؤال

I set an alarm through my app in objective c for a particular time. Is it possible to disable that alarm programmatically from the app ?

هل كانت مفيدة؟

المحلول

if you are setting alarm through local notification, then you can cancel it by below code

    [[UIApplication sharedApplication] cancelAllLocalNotifications];
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top