I am using Urban Airship and my pushes are working fine on iOS but I have an error on Android.
In the error console on the urban airship website I have the message :
Received push with invalid authorization on platform GCM
My device is appearing in the section APIDs correctly and I verify all the steps in this address : https://support.urbanairship.com/customer/portal/articles/823114-gcm-troubleshooting-guide.
This code show correctly an APID :
PushManager.shared().getAPID()
My properties seems to be good, I verified :
gcmSender = 123456789122
transport = gcm
developmentAppKey = APP KEY taken on the urban airship site
developmentAppSecret = APP KEY Secret taken on the urban airship site
inProduction = false
I also verified my GCM in the urban airship site, putting the correct Api key and Package from cloud.google.com.
Is there something I forgot?
Few things you need to check here
Mostly point 2 is issue also check if you are adding quotes to keys, if yes then add keys with no quotes