admin管理员组文章数量:1418061
I have read this post, but I thinks I was facing different problems from the author: Managing multiple versions of an iOS App
Currently, our team submitted apps to the testFlight for the QA to test, the project owner would picked a version from release candidates and published to the App Store after the tested version was passed.
Say our client reported a bug on 2.2.33 version app, and we published a bug free 2.4.0 version with some new features to the App Store.
HOWEVER, the client wants stay on 2.2.xx as their stable production version without new feature.
Is possible to publish an 'older' version on iOS App Store for client to install? i.e, current app version on the App Store was 2.4.0, can I published a 2.2.35 version to the App Store?
Or we should provide our app in other way than publishing to the App Store?
I have read this post, but I thinks I was facing different problems from the author: Managing multiple versions of an iOS App
Currently, our team submitted apps to the testFlight for the QA to test, the project owner would picked a version from release candidates and published to the App Store after the tested version was passed.
Say our client reported a bug on 2.2.33 version app, and we published a bug free 2.4.0 version with some new features to the App Store.
HOWEVER, the client wants stay on 2.2.xx as their stable production version without new feature.
Is possible to publish an 'older' version on iOS App Store for client to install? i.e, current app version on the App Store was 2.4.0, can I published a 2.2.35 version to the App Store?
Or we should provide our app in other way than publishing to the App Store?
Share Improve this question asked Feb 3 at 3:26 Avicii4everAvicii4ever 1751 silver badge10 bronze badges1 Answer
Reset to default 2Nope, you cannot rollback to a prior version. That's why you should establish a new tag
for each release version. If this tag is available, reverting code to it, then creating a kind of hot fix is easier.
The only thing you can do right now is roll back to the 2.2.35
commit and republish it again. i.e. The newest version is 2.4.0, and you must build a new 2.4.1
version, with the code is actually 2.2.35
.
本文标签: Managing multiple versions of same bundle name iOS app on the App StoreStack Overflow
版权声明:本文标题:Managing multiple versions of same bundle name iOS app on the App Store - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745250586a2649801.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论