Reputation: 11571
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.
Upvotes: 8
Views: 1419
Reputation: 22893
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.
Upvotes: 1
Reputation: 8251
In my UA experience this most likely is a sever side problem. Verify that all of the required fields are correctly filled out for the production key. If the problem persists create a test 'Application' on the UA site with the correct application credentials to verify it is NOT a credentials problem. Other than that contact UA and have them better troubleshoot the issue.
The required fields on the site for the application to function correctly on Android is the 'Android Package' and 'C2DM Authorization Token', plus make sure to tick 'Push Notifications Support'.
Upvotes: 0