没有付费的苹果开发者账户即可生成ipa
我们可以在没有付费Apple开发人员帐户的情况下从Xcode生成ipa吗?我想共享ipa,以便可以将其安装在任何iPhone上.
Can we generate ipa from Xcode without paid apple developer account? I want to share ipa so that it can be installed on any of the iPhone.
谢谢
否,除非iPhone已越狱,否则您将无法在iOS设备上运行未签名的代码.没有开发者帐户,无法为iOS生成签名的IPA.一个免费的开发者帐户将允许您构建一个应用程序,该应用程序将在一组预定义的设备上运行7天(您需要注册要在其上运行代码的所有设备).
No, unless the iphones are jailbroken, you cannot run unsigned code on iOS devices. There's not way to generate a signed IPA for iOS without a developer account. A free developer account will allow you to build an app that will run for 7 days on a pre-defined set of devices (you would need to register any devices on which you want the code to run).
但是,如果您可以在没有签名过程的情况下构建和部署应用,则开发人员可以绕过App Store,这是Apple出于多种原因所不希望的.
But if you could build and deploy an app without the signing process, developer could bypass the App Store, which is something Apple doesn't want for multiple reasons.