简体   繁体   English

Itunes上的Bundle ID连接?

[英]Bundle ID on Itunes connect?

I am having a problem here in itunes connect. 我在iTunes中遇到问题。 My bundle ID is "myapp" on itunesconnect, please note this is an app that i have already submitted. 我的捆绑ID是itunesconnect上的“myapp”,请注意这是我已经提交的应用程序。 Now i am trying to implement push notification. 现在我正在尝试实现推送通知。

So i created a new app ID com.domain.app. 所以我创建了一个新的应用程序ID com.domain.app。 But as usual it wont accept the app while uploading saying the Bundle Id is different as usual. 但是像往常一样,它在上传时不会接受应用程序,说Bundle Id与往常不同。 So if i rename the application and upload a new application, will i be able to set the version as 1.x or should i set it to 1.0? 因此,如果我重命名应用程序并上传新的应用程序,我是否可以将版本设置为1.x或者我应该将其设置为1.0?

Many thanks :) 非常感谢 :)

You do not need to submit new app to implement push notification. 您无需提交新应用即可实施推送通知。 You can add version implementing this feature. 您可以添加实现此功能的版本。 You need to make an explicit app ID [if your previous App id is wild card type] same as your bundle id of current project with push notification enabled. 您需要制作一个明确的应用ID [如果您以前的App ID是通配符类型]与启用了推送通知的当前项目的包ID相同。 Then make a distribution provisioning certificate using it. 然后使用它制作分发配置证书。 Then sign, validate and submit to app store. 然后签名,验证并提交到app store。

If you upload the newly named application with a new bundle ID, then yes, you may start the version out at 1.0 all over again, or whatever version number you desire for that matter. 如果您使用新的捆绑包ID上传新命名的应用程序,那么您可以重新开始1.0的版本,或者您想要的任何版本号。 As far as iTunes Connect is concerned, it is a new application, and not actually an update of the product. 就iTunes Connect而言,它是一个新的应用程序,实际上并不是产品的更新。 Of course, in doing so, you will also need to have created a new distribution provisioning profile as well. 当然,在这样做时,您还需要创建新的分发配置文件。

If you are adding features to an existing product, why a change of name and/or bundle ID? 如果要向现有产品添加功能,为什么要更改名称和/或捆绑ID?

If you wish to retain this as an update, you will need to retain the same bundle ID when submitting. 如果您希望将其保留为更新,则在提交时需要保留相同的包ID。 The Application Loader will check all that and block you from submitting. Application Loader将检查所有这些并阻止您提交。 Your application info must match what you have in iTunesConnect. 您的应用程序信息必须与iTunesConnect中的相同。 Any differences will kick you out. 任何分歧都会让你失望。 You also can't go backwards in version numbers for updates. 您也无法在版本号中反向更新。 New applications are of course fine. 新的申请当然很好。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM