please help me on this how to start thread on background in iphone on every when application is start for
in my sqlite database table i have one column sync status .there i have 3 value 0,1,3.i have to call these values on database table.0 means if application has synced data to server.if any data in my database is updated the sync status changes to 1 and 3 means data is being send to server i.e syncing is in progress.
please help me on this how to start thread on background in iphone on
Share
// Create the request.
Then implement delegate methods of NSURLConnection
Hope this helps