parse-community / parse-embedded-sdks

The Embedded SDKs for the Parse Platform
http://parseplatform.org
Other
246 stars 118 forks source link

OTA using SDK #59

Closed muhammadnasr closed 8 years ago

muhammadnasr commented 8 years ago

Can I do Over The Air update to the firmware using this SDK?

francip commented 8 years ago

No, the Parse Embedded SDK is intended only to give you easy access to the Parse.com platform.

However, if you upload the new version of the firmware as a File on Parse, you can use the Parse Embedded SDK to download it to the device. However, you will have to be careful with how you manage the available app memory on the device, and your app itself will be responsible for storing the new firmware to the permanent storage and doing the actual firmware update.