When you publish a React Native app with Expo will over-the-air updates go out to previous versions on the App and Play Store? -
i'm using expo.io publishing over-the-air updates. have submitted several new official updates (so new sdk/ipa files) app , play store. i'm still using same version of expo before. on air updates go out previous versions(people haven't gotten offical app/play store update)? or old versions stuck until user manually updates latest version can ota updates again?
if upload new build app store , play store, user need download build in order ota updates build. if build , push expo server, user able ota updates without download.
the standalone app knows updates @ app's published url.
from documentation : publishing guide
when build binary, current version of app javascript bundled loads first time app opens. you’re not stuck version of code, can publish updates @ time after without needing re-build binary. example, if find bug or want add functionality app after submitting binary.
the standalone app knows updates @ app’s published url, , if publish update next time user opens app automatically download new version. these commonly referred “over air” (ota) updates, functionality similar codepush, built expo don’t need install anything.
Comments
Post a Comment