-
CloudBees Feature Management
Issue
-
I want to target users of a specific iOS or Android version (i.e. exclude users prior the "iOS 12.0" version)
Resolution
We do not have a specific platform version targeting, so you will need to implement this by adding a custom property with the version, and filtering by it.
Android for example:
Rox.setCustomIntegerProperty("osVersion", Build.VERSION.SDK_INT)
Then use osVersion on the Dashboard.
There is no need to use rox.platform. There is a multiplatform feature when the same flag name is used.
This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.