You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
William Emfinger edited this page Jul 11, 2018
·
1 revision
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:
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
When uploading, make sure to mark the file _public to be true (or do it after upload completes)
Add any relevant text to the description field of the file
Delete the original file (that the new one replaces) from the kinvey file store.
(TODO: send out push notifications to all users through the console)