Suv*_*dal 10 app-store ios react-native react-native-ios
如何更改使用本机反应构建的苹果应用程序版本。
我从苹果应用商店收到这封电子邮件 -
亲爱的开发者,
我们发现您的应用“APP_NAME”1.0 (1.0.2) 最近交付存在一个或多个问题。请更正以下问题,然后重新上传。
ITMS-90062:此捆绑包无效 - Info.plist 文件中键 CFBundleShortVersionString [1.0] 的值必须包含比先前批准的版本 [1.1] 更高的版本。有关 CFBundleShortVersionString 的更多信息,请访问https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring
此致,
应用商店团队
Jea*_*ert 11
转到info.plist,找到CFBundleShortVersionString,将其<string>值设置为您的期望值:
<key>CFBundleShortVersionString</key>.
<string>1.0.0</string>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
15731 次 |
| 最近记录: |