Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Your development team does not support the Push Notifications capability

Tags:

ios

Showing All Messages

Your development team, " ACCOUNT NAME", does not support the Push Notifications capability.

like image 862
jagadeesh guggilam Avatar asked Apr 24 '19 11:04

jagadeesh guggilam


People also ask

How do I add push notification capabilities?

Select the Signing & Capabilities tab. Click the + Capability button in the top right corner. Search for and select Push Notifications from the menu that pops up. Notice the Push Notifications capability added below your signing information.

How do I enable push notifications on iOS?

Go to Settings and tap Notifications. Select an app under Notification Style. Under Alerts, choose the alert style that you want. If you turn on Allow Notifications, choose when you want the notifications delivered—immediately or in the scheduled notification summary.

Can't find push notifications in capabilities in Xcode?

If the "Push Notifications" box is not appearing in that view below the signing section, that means you need to add it (it probably means your project doesn't have an entitlements file).


2 Answers

There are 2 possibilities:

  1. If your Apple account is not enrolled with developer program. Please get your apple account enrolled with the Apple developer program.
  2. If your Account registered as an organization, you might be using the account of an individual person for "Signing Team". Please select the organization as "Signing Team".
like image 126
Akash Sharma Avatar answered Oct 11 '22 18:10

Akash Sharma


You need to enable push notifications in your capabilities and check if it is enabled in the developer portal. Here is a tutorial that will help.

like image 29
nishith Singh Avatar answered Oct 11 '22 18:10

nishith Singh