我的 iPhone 上的 Flutter 应用程序(没有 Apple Store)
晚上好,我在想是否有可能在我自己的 iPhone 上完全下载(不仅仅是调试)我用 Flutter 制作的应用程序,而无需通过 App Store,也无需 Apple 的开发者帐户。提前致谢!
编辑:如果我使用 React Native 而不是 Flutter 开发应用程序是相同的,或者在这种情况下我可以下载它吗?
Good evening, I was wandering if there is the possibility to fully download (not just debug) an app made by me with Flutter on my own iPhone without passing through the App Store and without the developer account of Apple. Thanks in advance!
Edit: If I develop the app with React Native instead of Flutter is the same or in that case can I download it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
实际上,你不能这样做,因为你必须需要开发者帐户才能在手机上安装该应用程序。这是 iOS 要求,但您可以创建免费金额,然后只需一周即可创建免费证书。
https://developer.apple.com/forums/thread/47843
Actually, you can't do that because you have to need developer account to install the app on your phone. That's iOS requirements, but you can create free amount then you create free certificate just one week.
https://developer.apple.com/forums/thread/47843
要在 iOS 设备上安装 Flutter 应用程序,您需要生成 IPA 文件或在 App Store 中发布您的应用程序。为了能够实现这一目标,您需要两件事:
对于 1,有解决方案。如果您没有 Mac,您可以使用 odevio 等服务来配置和构建您的应用程序。它非常容易使用。
对于2,你实际上没有选择。为了能够在物理设备上安装应用程序,您必须在开发者帐户中添加设备 UDID。否则 IPA 将无法安装。
To install a Flutter app on an iOS device you need to either generate an IPA file or publish your application in the App Store. To be able to achieve that you need two things :
For 1 there are solutions. If you do not own a Mac you can use services like odevio to configure and build your app. It's pretty easy to use.
For 2, you do not really have a choice. To be able to install an app on a physical device you have to add the device UDID in your developer account. Otherwise the IPA will not be installed.