Skip to content

Instantly share code, notes, and snippets.

@ty0x2333
Last active May 7, 2017 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ty0x2333/eeb6ca0c464fcedbeb9dca4a907e98a5 to your computer and use it in GitHub Desktop.
Save ty0x2333/eeb6ca0c464fcedbeb9dca4a907e98a5 to your computer and use it in GitHub Desktop.
Remote Config Service Response Example
{
"version": "1.0",
"parameters": [
{
"name": "holiday_promo_enabled",
"default": true,
"values": {
"version 1.0.0": false
}
}
],
"conditions": [
{
"name": "version 1.0.0",
"rules": [
{
"type": "bundle_id",
"value": "com.tianyiyan.RemoteConfig-Example"
},
{
"type": "version",
"operator": "equal",
"value": "1.0.0"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment