Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change device compatibility of iphone app on App store?

Our company has two app. One's device target is iOS 9 (let say "first app") and the other one's is iOS 8.1 (let say "second app") . When we upload to App Store, compatibility for "first app" is shown as below. enter image description here

But for "second app", it shows as enter image description here

Please help me figure out how to make second app's compatibility to show as same as first one's. And why it isn't compatible for all iPhone devices?

like image 923
zavrina Avatar asked Jun 20 '16 03:06

zavrina


People also ask

Why is my device not compatible with some apps Apple?

This is probably because the software on your iPad is too old to support the apps you download. Sometimes you can be lucky that the App Store offers an older version that matches the iOS version you are on. In that case, it will happen when trying to download.

How do you change App Store settings on iPhone?

Change your App Store settings Go to Settings > App Store, then do any of the following: Automatically download apps purchased on your other Apple devices: Below Automatic Downloads, turn on Apps. Automatically update apps: Turn on App Updates.


Video Answer


1 Answers

I solved the problem by removing UIRequiredDeviceCapabilities key and its array (values) from the info.plist file.

enter image description here

I know i'll have specific devices (like your problem) when I found the build supports only arm64 enter image description here

Now, after removing UIRequiredDeviceCapabilities key and its array, I got this build info

enter image description here

like image 75
AbdulMomen عبدالمؤمن Avatar answered Oct 18 '22 17:10

AbdulMomen عبدالمؤمن