-1

iOS APP :

How to make the app can only be more than iPhone 5s installation ? Thanks.

YounG
  • 1

2 Answers2

1

Unfortunately, you can not restrict the device for installation. What you can restrict is only iOS version running on a device.

0

You can only restrict IOS version.

Currently best solution for your situation is

Restrict OS version from IOS 10 and your app will available only for thous iPhones, iPads and iPod

iPhone 6s
iPhone 6s Plus
iPhone 6
iPhone 6 Plus
iPhone SE
iPhone 5s
iPhone 5c
iPhone 5

iPad Pro 12.9-inch
iPad Pro 9.7-inch
iPad Air 2
iPad Air
iPad 4th generation
iPad 3rd generation
iPad 2
iPad mini 4
iPad mini 3
iPad mini 2
iPad mini

iPod touch 6th generation

For this solution you can loose users because not all devices is updated to IOS 10, but by statistics on September most of user already installed IOS 10

ref. enter link description here

enter image description here

Grigori Jlavyan
  • 1,871
  • 3
  • 19
  • 39
  • 1
    but, If you will restrict it to iOS 10, then users having iOS 9 on iPhone 5 or 6 would not be able to use your App. – Krishna Datt Shukla Dec 21 '16 at 07:00
  • Yes, You are right but most of users already updated to IOS 10, of course you will loose users but they are not big. Anyway this is cost of restriction :) – Grigori Jlavyan Dec 21 '16 at 07:07
  • 1
    App only supports more than iPhone 5s , iOS 10 support iPhone 5 and 5 c,How do you solve that? – YounG Dec 21 '16 at 07:14
  • @YounG, you can't restrict devices fro the installation. But What you can do is - When user Launches App for the first time , Check the device and If the device is not more than iPhone 5s, then Show an alert to user something like. "Your device is not compatible to run this app" and then force quit the app . – Krishna Datt Shukla Dec 21 '16 at 07:21
  • @Krishna Datt Shula App Store audit can pass? – YounG Dec 21 '16 at 07:23
  • Yes, i think they will not have any problem with this. I have not used restriction on device in any app but I have used force quit in my app which has been passed by App Store. So you can try it. – Krishna Datt Shukla Dec 21 '16 at 07:25
  • @Krishna Datt Shula, Thanks! – YounG Dec 21 '16 at 07:30
  • @KrishnaDattShukla if you will force quit app Apple Store will reject if they will see that, Apple is not allow force quit app only user and OS can quit app Usually they are checking on latest devices and they don't see that problems , but once they will see that kind feature they will reject app I had like that experience – Grigori Jlavyan Dec 21 '16 at 07:37
  • 1
    @Grigori Jlavyan,Yes, you are right! force quit app Apple Store will reject if they will see that. – YounG Dec 21 '16 at 07:48