Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ios - Add device to provisioning Profiles managed by Xcode

I am using a provisioning profile that is "managed by Xcode" and i can't edit it so i can add devices to it, the current profile i'm using is set-up to use Push Notifications, and i want to add another device to test on it, i use Hockey to do that and the other device downloaded the app perfectly, but never receives Push Notifications, although on Parse.com it shows that the device the correctly installed and supposedly receiving notifications, but they never show on the device.

like image 485
Abdou023 Avatar asked Oct 11 '14 03:10

Abdou023


People also ask

How do I add a capability to a provisioning profile?

To add a capability to the app target, double-click the capability in the library or drag the capability from the library to the Signing & Capabilities pane. The capability appears below the Signing section.


1 Answers

to add a new device to your provisioning profile, go to :

https://developer.apple.com/membercenter/index.action

Then : Certificates, Identifiers & Profiles -> Devices -> Click on the "+" button and add your device.

In Xcode :

Xcode -> Preferences -> Accounts -> Select your Apple Id on the left column -> Select your team on the right column -> View details -> Click on the refresh button -> Done

Xcode will automatically update your provisioning profile with the new devices.

As Julian J. Tejera pointed out in the comments section, you might also need to restart Xcode.

like image 146
Randy Avatar answered Sep 23 '22 16:09

Randy