Oleksandr Matrosov
Oleksandr Matrosov

Reputation: 27187

Custom notification when app in background or close

Is it possible to create an notification when my app in background all close.

What I mean: If my app goes to background at some point at time I want to get notification with alert view on main screen in iPhone.

Alert view have to contain my custom description text.

Is it possible? and if this is possible that wich verion iOS should provide this option.

Thanks!

Upvotes: 0

Views: 513

Answers (1)

jsd
jsd

Reputation: 7703

Yes, you can use a local notification.

https://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html

Local notifications were introduced in iOS 4.0

Upvotes: 1

Related Questions