Apple iphone app transfer or app replacement

前端 未结 1 741
情深已故
情深已故 2021-01-14 05:08

We have built an inhouse version of an iPhone application that is to replace another that is already available from another developer.

I was wondering if you think w

相关标签:
1条回答
  • 2021-01-14 05:31

    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.

    0 讨论(0)
提交回复
热议问题