简体   繁体   中英

Can an IOS app only support iOS7?

I built a game which fully optimised with iOS7 many effects are not supported or not run well in iOS6 and cannot run in iOS5.

May I know if it is acceptable by App Store?

and Can I ask user to upgrade to iOS7 if detect device is below iOS7?

thank you

You can alert user if iOS version is less than iOS7 but for that your app needs to support iOS < iOS7 and all features UI and functional should be supported right from minimum supported version. App store may reject your app if it technically supports lower versions but is buggy.

Instead, you should set application deployment target as iOS7. This will allow to download and install your application only on iOS7 and above device.

For setting this goto your Xcode project->Target->Build Settings->iOS Deployment Target and set iOS7.

在此处输入图片说明

So when user visits your app on the app store he will see this for your app.

在此处输入图片说明

Even Apple's own applications like Pages , Keynote support iOS7 and above.

Hope that helps!

Yes , i know an application that is only supported on iOS 7.0 and above. Check this https://itunes.apple.com/us/app/buzzfeed/id352969997?mt=8

yes. You can set but you lose most user my suggestion set iOS6 as your deployment target it's best.

I highly recommend that you only support the latest two versions. Supporting the latest three iOS versions would only be necessary on the brink of a new iOS release. Supporting iOS versions that hardly any of your users have is a waste of time and money. Since Apple users traditionally update their device OS sooner rather than later it is beneficial to follow that trend.

在此处输入图片说明

iPod touch and iPhone 3GS and some of model doesn't have iOS 7.

在此处输入图片说明

是的 ,您的应用程序仅支持iOS7。但是,如果将目标版本设置为较低(如6),则应用程序将崩溃并受到负面影响,而向用户显示弹出窗口对于新应用程序来说不是一个很明智的主意。

yes, you can set your deployment target to iOS7, it will then only install on iOS7 devices.
NO, you can ask the user to upgrade if your app is not installed in that device, user will by default get a pop-up that this app only support iOS7 and above.

yes, you can set your deployment target to iOS7

you click Project-> Target-> Build Settings-> iOS Deployment Target and set iOS7

and also set

you click Project-> info -> iOS Deployment Target and set iOS7

在此处输入图片说明

Yes you can do this by set deployment target to IOS7 which means, your app will run on IOS7+ devices. It is 100% acceptable by app store.

Yes you can publish app that only support ios 7

You need to set at two places

在目标部分

和项目科

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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