[ad_1]
Is there a possibility to check weather the device is already recording some data in the background? For example to make some actions possible or disable them (like buttons).
I started the recording with CMSensorRecorder().recordAccelerometer(forDuration: 2 * 60 * 60)
and would now like to check the next time I go in if the recording was already started -> so something like CMSensorRecorder().isAlreadyRecording
[ad_2]