iOS Question Specify a fixed SDK version to keep new versions of your app running on iOS 15

RichardN

Well-Known Member
Licensed User
Longtime User
This may have been mentioned a while ago but the change is now imminent as part of Apple's pursuit of 'Managed Obsolescence' . I see I have a user base that is only 5% of total users using iOS15 or older. Am I faced with a decision to freeze those 5% of users out or will changes to my code permit business as usual?

IAW the current Google Maps example my code has #Target: iPhone, iPad and #MinVersion: 11.0 What are the options?

From Google ref Google Maps SDK for iOS:-

 

CyberRaven3

New Member
With only 5% of users on iOS 15 or below, it makes sense to raise the minimum version to iOS 16 to reduce support for legacy systems and simplify development.
 
Upvote 0

Alessandro71

Well-Known Member
Licensed User
Longtime User
I received this message also.
If I do nothing, nothing will happen for iOS16+ users, while iOS15 ones will have maps issues.
What is not clear, is what I have to do to continue support those iOS15 users, if I need to.
 
Upvote 0

RichardN

Well-Known Member
Licensed User
Longtime User
Thanks @Erel ..... In that case should #MinVersion: be set to 16 ? Yes/No/When?

 
Upvote 0

Alessandro71

Well-Known Member
Licensed User
Longtime User
I know this is an old thread, but I'm just searching for a confirm that the SDK has been updated and we can set #MinVersion: 16
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…