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.
I think your free trail period(as you are using the helium transport) for the push notification from Urban airship have been finished.
So you have two options:
1) Either you take some paid plan from urban airship
2) Or go for c2dm transport.
The c2dm transport does not need to have any plan.
Hope this will help you.