简体   繁体   English

iOS应用程序加载程序错误ITMS-4238-Cordova-Visual Studio

[英]iOS Application Loader ERROR ITMS-4238 - Cordova - Visual Studio

Using Visual Studio 15 with Cordova plugin we submitted our iOS app version 1.0.0 (major.minor.build) and discovered an issue. 使用Visual Studio 15和Cordova插件,我们提交了iOS应用程序版本1.0.0(major.minor.build),发现了一个问题。 We rejected the app in iTunes connect and increased the build number to 1 to get around error ITMS-4238 in application loader suggesting that the same app with the same version number is already submitted for review, which is correct. 我们拒绝了iTunes connect中的应用程序,并将内部版本号增加到1以避开应用程序加载器中的ITMS-4238错误,这表明具有相同版本号的同一应用程序已提交进行审查,这是正确的。 The remedy would be to change the major, minor, or build number for the new build. 补救措施是更改新版本的主要,次要或内部版本号。 However, after changing the build number in config.xml the app builder still shows the ipa built for version 1.0.0. 但是,在config.xml中更改内部版本号之后,应用程序构建器仍会显示为1.0.0版构建的ipa。 In fact changing the major/minor/build seems to have no impact on what the app builder sees as the version number for the built package as it continues to show 1.0.0. 实际上,更改主要/次要/内部版本似乎对应用程序构建器所看到的构建程序包的版本号没有影响,因为它继续显示1.0.0。

Any suggestions as to what step we are missing would be greatly appreciated. 任何关于我们缺少的步骤的建议将不胜感激。

Thank you in advance. 先感谢您。

OK - Here's the answer to the riddle. 好-这是谜题的答案。 The build process from Visual Studio creates a brand new ipa file on the Mac and does not replace the existing ipa. Visual Studio的生成过程会在Mac上创建一个全新的ipa文件,并且不会替换现有的ipa。 The application builder automatically points to the existing build, which you would be trying to replace in the app store. 应用程序构建器会自动指向您要在应用商店中替换的现有构建。 So in order to pick the new build you have to do a search when browsing for the package using the application builder, sort by date, and pick the latest ipa file. 因此,为了选择新的版本,您必须在使用应用程序构建器浏览软件包时进行搜索,按日期排序并选择最新的ipa文件。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 提交到应用商店时出现ITMS-4238错误 - ITMS-4238 error on submitting to app store ERROR ITMS-4238修复90164/90046错误后的冗余二进制上传 - ERROR ITMS-4238 Redundant Binary Upload after fixing a 90164/90046 error 收到ITMS-4238“冗余二进制上载”错误,无论我将构建版本或应用程序版本更改为什么 - Getting ITMS-4238 “Redundant Binary Upload” error no mater what I change the build version or app version to 每次尝试将应用程序上传到 App Store 时都会收到 ITMS-4238“冗余二进制上传” - Getting ITMS-4238 “Redundant Binary Upload” whenever trying to upload app to App Store iOS应用程序加载器:ERROR ITMS-90705:“发现故事板未找到......”? - iOS Application Loader: ERROR ITMS-90705: “Launch storyboard not found…”? iOS应用程序加载程序:错误ITMS-90705:“找不到启动故事板...” - iOS Application Loader: ERROR ITMS-90705: “Launch storyboard not found…” 应用程序加载器:错误 ITMS-90502 - Application Loader: ERROR ITMS-90502 as3使用应用程序加载程序空中上传.ipa IOS,错误ITMS-9000; - as3 Air Uploading .ipa IOS using Application Loader ERROR ITMS-9000; 使用应用程序加载程序上传应用程序时出错:错误ITMS-90725:“ SDK版本问题。此应用程序是使用iOS 11.4 SDK构建的 - Error when uploading app with Application Loader: ERROR ITMS-90725: "SDK Version Issue. This app was build with the iOS 11.4 SDK XCode应用程序加载器 - 错误ITMS-9000无效的供应配置文件 - XCode Application Loader - ERROR ITMS-9000 Invalid Provisioning Profile
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM