Reputation: 65
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
Upvotes: 5
Views: 16326
Reputation: 6532
Try to follow instruction for add new device for testing:
This worked for me:
Thanks...!
Upvotes: 9
Reputation: 2052
If you need to add a testing device, you should go to developer.apple.com -> Member Center -> iOS Provisioning Portal -> Select Devices on the left tab menu-> Press Add Device button -> insert test device UDID and save this new device.
After that you need to go to Provisioning section (on the left tab menu) and create new or edit existing development and distribution provisioning profiles. After that download new development and distribution provisioning profiles on your development Mac, add this profiles in Xcode Organizer to your test devices (iPhones of iPods) and update Target settings of your application project for Code signing (Select your Target -> Build Settings -> Code signing Identity option).
Thats all - now you can run your app on test devices. I would also recommend you to look at TestFlight service, which can provide you a useful way of over-the-air application builds distribution.
Hope that will help you! :)
Upvotes: 12