Updating OTA Files - PushTracker/EvalApp GitHub Wiki

When you have new firmware files (e.g. SmartDriveBLE.ota) that you want to distribute to the users of the app, you should follow this process for updating the files:

  1. Upload a new file to the kinvey file store - make sure it's named the same as the firmware file it's replacing, e.g. SmartDrive.ota

  2. When uploading, make sure to mark the file _public to be true (or do it after upload completes)

  3. Add any relevant text to the description field of the file

  4. Delete the original file (that the new one replaces) from the kinvey file store.

  5. (TODO: send out push notifications to all users through the console)