Updates
Learn how to update your published app.
When you publish your app to the stores, you can update it later to give your users new features and bug fixes.
TurboStarter comes with two ready-to-use ways to update your apps, we'll go through both of them.
Submitting new version
The most traditional way to update your app is to submit a new version to the stores. This is the most reliable way to update your app, but it can take a while for the new version to be approved and available to the users.
To submit a new version, you need to change the version number in the package.json
file and the app.config.ts
file.
Then, follow the exact same steps as when you initially published your app, and, when you'll submit your app to review, provide release notes for the new version.
Over-the-air (OTA) updates
Over-the-Air (OTA) updates allow you to push updates to your app without requiring users to download a new version from the app store. This is a powerful feature that enables rapid iteration and fixes.
OTA updates are coming soon
We are working on introducing seamless OTA updates integration into TurboStarter to enable you to push updates to your app without the need to submit a new version to the stores. Stay tuned for updates.
Last updated on