Named Conditions Config
Update conditions from the cloud
Example Config
{
"configVersion": "v1",
"appId": "YOUR_BUNDLE_ID",
"conditions": {
"namedConditions": {
"isNewPhone": "user_interface_idiom == 'phone' && versionNumberComponent(device_model_version, 0) >= 14",
"hasWatchAndIos15Plus": "has_watch && versionNumberComponent(os_version, 0) >= 15"
}
}
}Last updated