hi
I want to create an application related to GPS.In that application we are trace the location of mobile at every 5 minutes and this application is run as background process.
I learned somewhere that Push Notification Service is available.In this Service server send message to client side.
So plz tel me if this possible that server can trace GPS coordinate by sending Push Notification Service to the client side application.If yes then how i started
A bit ambitious for knowing so little about iPhone development, eh?
There are a few apps that do this already (Find My I in Cydia is probably the best). In order to use Push Notifications for ANYTHING, the application must be from the App Store. In addition, you have to have a server capable of handling all the notifications being sent out to all the users.