简体   繁体   English

iOS - 需要 iOS 13+

[英]iOS - Require iOS 13+

In my flutter application, it uses "Sign in with Apple", which requires iOS 13. Is there a way to require iOS 13+ on the app store?在我的 flutter 应用程序中,它使用“使用 Apple 登录”,这需要 iOS 13。有没有办法在应用商店中要求使用 iOS 13+? I do not want non-iOS 13+ users downloading it as they will not be able to login.我不希望非 iOS 13+ 用户下载它,因为他们将无法登录。

That is determined from the xcode before uploading the compilation to the store, you must select in version iOS 13 in target那是在编译上传到商店之前由xcode确定的,你必须在target中选择iOS 13版本

在此处输入图片说明

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM