[TIMOB-27641] iOS: Drop support for iOS 9
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2020-01-13T10:53:50.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 9.0.0 |
Components | iOS |
Labels | breaking-change |
Reporter | Vijay Singh |
Assignee | Vijay Singh |
Created | 2019-12-03T19:07:33.000+0000 |
Updated | 2020-01-13T10:53:55.000+0000 |
Description
Analytics suggest that only < 1.5% events are from iOS 9 devices.
We should stop supporting iOS 9 and make iOS 10 as minimum target.
It will help us to clean our conditional codes.
PR - https://github.com/appcelerator/titanium_mobile/pull/11385
FR passed.
*Reopening ticket.* When trying to run a device < iOS 10 a bad error message is displayed.
This implies that iOS 9 is still supported and when
<min-ios-ver>9.3</min-ios-ver>
is added to thetiapp.xml
the same above error is shown as well.