简体   繁体   English

Xcode继续在设备上安装旧的应用程序代码版本

[英]Xcode keep installing older application code version on device

I developed iOS application and archived it then push it to the App Store. 我开发了iOS应用程序并将其存档,然后将其推送到App Store。 Now I made some changes on the code and normally builds it and install it on the connected device, but the changes made on the code NOT reflected on the installed app while the installed app is the same as the pushed version to the App Store. 现在我对代码进行了一些更改,并且通常构建它并将其安装在连接的设备上,但是对安装的应用程序所做的更改未反映在安装的应用程序上,而安装的应用程序与推送到App Store的版本相同。

I tried to clean and build, deleted the app from the device, changed the build version, the app version, and the bundle identifier. 我尝试清理和构建,从设备中删除了该应用程序,更改了构建版本,应用程序版本和捆绑包标识符。 and still the same. 还是一样

NOTE: I am using ionic framework 注意:我正在使用离子框架

So, do I missed something here? 那么,我在这里错过了什么吗?

I solved it. 我解决了

I found in config.xml file that 'id' is differ than the bundle identifier of the application. 我在config.xml文件中发现“ id”与应用程序的捆绑包标识符不同。 So, when I made the id same as the bundle identifier it works. 因此,当我使id与包标识符相同时,它就起作用了。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM