英文:
Does Hot Restart works in .NET 7 for iOS? (without MAUI)
问题
我想学习如何仅使用Windows上的Visual Studio和iOS设备开发iOS应用程序。
我了解到如果我使用MAUI,这是可能的。
如果我只使用.NET 7 iOS应用程序(没有MAUI),是否也可以?
另外,还有一个问题:我是否可以在不使用Mac的情况下,从Visual Studio使用免费的配置来部署到我的iOS设备?
英文:
I'd like to learn to develop iOS apps using just Visual Studio on Windows and an iOS device.
I learned that it's possible to do this if I use MAUI.
Is it possible if I also just use .NET 7 iOS app (no MAUI)?
Also, another question: Can I use the free provisioning to deploy to my iOS device from Visual Studio, without a Mac?
答案1
得分: 0
> .NET 7中是否支持iOS上的Hot Restart?(不包括MAUI)
根据限制,目前仅支持使用Xamarin.Forms构建的iOS应用和iOS设备。
此外,要使用热重启将应用程序部署到与Windows连接的本地iOS设备,必须满足一些要求:
- Visual Studio 2019版本必须是16.5或更高版本
- iTunes(Microsoft Store或64位版本)
- Apple开发者帐户和已支付的Apple开发者计划注册
> 我可以使用免费的配置在Visual Studio中将应用程序部署到我的iOS设备上吗?无需Mac?
我认为这是不可能的,因为您需要使用Xcode创建签名标识和配置文件。
有关更多详细信息,您可以参考Xamarin.iOS应用程序的免费配置。
英文:
> Does Hot Restart work in .NET 7 for iOS? (without MAUI)
According to Limitations, only iOS apps built with Xamarin.Forms and iOS devices are currently supported.
Also, there are a number of requirements that must be met to use hot restart to deploy an app to a locally connected iOS device on your Windows:
- Visual Studio 2019 version 16.5 or higher
- iTunes (Microsoft Store or 64-bit versions)
- Apple Developer account and paid Apple Developer Program enrollment
> Can I use the free provisioning to deploy to my iOS device from Visual Studio, without a Mac?
I don't think it's possible because you need Use Xcode to create a signing identity and provisioning profile.
For more details, you can refer to Free provisioning for Xamarin.iOS apps.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论