iOS must developement and distribution bundle iden

2019-08-31 04:57发布

I'm adding on Push Notification to an existing app on the App store. I've asked the question here but I've not been able to resolve it. It keeps on telling me the identifier is not available. So I'm going back to simple questions first.

  1. Do I keep on using the same ID or when developing do I need a different ID?
  2. During development do I choose a different "team" there? (What exactly is that field anyway? Is that the certificate?)

enter image description here

EDIT:

I've finally am able solved my problem in my edit of the problem here.

2条回答
混吃等死
2楼-- · 2019-08-31 05:27

You can use single bundle identifier. But you need to generate development certificate with push notification feature turned on. Then you won't be face any issue.

Update bundle identifier as shown below in Member centre.

Select identifier from Member centre.

Select identifier from development centre

Then edit identifier and enable push notification from there.

enter image description here

Then develop development certificate for it and install in machine.

Then retry to fix issue using capabilities. It should be working.

查看更多
Lonely孤独者°
3楼-- · 2019-08-31 05:31

You can use the same Id and team but you should enable development and distribution certificate in member centre if it is disabled or expired.

查看更多
登录 后发表回答