Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7632] iOS: Determine iOS versions , which can download the iOS app

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionWon't Fix
Resolution Date2016-08-24T02:12:42.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterDevang Gandhi
AssigneeIngo Muschenetz
Created2012-02-13T11:16:10.000+0000
Updated2017-03-16T21:32:32.000+0000

Description

A way to determine specific iOS versions, which can download the app. Customer needs a feature in titanium, where he can restrict his app, to specific iOS versions.

Comments

  1. Chris Barber 2016-08-24

    The only thing you can do to somewhat limit which iOS version is to set the <min-ios-ver> setting in the <ios> section of the tiapp.xml. There's no way to limit the maximum iOS version. You can set UIRequiredDeviceCapabilities in the Info.plist to require features that can limit the devices you app runs on by requiring features such as "bluetooth-le". This won't guarantee a certain iOS version and it's up to the developer to figure out the possibilities.
  2. Lee Morris 2017-03-16

    Closing ticket as the issue won't fix.

JSON Source