Hey
I created an android application. Im using FCM but when i look under audicence all my connections have GCM registration ID : none. I assume thats the why im not recieving any push notications.
I read your documentations, troubleshooting guide but it did not help.
AirshipConfigOptions options = new AirshipConfigOptions.Builder()
.setAnalyticsEnabled(true)
.setDevelopmentAppKey(developmentAppKey)
.setDevelopmentAppSecret(developmentAppSecret)
.setProductionAppKey(productionAppKey)
.setProductionAppSecret(productionAppSecret)
.setInProduction(inProduction)
.setGcmSender(gcmCode)
.setNotificationIcon(R.drawable.common_full_open_on_phone)
.setNotificationAccentColor(0x7986CB)
.build();
Comments
18 comments