In one of my android app, I am using push Notification from Urban Airship.
The problem with the app is that when I am using the development key for the push notification its working perfect (The app get registered & APID generated) but when I am using the production key , It does not work at all(The APID not generated).
However, I have configured the app for production key properly (Like in airshipconfig.properties, 1) set key for production key 2) making inProduction = true.
Still its not working .
I am getting the error :
App name- UAlib Stop connnecting . In a holding pattern.
on logcat, everytime I am trying to connect it with the live server (production key).
Any idea or help on this will be highly appreciated.