[TIMOB-7632] iOS: Determine iOS versions , which can download the iOS app
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T02:12:42.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Devang Gandhi |
Assignee | Ingo Muschenetz |
Created | 2012-02-13T11:16:10.000+0000 |
Updated | 2017-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.
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 thetiapp.xml
. There's no way to limit the maximum iOS version. You can setUIRequiredDeviceCapabilities
in theInfo.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.Closing ticket as the issue won't fix.