Environment

Article ID:4410722284827
1 minute readKnowledge base
On this page
  • 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.