ios - Local notification handling when application is closed -
ios - Local notification handling when application is closed -
i have question related handling notifications in case of application closed. in ios application schedule local notifications, , handle them when application either in foreground or background. when application closed , local notification can't handle it. mean after pressing "show" button have move user specific window. don't know set part of code deals handling. idea??? in advance.
armen
check - (bool)application:(uiapplication *)application didfinishlaunchingwithoptions:(nsdictionary *)launchoptions
in app delegate, should receive dictionary notification launching options, far know.
try this
ios event-handling notifications localnotification
Comments
Post a Comment