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.

  1. can callback when local notification fired irrespective of user action ?
  2. 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.

here tutorial local notifications, can follow


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -