Sharing configuration among multiple apps

I'm using MBLRestorable in an iOS app to save some configuration data on a device.  That configuration data does not seem to be accessible from another iOS app.  Is there any way to share this data across apps?

For context, I was hoping to be able to use one app to calibrate the accelerometer before the device is shipped to a customer; the customer would run another app that would read the calibration information from the device configuration and use it.

Comments

  • Correct, as of now there isn't a way for different iOS devices to easily use the same programmed MetaWear.  Since the SDK does serialize device state, we have been experimenting with ways to save/copy this state directly into the app binary so that multiple iOS devices could use a single MetaWear.

    For now you may have to share this information through some other means, like a cloud server.


  • For now I've just moved the calibration functionality into the main app.  Thanks for the info!
This discussion has been closed.