Xcode 12 adding Push Notifications Capabilities #3687
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
In my Xcode 12 I see exactly as in your first screenshot. On the other ones look like you are creating a new target for push notifications, which is a totally different thing, that's used for sending push to Apple watch and things like that. |
Beta Was this translation helpful? Give feedback.
-
As @jcesarmobile points out, it still looks like that. 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). Tap the "+ Capability" button that one of the arrows is pointing at and you will get a pop up with all of the possible entitlements listed so you can add "Push Notifications". Xcode will automatically create the entitlements file for you. |
Beta Was this translation helpful? Give feedback.
-
Awh really what a Noob. I was clicking on the + at the bottom instead of capability. Let's just say I had a long day. Thanks for pointing me in the right direction. |
Beta Was this translation helpful? Give feedback.
As @jcesarmobile points out, it still looks like that. 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). Tap the "+ Capability" button that one of the arrows is pointing at and you will get a pop up with all of the possible entitlements listed so you can add "Push Notifications". Xcode will automatically create the entitlements file for you.