iam developing one application.In that i want to find out the x,y,z axis values in the background process.For this first i find the device location.After find the device location i will try to get the x,y,z axis values.So please tell me how to find out the location in the background.
Share
If with x,y,z axis values you are referring to the device orientation, then you need to use the UIAccelerometer class and it’s protocol.
UIAccelerometer Class Reference