简体   繁体   English

我的应用程序ID在当前ios应用程序的下一版本中是否应该相同

[英]should my app id need to be same in the next version release of the current ios application

我有一个ios应用程序,该应用程序与app id ex-123.com一起使用,并且我创建了新的app id ex-987.com,并根据新的app id生成了我的证书,并根据新的app id构建了该应用程序。现在,如果IAM在iTunes Connect中更新应用程序,它是否反映了当前应用程序,或者由于新的应用程序ID而将在AppStore帐户中创建新应用程序?

If you change the bundle identifier then you will have to set it up as a new app. 如果更改包标识符,则必须将其设置为新应用。 The bundle identifier is the unique ID for the app so without it all users who have downloaded the app would not receive the update and any metrics would also be lost. 捆绑包标识符是该应用程序的唯一ID,因此如果没有该标识符,则所有下载该应用程序的用户都不会收到更新,并且所有指标也将丢失。

There are a number of posts on forums regarding this such as the following: 论坛上有许多与此相关的帖子,例如:

https://forums.developer.apple.com/thread/14005 https://forums.developer.apple.com/thread/14005

If you are changing the bundle identifier to associate the app with a different account then you should used a transfer request instead. 如果您要更改捆绑包标识符以将应用程序与其他帐户相关联,则应改用转移请求。

为了在所有版本中更新同一应用,应用ID必须始终相同

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我的xamarin表单的发布版本iOS应用程序在应用程序启动时崩溃 - Release version of my xamarin forms iOS app is crashing on application launch Beta /开发人员发布的应用程序可以(并且应该!)使用与正式版相同的Apple App ID吗? - Can (and should!) a beta / developer's release of an app use the same Apple App ID as the production version? 发行我的应用的独家ios5版本 - Release an exlusive ios5 version of my app 如何构建iOS应用程序的发行版,并让Apple的Application Loader找到它? - How do I build the release version of my iOS app and get Apple's Application Loader to find it? 我需要为Android和iOS中的同一应用程序使用单独的Facebook App ID吗? - Do I need to have seperate Facebook App ID for my same app in Android and iOS? iOS应用发布-相同的捆绑包ID,但不同的开发者帐户 - iOS app release - same Bundle ID but different Developer accounts 我应该避免为新版本更改我的iOS应用程序的CFBundleName吗? - Should I avoid changing the CFBundleName of my iOS app for a new release? 当应用商店中有可用的新更新(最新版本)时,需要在我的iOS应用中显示通知 - Need to display a notification in my iOS application when there is new update (latest version) available in app store iOS应用程式发布版本编号 - iOS app release bundle id 开发新版本的iOS应用。 需要新的捆绑包ID? - Developing new version of iOS app. Need new bundle ID?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM