有没有办法从 Visual Studio 为 iPhone 生成没有 Apple Developer Account 的安装文件

Is there a way to generate installation file for iPhone without Apple Developer Account from Visual Studio

我想生成 IPA 文件并上传到我工作中的私人网页。

我的 Apple 开发者帐户已过期,我正在寻找创建安装文件的方法?

在我看来,Apple 帐户始终是必需的。

您现在可以使用免费的 Apple 开发者帐户在您的设备上进行测试。也许您可以降级现有帐户,或创建一个新帐户。

参见:https://developer.apple.com/support/compare-memberships/

免费配置 允许 Xamarin.iOS 开发人员在 iOS 设备上部署和测试他们的应用程序,而无需加入 Apple Developer Program。而模拟器测试既有价值又方便。

您可以查看下面的 link 以了解更多信息:

https://docs.microsoft.com/en-us/xamarin/ios/get-started/installation/device-provisioning/free-provisioning?tabs=windows