Is there a way to add a device to a provisioning profile without using the Apple Developer Portal?

The Apple Developer Portal has been down for more than one day, is there a way to add the device to the provisioning profile without using http://developer.apple.com/iphone/ ?

I am wondering if Xcode 4.5 has some functionality that allows this, however, from Apple's manual , this is not possible.

EDIT: I tried using Xcode 4.5 to add the device to the profile by clicking "use this device for development", which should, I suppose, add the device to the lookup configuration profile. However, it does not work, and I get the following:

enter image description here

I believe that the error can be caused by the fact that the server is not working, because I do not have a list of β€œSupported Xcode versions of iOS”. There are other questions , but I think this is a different EXAMPLE USED because we are dealing with a situation where the Apple developer server is turned off, and therefore it is possible that my Xcode is working fine.

I tried to check for updates in the Settings-> Downloads-> Components section, but the update is not available. This is normal? This is what I see on my tab, but it seems strange to me that there is no iOS 6.0 simulator ...

enter image description here

+6
source share
2 answers

It seems that the development server has not been working since Thursday due to hacking attacks .

It seems that we have to wait for the "bye" and that there is no way with this. This is very sad since it slows down development and testing, but hopefully they will build a more secure system.

http://venturebeat.com/2013/07/22/apple-developer-site-still-down-apple-extending-developer-memberships/

0
source

Unable to add devices to the Provisioning Profile without using the Apple Developer Portal. There is only one place where you can create training profiles or add devices, and this is Developer.apple.com

0
source

Source: https://habr.com/ru/post/949934/


All Articles