Urban Airship Sample
Sample application that show case the Urban Airship SDK.
Setup
- Update the Android SDK Manager
- Verify Android Support Repository and Google Repository (under Extras) are installed and up-to-date
- Import the project into Android Studio
- Open Android Studio to welcome screen
- Import project, select the root directory
- Create an airshipconfig.properties file in the assets directory with your application's config:
developmentAppKey = Your Development App Key
developmentAppSecret = Your Development App Secret
productionAppKey = Your Production App Key
productionAppSecret = Your Production App Secret
gcmSender = Your GCM sender ID is your Google API project number (required for GCM)
inProduction = false
# LogLevel is "VERBOSE", "DEBUG", "INFO", "WARN", "ERROR" or "ASSERT"
developmentLogLevel = DEBUG
productionLogLevel = ERROR