简体   繁体   English

有人试图将设备UDID批量上传到iPhone开发门户吗?

[英]Anyone tried to bulk upload device UDIDs to the iPhone dev portal?

I'm trying to add 50 beta testers to my app through ad hoc. 我正试图通过ad hoc向我的应用添加50个beta测试人员。 In the portal, it gives you an option to upload a file for UDIDS. 在门户网站中,它为您提供了为UDIDS上传文件的选项。 What format should it be? 它应该是什么格式? Also, it mentioned that you are only limited to 100 devices per year and they cannot be changed. 此外,它提到您每年仅限于100台设备,并且无法更改。 Does this mean once I added my beta testers, they cannot be changed forever, even for other apps? 这是否意味着一旦我添加了我的beta测试者,他们就无法永远改变,即使对于其他应用程序也是如此?

I just verified how it works to bulk upload devices. 我刚刚验证了批量上传设备的工作原理。 You should use a tab delimited text file that looks like: 您应该使用制表符分隔的文本文件,如下所示:

# the first line is ignored
device_id_hex_40_chars    description_text
...                       ...

Save this as a text file and upload to iPhone Developer Program->Devices->Upload Devices. 将其另存为文本文件并上传到iPhone Developer Program-> Devices-> Upload Devices。

It should also be possible to upload a file in XML-format, but haven't found documentation how that's supposed to be structured. 也应该可以上传XML格式的文件,但是没有找到文档应该如何构建。 I guess it's easier if you're in the Enterprise program and can manage all devices in the iPhone Configuration Utility. 我想如果您使用的是Enterprise程序并且可以管理iPhone配置实用程序中的所有设备,则会更容易。

Edit: The first line of the file is ignored. 编辑:忽略文件的第一行。

I'd start with trying a simple newline-separated file of UDIDs. 我首先尝试一个简单的换行符分隔的UDID文件。 Make a plain text file in TextEdit or Notepad, then format it something like: 在TextEdit或Notepad中创建纯文本文件,然后将其格式化为:

UDID1
UDID2
...

As for the 100-UDID limit, you can delete those whenever you like, but you can only add 100 devices per year. 至于100-UDID限制,您可以随时删除它们,但每年只能添加100个设备。 So if you add 50 now, and 50 tomorrow, that's it for the year. 所以,如果你现在加50,明天加50,那就是今年。 You can delete all of them a week from now, and you'll be stuck with 0 UDIDs until the new year, since you can't add more than the 100 you already used. 您可以从现在开始一周内删除所有这些内容,并且在新的一年之前您将遇到0个UDID,因为您无法添加超过已使用的100个。 Moral of the story: add UDIDs carefully. 故事的道德:仔细添加UDID。

如果您使用@ Ciryon的表单(制表符分隔值),请记住包含将被导入过程忽略的标题行

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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