1

I want to track the user location in my ios app using objective-c even if app is in killed state/ suspended state. please help.

  • 1
    Show us the code that you're going to run when the app isn't running. Asking for help to create a paradox is not a useful expenditure of time. – Avi Sep 26 '16 at 09:12
  • @Avi, You can implement the code in the `applicationIsWaitingForGodot` AppDelegate method – Paulw11 Sep 26 '16 at 09:20
  • @avy i havent done any code when the app isnt running, i wanted to know how to implement signification location change or is there anything to do to check for the device location within a period of time even when the app is terminated – Hrishikesh Menon Sep 26 '16 at 10:50
  • i want to know in which state of United states, the device/user is currently located at even if the app is not running – Hrishikesh Menon Sep 26 '16 at 11:43

1 Answers1

0

Use Pushkit, when your server will send a remote notification then application automatically goes in background state.