转让 iOS 和 Android 应用的所有权

Transferring ownership of iOS and Android apps

这里的任何人都可以告诉我 iOS 和 Android 应用程序的所有权转让是否会改变应用程序的访问位置 URL。我有一个客户,以前的开发人员为他们发布了应用程序,我建议他们应该获得自己的开发人员帐户,然后将应用程序转移给他们。他们唯一担心的是,他们已经在世界各地印制了 material 二维码,可以将您带到应用商店。所以他们想知道它是否会继续有效。

我确实发布了这可能有点跑题了。

谢谢大家

此处说明了它将不会做什么:https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/TransferringAndDeletingApps.html

After an app is transferred, its associated App ID is also transferred to the recipient’s Member Center account. If the transferor’s App ID was a wildcard App ID, it’s converted to an explicit App ID that exactly matches the app’s bundle ID. Associated client SSL certificates for push notifications aren’t transferred. If the app uses Apple Push Notifications service (APNs), the recipient needs to create a client SSL certificate using Member Center to reenable it.

For games, several actions take place depending on whether the app was associated with any other apps. Apps that are part of a cross-app Multiplayer Compatibility Matrix are no longer compatible or appear in the other app’s matrix.

Apps that are part of a Game Center group are removed from the group during the transfer. After the transfer, all leaderboards and achievements revert back to their original status. Leaderboards that were originally a group leaderboard retain the grp. prefix in their identifier.

Leaderboards that were originally single leaderboards but were merged into a group lose the grp. prefix. They also revert back to the original leaderboard IDs they had before the merge. Make sure you update the app build with the new leaderboard IDs so that scores are posted correctly.

If you transfer an app that is part of an app bundle, you will no longer be able to view your app bundle’s history. It is important to make a record of your app bundle information before you transfer the app, as you will no longer be able to access the bundle within iTunes Connect.

If you transfer an app that uses ApplePay, the merchant ID is not transferred along with the app. Transactions continue to be successful as long as the original certificates are valid. However, when you submit an update, the recipient needs to create a new merchant ID on his or her account

所以即使你的游戏分数保持完好。我认为 URL 也会保持不变。

appID 保留了所以是的,继续。