how to add New device for testing and make a new certificate for testing

ios, xcode

Solution

Try to follow instruction for add new device for testing:

This worked for me:

- Login to your iphone provisioning portal through developer.apple.com

- Add the UDID in your iphone device Go back to XCode, open up the Organizer and

- select "Provisioning Profiles", ensure that "Automatic Device Provisioning" is checked on the top right pane, then click on the "Refresh" button, and magically all your devices set in the provisioning portal will be automatically added.

Thanks...!

Problem

I have a exiting certificate for testing on device but i have added a new device for testing so how may create a new provisioning so that i can test the app on new device also

Original source