What does Apple's new App Store requirement mean












4















This message came in my App Store Connect:




Upcoming Submission Requirements As a reminder, starting March 27,
2019 all new apps and app updates for iPhone or iPad, including
universal apps, will need to be built with the iOS 12.1 SDK and
support iPhone XS Max or the 12.9-inch iPad Pro (3rd generation).
Screenshots for these devices will also be required. All new apps and
app updates for Apple Watch will need to be built with the watchOS 5.1
SDK and support Apple Watch Series 4.




What does the line will need to be built with the iOS 12.1 SDK mean? Does it mean that minimum supported iOS version need to be iOS 12.1?



I have already an app in App Store with minimum iOS as 10.0. Do I need to change that to 12.1?



Link to the news:



https://developer.apple.com/news/?id=03202019a










share|improve this question









New contributor




Anuran Barman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Keep in mind that an iOS 9 phone may be extinct in the wild, but an iOS 9 iPad is a perfectly functional product still widely in use.

    – Harper
    3 hours ago
















4















This message came in my App Store Connect:




Upcoming Submission Requirements As a reminder, starting March 27,
2019 all new apps and app updates for iPhone or iPad, including
universal apps, will need to be built with the iOS 12.1 SDK and
support iPhone XS Max or the 12.9-inch iPad Pro (3rd generation).
Screenshots for these devices will also be required. All new apps and
app updates for Apple Watch will need to be built with the watchOS 5.1
SDK and support Apple Watch Series 4.




What does the line will need to be built with the iOS 12.1 SDK mean? Does it mean that minimum supported iOS version need to be iOS 12.1?



I have already an app in App Store with minimum iOS as 10.0. Do I need to change that to 12.1?



Link to the news:



https://developer.apple.com/news/?id=03202019a










share|improve this question









New contributor




Anuran Barman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Keep in mind that an iOS 9 phone may be extinct in the wild, but an iOS 9 iPad is a perfectly functional product still widely in use.

    – Harper
    3 hours ago














4












4








4








This message came in my App Store Connect:




Upcoming Submission Requirements As a reminder, starting March 27,
2019 all new apps and app updates for iPhone or iPad, including
universal apps, will need to be built with the iOS 12.1 SDK and
support iPhone XS Max or the 12.9-inch iPad Pro (3rd generation).
Screenshots for these devices will also be required. All new apps and
app updates for Apple Watch will need to be built with the watchOS 5.1
SDK and support Apple Watch Series 4.




What does the line will need to be built with the iOS 12.1 SDK mean? Does it mean that minimum supported iOS version need to be iOS 12.1?



I have already an app in App Store with minimum iOS as 10.0. Do I need to change that to 12.1?



Link to the news:



https://developer.apple.com/news/?id=03202019a










share|improve this question









New contributor




Anuran Barman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












This message came in my App Store Connect:




Upcoming Submission Requirements As a reminder, starting March 27,
2019 all new apps and app updates for iPhone or iPad, including
universal apps, will need to be built with the iOS 12.1 SDK and
support iPhone XS Max or the 12.9-inch iPad Pro (3rd generation).
Screenshots for these devices will also be required. All new apps and
app updates for Apple Watch will need to be built with the watchOS 5.1
SDK and support Apple Watch Series 4.




What does the line will need to be built with the iOS 12.1 SDK mean? Does it mean that minimum supported iOS version need to be iOS 12.1?



I have already an app in App Store with minimum iOS as 10.0. Do I need to change that to 12.1?



Link to the news:



https://developer.apple.com/news/?id=03202019a







ios ios-appstore app-store-connect






share|improve this question









New contributor




Anuran Barman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Anuran Barman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 11 hours ago









Baptiste Candellier

26515




26515






New contributor




Anuran Barman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 13 hours ago









Anuran BarmanAnuran Barman

1214




1214




New contributor




Anuran Barman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Anuran Barman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Anuran Barman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Keep in mind that an iOS 9 phone may be extinct in the wild, but an iOS 9 iPad is a perfectly functional product still widely in use.

    – Harper
    3 hours ago



















  • Keep in mind that an iOS 9 phone may be extinct in the wild, but an iOS 9 iPad is a perfectly functional product still widely in use.

    – Harper
    3 hours ago

















Keep in mind that an iOS 9 phone may be extinct in the wild, but an iOS 9 iPad is a perfectly functional product still widely in use.

– Harper
3 hours ago





Keep in mind that an iOS 9 phone may be extinct in the wild, but an iOS 9 iPad is a perfectly functional product still widely in use.

– Harper
3 hours ago










2 Answers
2






active

oldest

votes


















12














Minimum SDK ≠ minimum OS version.



You will have to compile your app with the SDK ≥ 12.1, but your Deployment Target can be lower than that. Apple wants to "force" you to prepare the UI for iPhone XS Max.



Here's more info about the SDK and Deployment Target on StackOverflow.






share|improve this answer
























  • I will prepare for xs max though some people having that are already using the app and did not complain anything about it. Thanks for the answer.

    – Anuran Barman
    12 hours ago






  • 2





    If you've been following the autolayout guides properly and doesn't have hardcoded View dimensions etc. your app should work "out of the box" on XS Max :)

    – Mateusz Szlosek
    12 hours ago











  • I am pretty confident that it will work "out of the box" in xs max. just some days ago crashlytics mentioned a iphone xs max user. He did not say anything about the UI via mail or review. Hope it will work.

    – Anuran Barman
    12 hours ago






  • 2





    You can use XS Max Simulator to find out yourself how it looks there. This may help to find some issues and prevent from being rejected by Apple in the future.

    – Mateusz Szlosek
    12 hours ago



















5














No, there’s no requirement to change the minimum supported iOS version.



The only requirement is that you must build it with the 12.1 SDK. You can do that while supporting older iOS versions.



For most the new requirement just means that you have to update Xcode and rebuild your app. It takes a few minutes, and most probably already updated anyways.






share|improve this answer
























  • Yeah I am on the latest xcode. Hope I wont have to do anything else. I will prepare for xs max though some people having that are already using the app and did not complain anything about it. Thanks for the answer .

    – Anuran Barman
    12 hours ago






  • 1





    You’ll also have to comply with the rest of the new requirements, like the iPhone XS Max and iPad Pro 12.9” UI requirement, but it is usually very easy to do so if you have an app that is continuously updated and uses auto layout.

    – jksoegaard
    12 hours ago











  • Yeah whole app is using auto layouts. It's physically tested in iphone X. Hope there won't be any major change for xs max. for ipad I have to do thorough testing.

    – Anuran Barman
    12 hours ago











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "118"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Anuran Barman is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f354421%2fwhat-does-apples-new-app-store-requirement-mean%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









12














Minimum SDK ≠ minimum OS version.



You will have to compile your app with the SDK ≥ 12.1, but your Deployment Target can be lower than that. Apple wants to "force" you to prepare the UI for iPhone XS Max.



Here's more info about the SDK and Deployment Target on StackOverflow.






share|improve this answer
























  • I will prepare for xs max though some people having that are already using the app and did not complain anything about it. Thanks for the answer.

    – Anuran Barman
    12 hours ago






  • 2





    If you've been following the autolayout guides properly and doesn't have hardcoded View dimensions etc. your app should work "out of the box" on XS Max :)

    – Mateusz Szlosek
    12 hours ago











  • I am pretty confident that it will work "out of the box" in xs max. just some days ago crashlytics mentioned a iphone xs max user. He did not say anything about the UI via mail or review. Hope it will work.

    – Anuran Barman
    12 hours ago






  • 2





    You can use XS Max Simulator to find out yourself how it looks there. This may help to find some issues and prevent from being rejected by Apple in the future.

    – Mateusz Szlosek
    12 hours ago
















12














Minimum SDK ≠ minimum OS version.



You will have to compile your app with the SDK ≥ 12.1, but your Deployment Target can be lower than that. Apple wants to "force" you to prepare the UI for iPhone XS Max.



Here's more info about the SDK and Deployment Target on StackOverflow.






share|improve this answer
























  • I will prepare for xs max though some people having that are already using the app and did not complain anything about it. Thanks for the answer.

    – Anuran Barman
    12 hours ago






  • 2





    If you've been following the autolayout guides properly and doesn't have hardcoded View dimensions etc. your app should work "out of the box" on XS Max :)

    – Mateusz Szlosek
    12 hours ago











  • I am pretty confident that it will work "out of the box" in xs max. just some days ago crashlytics mentioned a iphone xs max user. He did not say anything about the UI via mail or review. Hope it will work.

    – Anuran Barman
    12 hours ago






  • 2





    You can use XS Max Simulator to find out yourself how it looks there. This may help to find some issues and prevent from being rejected by Apple in the future.

    – Mateusz Szlosek
    12 hours ago














12












12








12







Minimum SDK ≠ minimum OS version.



You will have to compile your app with the SDK ≥ 12.1, but your Deployment Target can be lower than that. Apple wants to "force" you to prepare the UI for iPhone XS Max.



Here's more info about the SDK and Deployment Target on StackOverflow.






share|improve this answer













Minimum SDK ≠ minimum OS version.



You will have to compile your app with the SDK ≥ 12.1, but your Deployment Target can be lower than that. Apple wants to "force" you to prepare the UI for iPhone XS Max.



Here's more info about the SDK and Deployment Target on StackOverflow.







share|improve this answer












share|improve this answer



share|improve this answer










answered 12 hours ago









Mateusz SzlosekMateusz Szlosek

17.5k33856




17.5k33856













  • I will prepare for xs max though some people having that are already using the app and did not complain anything about it. Thanks for the answer.

    – Anuran Barman
    12 hours ago






  • 2





    If you've been following the autolayout guides properly and doesn't have hardcoded View dimensions etc. your app should work "out of the box" on XS Max :)

    – Mateusz Szlosek
    12 hours ago











  • I am pretty confident that it will work "out of the box" in xs max. just some days ago crashlytics mentioned a iphone xs max user. He did not say anything about the UI via mail or review. Hope it will work.

    – Anuran Barman
    12 hours ago






  • 2





    You can use XS Max Simulator to find out yourself how it looks there. This may help to find some issues and prevent from being rejected by Apple in the future.

    – Mateusz Szlosek
    12 hours ago



















  • I will prepare for xs max though some people having that are already using the app and did not complain anything about it. Thanks for the answer.

    – Anuran Barman
    12 hours ago






  • 2





    If you've been following the autolayout guides properly and doesn't have hardcoded View dimensions etc. your app should work "out of the box" on XS Max :)

    – Mateusz Szlosek
    12 hours ago











  • I am pretty confident that it will work "out of the box" in xs max. just some days ago crashlytics mentioned a iphone xs max user. He did not say anything about the UI via mail or review. Hope it will work.

    – Anuran Barman
    12 hours ago






  • 2





    You can use XS Max Simulator to find out yourself how it looks there. This may help to find some issues and prevent from being rejected by Apple in the future.

    – Mateusz Szlosek
    12 hours ago

















I will prepare for xs max though some people having that are already using the app and did not complain anything about it. Thanks for the answer.

– Anuran Barman
12 hours ago





I will prepare for xs max though some people having that are already using the app and did not complain anything about it. Thanks for the answer.

– Anuran Barman
12 hours ago




2




2





If you've been following the autolayout guides properly and doesn't have hardcoded View dimensions etc. your app should work "out of the box" on XS Max :)

– Mateusz Szlosek
12 hours ago





If you've been following the autolayout guides properly and doesn't have hardcoded View dimensions etc. your app should work "out of the box" on XS Max :)

– Mateusz Szlosek
12 hours ago













I am pretty confident that it will work "out of the box" in xs max. just some days ago crashlytics mentioned a iphone xs max user. He did not say anything about the UI via mail or review. Hope it will work.

– Anuran Barman
12 hours ago





I am pretty confident that it will work "out of the box" in xs max. just some days ago crashlytics mentioned a iphone xs max user. He did not say anything about the UI via mail or review. Hope it will work.

– Anuran Barman
12 hours ago




2




2





You can use XS Max Simulator to find out yourself how it looks there. This may help to find some issues and prevent from being rejected by Apple in the future.

– Mateusz Szlosek
12 hours ago





You can use XS Max Simulator to find out yourself how it looks there. This may help to find some issues and prevent from being rejected by Apple in the future.

– Mateusz Szlosek
12 hours ago













5














No, there’s no requirement to change the minimum supported iOS version.



The only requirement is that you must build it with the 12.1 SDK. You can do that while supporting older iOS versions.



For most the new requirement just means that you have to update Xcode and rebuild your app. It takes a few minutes, and most probably already updated anyways.






share|improve this answer
























  • Yeah I am on the latest xcode. Hope I wont have to do anything else. I will prepare for xs max though some people having that are already using the app and did not complain anything about it. Thanks for the answer .

    – Anuran Barman
    12 hours ago






  • 1





    You’ll also have to comply with the rest of the new requirements, like the iPhone XS Max and iPad Pro 12.9” UI requirement, but it is usually very easy to do so if you have an app that is continuously updated and uses auto layout.

    – jksoegaard
    12 hours ago











  • Yeah whole app is using auto layouts. It's physically tested in iphone X. Hope there won't be any major change for xs max. for ipad I have to do thorough testing.

    – Anuran Barman
    12 hours ago
















5














No, there’s no requirement to change the minimum supported iOS version.



The only requirement is that you must build it with the 12.1 SDK. You can do that while supporting older iOS versions.



For most the new requirement just means that you have to update Xcode and rebuild your app. It takes a few minutes, and most probably already updated anyways.






share|improve this answer
























  • Yeah I am on the latest xcode. Hope I wont have to do anything else. I will prepare for xs max though some people having that are already using the app and did not complain anything about it. Thanks for the answer .

    – Anuran Barman
    12 hours ago






  • 1





    You’ll also have to comply with the rest of the new requirements, like the iPhone XS Max and iPad Pro 12.9” UI requirement, but it is usually very easy to do so if you have an app that is continuously updated and uses auto layout.

    – jksoegaard
    12 hours ago











  • Yeah whole app is using auto layouts. It's physically tested in iphone X. Hope there won't be any major change for xs max. for ipad I have to do thorough testing.

    – Anuran Barman
    12 hours ago














5












5








5







No, there’s no requirement to change the minimum supported iOS version.



The only requirement is that you must build it with the 12.1 SDK. You can do that while supporting older iOS versions.



For most the new requirement just means that you have to update Xcode and rebuild your app. It takes a few minutes, and most probably already updated anyways.






share|improve this answer













No, there’s no requirement to change the minimum supported iOS version.



The only requirement is that you must build it with the 12.1 SDK. You can do that while supporting older iOS versions.



For most the new requirement just means that you have to update Xcode and rebuild your app. It takes a few minutes, and most probably already updated anyways.







share|improve this answer












share|improve this answer



share|improve this answer










answered 12 hours ago









jksoegaardjksoegaard

19.2k1949




19.2k1949













  • Yeah I am on the latest xcode. Hope I wont have to do anything else. I will prepare for xs max though some people having that are already using the app and did not complain anything about it. Thanks for the answer .

    – Anuran Barman
    12 hours ago






  • 1





    You’ll also have to comply with the rest of the new requirements, like the iPhone XS Max and iPad Pro 12.9” UI requirement, but it is usually very easy to do so if you have an app that is continuously updated and uses auto layout.

    – jksoegaard
    12 hours ago











  • Yeah whole app is using auto layouts. It's physically tested in iphone X. Hope there won't be any major change for xs max. for ipad I have to do thorough testing.

    – Anuran Barman
    12 hours ago



















  • Yeah I am on the latest xcode. Hope I wont have to do anything else. I will prepare for xs max though some people having that are already using the app and did not complain anything about it. Thanks for the answer .

    – Anuran Barman
    12 hours ago






  • 1





    You’ll also have to comply with the rest of the new requirements, like the iPhone XS Max and iPad Pro 12.9” UI requirement, but it is usually very easy to do so if you have an app that is continuously updated and uses auto layout.

    – jksoegaard
    12 hours ago











  • Yeah whole app is using auto layouts. It's physically tested in iphone X. Hope there won't be any major change for xs max. for ipad I have to do thorough testing.

    – Anuran Barman
    12 hours ago

















Yeah I am on the latest xcode. Hope I wont have to do anything else. I will prepare for xs max though some people having that are already using the app and did not complain anything about it. Thanks for the answer .

– Anuran Barman
12 hours ago





Yeah I am on the latest xcode. Hope I wont have to do anything else. I will prepare for xs max though some people having that are already using the app and did not complain anything about it. Thanks for the answer .

– Anuran Barman
12 hours ago




1




1





You’ll also have to comply with the rest of the new requirements, like the iPhone XS Max and iPad Pro 12.9” UI requirement, but it is usually very easy to do so if you have an app that is continuously updated and uses auto layout.

– jksoegaard
12 hours ago





You’ll also have to comply with the rest of the new requirements, like the iPhone XS Max and iPad Pro 12.9” UI requirement, but it is usually very easy to do so if you have an app that is continuously updated and uses auto layout.

– jksoegaard
12 hours ago













Yeah whole app is using auto layouts. It's physically tested in iphone X. Hope there won't be any major change for xs max. for ipad I have to do thorough testing.

– Anuran Barman
12 hours ago





Yeah whole app is using auto layouts. It's physically tested in iphone X. Hope there won't be any major change for xs max. for ipad I have to do thorough testing.

– Anuran Barman
12 hours ago










Anuran Barman is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Anuran Barman is a new contributor. Be nice, and check out our Code of Conduct.













Anuran Barman is a new contributor. Be nice, and check out our Code of Conduct.












Anuran Barman is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Ask Different!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f354421%2fwhat-does-apples-new-app-store-requirement-mean%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

is 'sed' thread safe

How to make a Squid Proxy server?