I'm using Apple Watch to collect sensor(e.g. accelerator) data, and need to store the data first on the Watch and send to iPhone afterwards. What are the possible ways to store the data?
As it would be a large amount of data, NSUserDefault apparently is not suitable in this scenario.