Urban Airship

Enable location based push messages via Urban Airship

Provide the unique Device Channel ID as an alias:

Android

CoLocator.instance().addAlias("UAid", CHANNEL_ID);

iOS

ccLocation.addAlias(key: "UAid", value: CHANNEL_ID)

Cordova

ColocatorWrapper.addAlias("UAid", CHANNEL_ID, YOUR_CALLBACK_FUNCTION, YOUR_ERROR_FUNCTION);

Provide access credentials (Key and Master Secret) to Crowd Connected via email