File Specifications
File name: app_config.json
File type: .json
File locations:On launch, the following ICE clients check the designated locations for a valid
.json file.
OS | Type | File Location |
---|
Android | Mobile | /Android/data/com.dillonkane.ice.flutter/files |
iOS | Mobile | /ICE Mobile |
MacOS | Desktop | ~/Library/Application Support/ICE Desktop |
Windows | Desktop | C:\Users\\[USERNAME]\AppData\Roaming\ICE Desktop |
Required file content:
The client configuration files must include the following parameter and values:
"monitoringSettingsLocation": {
"accuracy": "high",
"changeMeters": 0,
"shareLocation": true,
"updateIntervalSeconds": 60
}