iphone - Handling Local Notification in objective C -


i working on iphone app store local(and push) notifications app. there screen on app shows notifications generated app. question can iphone app know when local notification app shown. example, suppose local notification shown, user ignores notification, , not tap on it, in situation, can app somehow find out if local notification shown , processing on it(for example, store notification data in sqlite database).

i have tried both "didfinishlaunchingwithoptions" , "didreceivelocalnotificatios", understanding, invoked when user laucnhes app tapping on notifiaction, there method can have notification data when user not tap on notification.

tldr; can iphone app handle(process) local notifications when user not launch app tapping notification.

no, app wan't notification whcih user has ignored. app notified when user presses view or tap on notification.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -