ios - LocalNotification Event When App is Suspended in Background -


i have ios app uses local notification. user can leave app , check his/her email or other stuff. after while 20 minutes local notification fires , alert user message. @ time when local notification triggered can somehow handle event. didreceivelocalnotification triggered when user clicks on notification.

note: not want fire event when user clicks on notification. want fire event when local notification triggered.

thanks,

you can not track event let know local notification fired or fire.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -