A. Savva
A. Savva

Reputation: 632

XCode - Enabling push notifications requires already added Apple ID

Trying to enable push notifications for my iOS app, it pops up this dialog:

dialog

I have already added one Apple ID, I have even tried adding two, but the dialog still pops up. I searched the web for an answer, I got referred to this webpage, but apparently it does not exist anymore.

Am I doing something wrong? I am new to XCode development.

Upvotes: 0

Views: 455

Answers (1)

tuandapen
tuandapen

Reputation: 284

To enable Push Notifications of your app, apple require developer as below:

  1. Become apple developer membership
  2. Enable Push Notification from sections "Certificates, Identifiers & Profiles >> Identifiers >> Your App" in Apple Developer page.

Upvotes: 2

Related Questions