简体   繁体   English

在我的设备上安装iPhone应用程序

[英]Install iPhone application in my device

I was recently developing an iPhone application using Xcode. 我最近正在使用Xcode开发iPhone应用程序。 Now I want to install this app on my iPhone in order to test it.How can I do this? 现在我想在iPhone上安装此应用程序以对其进行测试。我该如何做? could you tell me please a step by step answer because I am new to this. 你能告诉我一步一步的答案,因为我是新来的。

I have already created an account on the iPhone Dev Center now what is the next step? 我已经在iPhone Dev Center上创建了一个帐户,下一步是什么?

As per Apple guidelines: 根据Apple准则:

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. 要在各种设备和iOS版本上测试您的应用程序,请创建一个特殊的分发配置文件(称为临时配置文件),并将其与应用程序一起发送给测试人员。 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. 临时配置配置文件不需要将测试人员注册到Apple开发人员计划中,也不需要将其添加到您的团队中,创建签名证书或使用Xcode来运行您的应用程序。 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 ? 如果是的话如何?

go to memeber login area and login with your credential.. 转到会员登录区域并使用您的凭据登录。

在此处输入图片说明

go to certificate , Identifiers & Profile tab 转到证书,标识符和配置文件选项卡

在此处输入图片说明

go to keychain access and create a .csr file and save it, it'll required for creating certificates 进入钥匙串访问并创建一个.csr文件并保存,这是创建证书所必需的

在此处输入图片说明

  1. create a certificate from certificate tab 从证书选项卡创建证书
  2. create App Ids from identifier tab 从标识符标签创建应用ID
  3. Register your device UDID from Devices tab 从设备选项卡注册设备UDID
  4. Create distribution profile from Provisioning Profile tab and download & save it. 从Provisioning Profile选项卡创建分发配置文件,然后下载并保存。
  5. Install the Provisioning profile to your device and build your project using that profile. 将Provisioning配置文件安装到设备上,并使用该配置文件构建项目。

在此处输入图片说明

Archive your project and create .ipa file 存档您的项目并创建.ipa文件

在此处输入图片说明

Final step: Install that .ipa file to your device. 最后一步:将.ipa文件安装到设备上。

Hope it'll help you. 希望对您有帮助。 Happy Coding..... 快乐编码.....

使用免费帐户,您can not在设备上测试/运行应用程序。

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

相关问题 在我的应用程序中访问iPhone设备登录邮件 - Access iphone device login mail in my application 如何在iPhone模拟器中安装我的应用程序OTA - how to install my application OTA in iphone simulator 无法通过iPhone配置实用程序在设备上安装应用程序 - Can't install an application on device via iPhone Configuration Utility 无法验证...的代码签名...无法在我的iPhone上安装应用程序 - Failed to verify code signature of… Can't install application on my iPhone 为什么我的应用程序不能安装在模拟器或设备上 iOS xcode - Why won't my application install on simulator or device iOS xcode 无法在我的 iOS 设备上安装 React Native 应用程序 - Unable to install react native application on my iOS device 尝试在我的iPhone上运行我的应用程序进行调试时,我在XCode中收到“无法安装应用程序”错误 - I get “Can't install application” error in XCode when trying to run my application on my iPhone for debug 无法在特定的 ios 设备中安装我的 Adhoc ios 构建(iPhone XS - iOS 14.2) - Can't install my Adhoc ios build in a specific ios Device (iPhone XS - iOS 14.2) 如何在我的设备上而不是在iPhone 6模拟器中运行React Native应用程序? - How do I run my React Native application on my device rather than in IPhone 6 simulator? 无法在iPhone上加载/安装应用程序 - Unable to load/install application on iPhone
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM