我可以创建 .ipa 文件并在没有苹果开发者程序的情况下将其发送给我的客户吗

Can I create .ipa file and send it to my customer without apple developer program

我是 ios 编程的新手,想解决我在提取 ipa 文件时遇到的一些问题。

  1. Can I extract .ipa file throw xcode without having developer program but i have developer id and create .ipa file throw PayLoad Process?
  2. How much I am able to do without apple Developer Program?
  3. I want to show progress to my customer, what is the solution?
  4. I am getting Signing Certificate and auto-generate provisioning profiles errors while extracting .ipa file, Are these problem coming because of not having developer programming?
  5. Can I send ipa file to anyone to install and check?

简短的回答是否定的。免费的 Apple 开发者帐户仅允许您在插入 Mac 的设备上部署您的应用程序。如果您需要将 IPA 发送给其他人以安装到他们的设备上,您需要一个完整的开发者帐户(付费)。您还需要他们向您发送设备的 UDID,以便您可以手动将其添加到 Apple 开发人员门户中的设备列表/配置文件中。

如果您想演示进度,我会通过任意数量的在线会议解决方案共享您的屏幕,并在模拟器中演示该应用程序。或者您可以在 Quicktime 中录制实际设备的屏幕并将视频发送给他们。