我是否需要UUID才能为iPhone编程?

时间:2021-06-21 20:20:11

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

我是否需要UUID才能为iPhone编程?我被告知我需要这个,我怎么能得到一个UUID

2 个解决方案

#1


5  

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.

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

#2


5  

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.

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

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.

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

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).

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

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.

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

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

请注意,您可以使用SDK的内置iPhone模拟器下载带有免费帐户和程序的iPhone SDK。

#1


5  

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.

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

#2


5  

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.

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

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.

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

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).

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

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.

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

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

请注意,您可以使用SDK的内置iPhone模拟器下载带有免费帐户和程序的iPhone SDK。