Hello
Is there any way to access Motion Sensors (CMMotionActivityManager) when the application is in a Suspended state
I am able to access sensor updates when I use from Location Service With startUpdateLocation, but this solution comes with bad battery performance
Is there any way to access it with the startMonitoringSignificantLocation() service, this location service is not consuming more battery
Or is there any other way to access the sensor update while application in suspended state
Thank you