objective c - iOS 8 : Background execution -
i implementing app set local notification particular time. when notification fired want set next notification based on date database execution. how can accomplish in ios.
i have tried find different way of doing not able figure out yet. here issues facing.
- can callback when local notification fired irrespective of user action ?
- can perform background execution @ specific time ? how ?
is there else can use?
if app in foreground, can set next notification in didreceivelocalnotification method in appdelegate
when app not running, can callback if user clicks notification , application has launched.
Comments
Post a Comment