简体   繁体   English

在真实设备上测试iOS

[英]Test iOS on real device

I am already testing my iOS app on my iPhone and it works great. 我已经在iPhone上测试了我的iOS应用,效果很好。 My client wants to test my app on his own device but the problem is that he is a resident of different country. 我的客户想在自己的设备上测试我的应用程序,但问题是他是不同国家/地区的居民。 Can I send him something like we have "apk" in Android? 我可以向他发送类似我们在Android中具有“ apk”的信息吗?

Yes, this is possible using the "Ad-hoc".Steps: 是的,可以使用“临时”来实现。步骤:

Add Your partner's device to the iOS provisioning portal at developer.apple.com Generate a provisioning profile that includes it for your app. 将您伙伴的设备添加到位于developer.apple.com上的iOS设置门户中,为您的应用生成一个包括它的设置配置文件。 Build the app using this profile. 使用此配置文件构建应用。 Generate an .IPA file using Product->Archive Send it to your partner that .IPA file. 使用Product->Archive 生成 .IPA文件。将该文件发送给您的合作伙伴。 Many more details available in Apple's guides under "Ad-Hoc" testing. Apple的“ Ad-Hoc”测试指南中提供了更多详细信息

This is also a good option. 这也是一个不错的选择。 testflightapp.com testflightapp.com

Yes, you can send him IPA file. 是的,您可以向他发送IPA文件。

See here: creating ipa for distribution to client 请参阅此处: 创建ipa以分发给客户端

OR 要么

you can refer to this link: How to make .ipa file in Xcode 4.5? 您可以参考以下链接: 如何在Xcode 4.5中制作.ipa文件?

I'd look into services such as TestFlight to make the process of publishing and installing the app on your client's machine. 我将研究诸如TestFlight之类的服务,以完成在客户端计算机上发布和安装应用程序的过程。 Get your ad hoc provisional profile and archive your build. 获取您的临时临时配置文件并存档您的构建。 TestFlight will upload it to their servers and email your client that the build is ready. TestFlight会将其上传到他们的服务器,并通过电子邮件向您的客户端发送构建已准备就绪的信息。 From there the installation is a snap. 从那里开始安装。

只是向他发送一个.IPA文件,他看不到使用该文件的代码

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

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