在我的设备中安装iPhone应用程序 [英] Install iPhone application in my device

查看:116
本文介绍了在我的设备中安装iPhone应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近使用Xcode开发了一个iPhone应用程序。现在我想在我的iPhone上安装这个应用程序以测试它。我该怎么做?你能不能一步一步地告诉我答案,因为我是新来的。

I was recently developing an iPhone application using Xcode. Now I want to install this app on my iPhone in order to test it.How can I do this? could you tell me please a step by step answer because I am new to this.

我已经在
iPhone开发中心
现在下一步是什么?

I have already created an account on the iPhone Dev Center now what is the next step?

根据Apple指南:


要在各种设备和iOS版本上测试您的应用,请创建一个特殊的分发配置文件,称为临时配置文件,并将其与应用程序一起发送给测试人员。临时配置文件不要求测试人员注册Apple开发人员计划,添加到您的团队,创建签名证书或使用Xcode来运行您的应用程序。相反,应用测试人员只需在其设备上安装应用和临时配置文件即可启动应用。然后,您可以在发布应用程序之前收集和分析来自这些测试人员的崩溃报告或日志,以解决问题。

To test your app on a variety of devices and iOS versions, create a special distribution provisioning profile, called an ad hoc provisioning profile, and send it, along with the app, to testers. An ad hoc provisioning profile doesn’t require that testers be enrolled in an Apple Developer Program, be added to your team, create signing certificates, or use Xcode to run your app. Instead, app testers simply install the app and the ad hoc provisioning profile on their device to launch the app. You can then collect and analyse crash reports or logs from these testers to resolve problems before you ship your app.

我能做什么是这里提到的?如果是,如何?

Can I do what is mentioned here? and if yes how ?

推荐答案


转到memeber登录区域并使用您的凭证登录..

go to memeber login area and login with your credential..


转到证书,标识符&个人资料标签

go to certificate , Identifiers & Profile tab


转到钥匙串访问并创建.csr文件并保存,它需要
创建证书

go to keychain access and create a .csr file and save it, it'll required for creating certificates



  1. 从证书标签创建证书

  2. 从标识符选项卡创建应用程序ID

  3. 从设备选项卡注册设备UDID

  4. 从Provisioning Profile选项卡创建分发配置文件并下载&保存它。

  5. 将Provisioning配置文件安装到您的设备并使用该配置文件构建项目。

  1. create a certificate from certificate tab
  2. create App Ids from identifier tab
  3. Register your device UDID from Devices tab
  4. Create distribution profile from Provisioning Profile tab and download & save it.
  5. Install the Provisioning profile to your device and build your project using that profile.



归档你的项目并创建.ipa文件

Archive your project and create .ipa file


最后一步:安装.ipa文件到您的设备。

Final step: Install that .ipa file to your device.

希望它能为您提供帮助。快乐编码.....

Hope it'll help you. Happy Coding.....

这篇关于在我的设备中安装iPhone应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆