All Collections
Help & Troubleshooting Guides
Deployment & CodeMagic
What To Do When Sign In for "ImageNotification" Requires a Development Team
What To Do When Sign In for "ImageNotification" Requires a Development Team

You’ll need to create an Identifier on developer.apple.com called: [yourbundleID].ImageNotification

A
Written by Ashley
Updated over a week ago

To resolve, you’ll need to create an Identifier on developer.apple.com called: [yourbundleID].ImageNotification. Here's a link to the instructions on how to do this.

Adding the Identifier

You must add an Identifier to be able to send the push notifications to the iOS devices after you deploy your app to the app store.

To add an Identifier:

  1. From your Apple developer account open the Identifiers section.

  2. Click on the (+) button on the right side of the Identifiers label.

  3. Select the App IDs and click Continue.

  4. Select the Type App and click Continue.

  5. Enter the Description as ImageNotification.

  6. Enter the Bundle ID as your package name and add .ImageNotification in the end.

  7. Click Continue and then click Register.

Did this answer your question?