Update iOS app from Objective C to Swift

本秂侑毒 提交于 2019-12-13 15:18:38

问题


I have an iOS app which is currently live on AppStore. Now the app needs a major updation both design and functionality. The app is already developed using Xcode 7 and Objective C.

I would like to rebuild the project with Swift code. I am not using core data in app

Can I update the app as a new version of existing live app ?


回答1:


Yes you can. If you will keep same bundle identifier as is, there is no doubt it's possible, even if you will build it from the scratch, the itunesconnect will recognize it as the same app. I assume that you should update the version number -like any update should be done- and it should be fine; Regarding to changing the used programming language (from Objective-C to Swift), it would not make any issue.



来源:https://stackoverflow.com/questions/45086614/update-ios-app-from-objective-c-to-swift

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!