我需要 UUID 来为 iPhone 编程吗?

发布于 2024-07-09 10:01:16 字数 55 浏览 7 评论 0原文

我需要 UUID 来为 iPhone 编程吗? 有人告诉我我需要这个,我怎样才能获得 UUID

Do I need a UUID to program for the iPhone? I was told I need this, how can I get a UUID

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我不吻晚风 2024-07-16 10:01:16

您需要 Apple 提供的开发人员证书才能在实际 iPhone 上安装您的应用程序并将您的应用程序发布到 Apple Store,但您不需要 uuid,除非有人将开发人员证书误认为 uuid 并使用了错误的术语。 要获得证书,您必须加入 Apple 的开发者计划。

You need a developer certificate from Apple to install your application on an actual iPhone and to post your application to the Apple Store but you don't need a uuid unless the person mistook developer certificate for uuid and used the wrong term. To get the certificate you have to join Apple's developer program.

救星 2024-07-16 10:01:16

UUID(通用唯一 ID 号),也称为 UDID(唯一设备 ID 号),是用于将应用程序代码签名到一台或多台设备的认证的一部分。

必须能够将您的应用程序传输到您的 iPhone(或 iPod Touch)以进行测试和临时分发。 您需要进入(并支付 99 美元)Apple 的 iPhone 开发者计划(个人或公司)才能获得使您能够执行此操作的证书。 开发人员通常会要求 Beta 测试人员提供其 UUID,以便开发人员可以创建允许应用程序运行的证书/配置文件。

当您连接 iPhone 时,可以在 iTunes 中找到 UUID。 在“摘要”选项卡上,单击“序列号”,它应更改为“标识符”。 可以通过按 Command-C (Mac) 或 CTRL-C (Windows) 将生成的 40 位十六进制数字复制到剪贴板。

或者,您可以下载Ad Hoc Helper 来自 iTunes AppStore 的应用程序。 当您运行它时,它会创建一封电子邮件,其中在正文中包含您的 iPhone 标识符。

请注意,您可以使用免费帐户下载iPhone SDK,并使用SDK的内置iPhone模拟器进行编程。

UUID, Universally Unique ID number, or also called UDID, Unique Device ID number, is part of the certification used to sign an application's code to one or more devices.

It is necessary to be able to transfer your application to your iPhone (or iPod Touch) for testing and for Ad Hoc Distribution. You need to enter (and pay $99) Apple's iPhone Developer's Program (individual or company) to get the certificate that enables you to do this. It is common for a developer to request beta testers to provide their UUID's so that the developer can create the certificate/provisioning file which allows the application to work.

The UUID can be found in iTunes when you have your iPhone connected. On the Summary tab, click on "Serial Number" and it should change to "Identifier". The resulting 40 digit hex number can be copied to the clipboard by pressing Command-C (Mac) or CTRL-C (Windows).

Alternatively, you can download Ad Hoc Helper app from the iTunes AppStore. When you run it, it creates an email which includes your iPhone's identifier in the body.

Note that you can download the iPhone SDK with a free account and program using the SDK's built-in iPhone simulator.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文