Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27641] iOS: Drop support for iOS 9

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2020-01-13T10:53:50.000+0000
Affected Version/sn/a
Fix Version/sRelease 9.0.0
ComponentsiOS
Labelsbreaking-change
ReporterVijay Singh
AssigneeVijay Singh
Created2019-12-03T19:07:33.000+0000
Updated2020-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.

Comments

  1. Vijay Singh 2019-12-09

    PR - https://github.com/appcelerator/titanium_mobile/pull/11385
  2. Satyam Sekhri 2019-12-16

    FR passed.
  3. Samir Mohammed 2020-01-10

    *Reopening ticket.* When trying to run a device < iOS 10 a bad error message is displayed.
       [ERROR]  This app does not support the device "Europa"
       The device is running iOS 9.3.5, however the app's the minimum iOS version is set to 10.0
       In order to install this app on this device, lower the <min-ios-ver> to 9.3 in the tiapp.xml:
       <ti:app xmlns:ti="http://ti.appcelerator.org">
       <ios>
       <min-ios-ver>9.3</min-ios-ver>
       </ios>
       </ti:app>
       
    This implies that iOS 9 is still supported and when <min-ios-ver>9.3</min-ios-ver> is added to the tiapp.xml the same above error is shown as well.
  4. Satyam Sekhri 2020-01-10

  5. Samir Mohammed 2020-01-13

JSON Source