Is it possible to collect data, when application is in the background mode and store it in iphone's memory, for example: NSUserDefaults
?
I have
- connected my app to myo device
- checked "Uses Bluetooth LE accessories" and
- used
TLMHub.shared().shouldNotifyInBackground = true
What will be the best way to store raw emg, accelerometer, gyroscope data from myo?