kiran
kiran

Reputation: 4409

UILocalNotification will work when application is terminated

Is UILocalNotification will work when application is terminated?

I do not find the detailed answer for this, if any one have worked UILocalNotification to notify the the mobile when application is termiated.

Your valuable information is appreciated.

Upvotes: 0

Views: 43

Answers (1)

Darshan Mothreja
Darshan Mothreja

Reputation: 516

Yes it will definitely work according to apple doc.

The operating system is responsible for delivering local notifications at their scheduled times; the app does not have to be running for this to happen.

You can refer Apple Doc:- https://developer.apple.com/reference/uikit/uilocalnotification

Upvotes: 1

Related Questions