Apple iphone app transfer or app replacement

风流意气都作罢 提交于 2019-12-01 08:33:58

If you keep the Appidentifier the same between the original version and the new version you will submit, this should work as expected. (But nobody has much know-ho of the new "transfer" option yet) So, you process would be as follows:

  1. Hand the old developer your TeamID and your Apple ID
  2. The old developer transfers the current App over to your team
  3. Once done (no clue how long that takes), you have the app in your itunes connect
  4. Now you add a new version of the App to itunes connect and mark it as ready to upload
  5. You upload your newly coded app that meets these criteria:

    • Application Bundle Identifier is the same as with the App you're updating
    • Your new App is signed with a correct certifcate/provisioning profile (just correct for the appid, doesn't have to be the same one)
    • The BundelVersion and BundleShortVersionString are at higher than those of the already submitted applications.

So basically, it will work just like a regular update.

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