I am using M7 processor motion activity in one of my applications. I want to get motion activity updates when the app is in suspended state also. I dont want to call startUpdatingLocation to keep prevent from enterning the app into suspended state, since it consumes large amount of battery. I have set region monitoring when app enters background but still I am not getting motion updates.
Is there any way other than calling startUpdatingLocation to get motion activity updates in suspended state?