I am building GPS Tracking app. I want the tracking functionality to be started after a reboot of device. Now I did with background compatibility, It works fine on background, but I need to start tracking when the device is rebooted (switch on) without having to open the app to start the functionality.
How can I implement that. Please give me procedure for how to enable the autostart for that app and how to invoke a method to start tracking.
If you watch the app like skype and webEx that are autostarted on iphone starts.. How these apps are working. I have no idea for enabling this autostart.
Please suggest me how to do?
Thanks in advance...