react-native - Expo Build,自动更新我在 App Store 和 PlayStore 上的实时应用

标签 react-native expo

嗨,每次我运行 expo:build ios 时,我的现有应用程序的客户也正在获取我的更新吗?

你知道如何解决这个问题吗?

我想先提交到应用商店,然后他们从应用商店更新,然后他们才能得到我的更新。

谢谢

最佳答案

可以添加

"updates": {
   "enabled": false
}

到你的 app.json。至少我过去是这样做的。有新的 expo-updates 包,可以让您更好地控制更新。你可以看看here .

更改 app.json 后,您必须重新发布应用才能在 Play 商店中使用。

关于react-native - Expo Build,自动更新我在 App Store 和 PlayStore 上的实时应用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63242660/

相关文章:

react-native - React Native Router Flux Drawer

react-native - DeviceEventEmitter 与 NativeAppEventEmitter

android - 无法从 `./Linking/Linking` 解析模块 `node_modules/expo/build/ExpoLazy.js`

ios - 使用 expo-apple-authentication 包不显示 Apple 身份验证按钮

javascript - 无法在 React Native 中使用从 AsyncStorage/SecureStore 返回的电子邮件和 token ?

ios - Expo 应用程序 IPA 在我的 iPhone 上无法运行

javascript - 如何将状态推送到包含特定项目的数组?

react-native - 使用带有两个完全不同的数据数组的 React Native FlatList

javascript - 深色模式干扰背景颜色

android - Expo React-Native Android 构建未更新 Google Play 的版本代码