{
    "type": "native",  
    "platforms" : [ 
        { 
            "applicationKey": {    
                "version":"1.0.0",
                "clientPlatform":"ios",
                "bundleId":"com.starter.app"
            },
            "displayName":"StarterIosApp",
  	        "scopeElementMapping": {
    		    "push.mobileclient": "",
		        "liveupdate.mobileclient": ""
  	        }
        }
    ],
    "services": [
        {
            "name" : "push",
            "settings": {
                "fcm": {
                    "apiKey": "",
                    "senderId": ""
                },
                "apns": {
                    "certificate": "",
                    "isSandBox": true,
                    "password": ""
                }
            },
            "tags": [
                {
                    "name": "Tag1",
                    "description": "Abt Tag1"
                },
                {
                    "name": "Tag2",
                    "description": "Abt Tag2"
                }
            ]
            
        },
        {
            "name" : "liveupdate",          
	        "schema": {
               "features": {
		            "enableButton": {
                        "name": "enableButton",
                        "internalId": "enableButton",
                        "description": "Show the feature button",
                        "defaultValue": false
                   }
		        },
               "properties": {
		            "titleColour": {
		                "name": "titleColour",
		                "internalId": "titleColour",
		                "description": "Change colour of the title",
                        "defaultValue": "black"
                   }
		        }
	        }
        },
        {
            "name" : "analytics"
        }
    ],
    "confidentialClients": [{
        "id" : "SampleClient",
        "secret" : "12345",
        "allowedScope" : "clients:read-public clients:read-protected update",
        "displayName" : "SampleClient"
      }
    ]
}