Reputation: 484
Apple instated the following policy:
Apps linked on or after iOS 15 are limited to a maximum of 50 entries in the LSApplicationQueriesSchemes key. Source
Is there a way to link to an earlier iOS version (like iOS 14.1) but release on the App Store and download on iPhones with iOS 15 installed to get around this measure?
How does one link to an earlier version of iOS?
Upvotes: 0
Views: 204
Reputation: 4702
You could declare your target SDK to be iOS 14 but why bother? If the past is any guide, Apple will soon stop accepting app submissions unless they’re linked against iOS 15. So whatever your use case is for so many entries, you’re going to have to find a workaround.
Upvotes: 1