Trusted Destinations

Trusted Destinations are installed onto the device by obtaining an .ictd file and opening it in the app. The ICTD file is unique to each organization and contains the information required by the user to successfully send data to the destination.

The manifest is a JSON-formatted document, containing the following:

{
    "organizationName":"Trusted Destination Name",
    "organizationDetails":"London, UK",
    "repositories":[
        {
            "source":"google_drive",
            "asset_root":"ID of the folder in which we drop media" 
        }
    ],
    "forms:[
        "Base-64 encoded, GZipped, xml form data (javarosa/open data kit compliant)" 
    ],
    "publicKey": "Base-64 encoded, GZipped public key block",
    "organizationFingerprint":"PGP FINGERPRINT" 
}

View an example here: http://ec2-54-235-36-217.compute-1.amazonaws.com/informacam/

Also available in: PDF HTML TXT