简体   繁体   English

我可以将我的应用程序的支持限制为仅 iOS 13

[英]Can I limit support of my app to just iOS 13

I would like to know if it's ok to limit support for my iOS app to iOS 13 only?我想知道是否可以将我的 iOS 应用程序的支持限制为仅适用于 iOS 13? In that case, my app won't run on older devices such as iPhone 6 and 6+ which only support iOS 12.在这种情况下,我的应用程序将无法在仅支持 iOS 12 的旧设备上运行,例如 iPhone 6 和 6+。

I am aware of the limited user reach.我知道用户范围有限。 As per Apple's latest stats, 70% of iPhone users have already updated to iOS 13. I am ok with that number.根据 Apple 的最新统计数据,70% 的 iPhone 用户已经更新到 iOS 13。我对这个数字没意见。

Thanks!谢谢!

It is fine.没事。 Just set your app target to above 13.0.只需将您的应用目标设置为 13.0 以上。 and everything will be fine.一切都会好起来的。 I made app with SwiftUI which can only run above iOS13 and it is working like charm.我用 SwiftUI 制作了应用程序,它只能在 iOS13 以上运行,而且它的工作原理很迷人。

Yes, your numbers are correct, https://developer.apple.com/support/app-store/是的,您的数字是正确的, https://developer.apple.com/support/app-store/

You can limit your app only for iOS 13+, Because that number increasing every day.that is the different between iOS and android.你可以限制你的应用程序只适用于 iOS 13+,因为这个数字每天都在增加。这就是 iOS 和 android 之间的不同。 every time iOS latest version run on half of devices after going 6-9 months of its release .每次 iOS 最新版本在发布 6-9 个月后都会在一半的设备上运行。

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

相关问题 我可以将Alamofire更新到版本4,并且在我的应用程序中仍然支持iOS 8吗? - Can I update Alamofire to version 4 and still support iOS 8 in my app? 我可以选择支持iOS 8.4的应用程序吗? - Can I opt that my app support up to iOS 8.4? 如何在我的应用中决定支持最旧的iOS版本? - How can I decide the oldest iOS version to support in my app? 我可以只为我的应用程序使用2套背景图片,但仍支持iPhone 5吗? - Can I use just 2 sets of background pictures for my app and still support iphone 5? Swift onesignal可以让我的应用程序支持ios 9和ios 10通知 - Swift onesignal can I allow my app to support both ios 9 and ios 10 notifications 我如何在iPhone应用程序中同时支持iOS 4.X SDK和iOS 5 SDK? - How can I support both iOS 4.X SDK and iOS 5 SDK in my iPhone app? 我可以使用 Pushkit 唤醒 iOS 13 中的应用程序吗? - Can I use Pushkit to wake app up in iOS 13? 我可以向仅作为iOS 8应用发布的应用添加iOS 7支持吗 - Can I add iOS 7 support to an app that was released as an iOS 8 app only 如果我将 iOS 应用程序目标从 iOS 11 升级到 iOS 13,13 岁之前的用户会发生什么? - If I upgrade my iOS app target from iOS 11 to iOS 13, what happens to pre-13 users? 我们如何在 iOS 13 的当前 iOS 应用中支持暗模式? - How we Support Dark Mode in Current iOS App with iOS 13?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM