简体   繁体   English

Swift:Xcode 7.3.1 将 iOS 应用程序安装到没有 Xcode 的设备中

[英]Swift: Xcode 7.3.1 install an iOS app into a device without Xcode

I have built an app via Xcode 7.3.1.我已经通过 Xcode 7.3.1 构建了一个应用程序。 I could install it using Xcode with an apple account (Not an iOS developer).我可以使用带有苹果帐户(不是 iOS 开发人员)的 Xcode 安装它。

However, if some people want to use my app, they need to connect to my Mac or install Xcode on their own Mac.但是,如果有人想使用我的应用程序,他们需要连接到我的 Mac 或在他们自己的 Mac 上安装 Xcode。 I want to package my app as an application so they could download from somewhere.我想将我的应用程序打包为一个应用程序,以便他们可以从某个地方下载。

I have seen some people post their app online and use a QR code for downloading.我看到有些人在网上发布他们的应用程序并使用二维码进行下载。 How to let others download it and install it to the device without uploading to the Apple Store or using Xcode?如何让其他人下载并安装到设备上,而无需上传到 Apple Store 或使用 Xcode? Thanks in advance for any other solutions.在此先感谢您提供任何其他解决方案。

As you are not own developer membership, you can't install your app to real device without Xcode.由于您不是自己的开发人员会员,因此没有 Xcode,您无法将您的应用安装到真实设备上。

To install you app to a real device without Xcode, first off all you need to export your app to an ipa file (To do so, you need an developer account).要将您的应用程序安装到没有 Xcode 的真实设备上,首先您需要您的应用程序导出到 ipa 文件(为此,您需要一个开发者帐户)。

Then if you have right to access iTunes Connect那么如果您有权访问 iTunes Connect

you can use TestFlight你可以使用TestFlight

else别的

you can use something like TestFairy ..你可以使用类似TestFairy ..

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

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