Today I finally got my Developer Company account. I am working on the application, first on my personal account, and today I need to move the application to the company account. So I created a new Bundle-Identifier on developer.apple.com and changed the Bundle-Identifier also in my Xcode project. In addition, I added an account to Xcode, changed Signing to my new company account, and allowed Xcode to fix problems with the Provisioning-File-Troubles file. (In Xcode, I see two member members from one account, one of them is an agent, the other user. It may be important that I select a team member agent. Unfortunately, I cannot change, because then I get a message the error "change to a unique identifier bundle-id, because the bundle identifier is already in the Agent-Team? ^^) Working with Simulator works fine, but when I want to test on my phone, I get the following error: The entitlements specified in your application's Code Signing Entitlements file are invalid, not permitted, or do not match those specified in your provisioning profile. (0xE8008016).
If I click next to the initialization file, I see the following rights:
And in the "Rights" section, I turned on only Push-Notifications. But it was like this before changing the package id
SSB95 source share