简体   繁体   中英

Apple Developer Portal adding UDID: 'invalid or already registered'

I attempted to add a device UDID to the Apple Developer Portal(copy-pasted from iTunes device summary), but I received this error:

"The following devices are either already present and were not modified or contain invalid identifiers"

The UDID has never been added before, and it is identical to the UDID visible in the Xcode devices view as well as the iTunes device summary, so I believe this error is invalid.

A family member gave me this older iPad2, (running iOS9.3.5) that I'm trying to add the UDID for. She purchased it directly from Apple. It is not jailbroken or altered in any way. (Including this statement to reassure the reader that I'm 100% positive nothing has been altered.) I have added many devices to the portal in the past, and never encountered this issue. Not even sure where to begin to solve this. I filed a bug report with Apple.

I also encountered the same issue, but I found that I made a mistake. In my case, there was a same UDID in the device list. Try to check this first.

另一个原因是如果最后一列不是“ios”或“mac”(通过 csv 文件导入时)

在设备列表中禁用它,然后再次使用 Xcode 注册

This can happen if you're importing bulk devices via csv import, and the file is plain ascii. The fix is to recreate the file with a UTF-8 BOM added to the first line ( see here )

It may just say that, allthough it registers fine. Check again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM