Our documentation is changing, please click here to enjoy it!
...
Code Block |
---|
{ //General configuration "facebookAppId":"your-facebook-app-id", //Facebook application id //iOS Configuration //Base "ios_partnerId":"{ios_partnerId}", // * Accengage partnerId of your iOS App "ios_privateKey":"{ios_privateKey}", // * Accengage privateKey of your iOS App "ios_allowPushNotification":true, // Use iOS push notifications feature "ios_geoLocEnabled":true, // Use Geolocation "ios_beaconServicesEnabled":true, // Use Beacons feature "ios_geofenceServicesEnabled":true, // Use Geofences feature "ios_optin_data":true, // Use GDPR features "ios_shouldWaitForCustomParametersListener":true // Custom parameters //Android Configuration //Base "android_partnerId":"your-partner-id", // * Accengage partnerId of your Android App "android_privateKey":"your-private-key", // * Accengage privateKey of your Android App //Push (GCM) "android_senderId":"gcm:your-sender-id", // GCMFCM sender id. Example : 123456 "android_notifications_icon":"your-icon-name", // Icon (embedded in your app into res/drawable- folders) to use for push notification into android notification center "android_notifications_accent_color":"#ccc", // Accent color to use for notification icon into android notification center (Android 5.0+) //GDPR "android_optin_data":true //Others "android_use_advertiser_id":true, // Use Google Advertiser Id "android_no_geoloc":false, // If true, deactivate Geolocation feature "android_activate_logging" : true // Display logs, please change it to false before production } |
...