Note that there are some explanatory texts on larger screens.

plurals
  1. POAdding new iPhone UDIDs to provision profile without an apple dev account
    text
    copied!<p>I'm part of the design (I've had experience with python, php, jquery, and java, but never ObjC) team for our application and was handed off some of the developer responsibilities with our iPhone developer went on his vacation. From the developer, I have the project source, his p12 private key, and the mobileprovision file.</p> <p>Already, I've encountered this error when attempting to build the application on a device:</p> <pre><code>Code Sign error: The identity 'iPhone Developer: xxxxxx xxxxx (xxxxxxxxxx)' doesn't match any valid certificate/private key pair in the default keychain </code></pre> <p>despite XCode apparently recognising the distro and keychain (I used <code>security import xx.p12 -k ~/Library/Keychains/login.keychain</code> to import the <code>p12</code> file; and there are both the private key and the iPhone Distribution: xxxx xxxxxxx certificate in the keychain GUI.</p> <p>This I am pretty sure I can solve, but my main concern is whether I can add new UDIDs for the beta tests, which are occurring next week. The methods I've seen all involve adding devices via Apple's dev centre, and then downloading; i.e. no way to add UDIDs locally. Our developer is running it off of his personal Apple Dev license ($99 one), which we don't have the password for.</p> <p>So main question: is there any way to add UDIDs to our distro WITHOUT using the Apple dev centre (i.e. locally), or worse case, can I register my account as an apple developer and then add the UDIDs to that new account to distribute?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload