-
Notifications
You must be signed in to change notification settings - Fork 6
Update applications #32
Comments
Seems like
|
Unfortunately I don't know how to update an app without losing the user data. uninstall-> download new version -> install |
I think for this to happen, the backend needs to be revamped completely, moving away from the OmniSD format to having mini manifests and application zips: https://developer.mozilla.org/en-US/docs/Archive/Marketplace/API/DOMApplicationsRegistry/install |
can we use it to install a certified app? |
I think it should be able to, you could try. I guess this is the same mechanism that the KaiStore uses to install apps behind the scenes. |
I don't think we need to completely move away from the OmniSD format. OmniSD zip already have application.zip and manifest as long as I remember. |
you could try if import () works without OmniSD then you could use both. |
At lest the store should show last version (and, if installed, the current version.) |
Now is not possible to install an application that is already installed, even if the last version is newer that the installed version. For a future where the store can update applications, the first step would be showing the last application version from
data.json
.Then to show the installed version. The
App
object has the complete manifest with the version.It also has a
checkForUpdate()
method.The text was updated successfully, but these errors were encountered: