Questions tagged [urbanairship.com]

Airship (previously Urban Airship) is an engine for mobile apps. It provides messaging and content delivery tools, including push notifications, rich media messaging, location targeting, and Digital Wallet services.

Airship (previously Urban Airship) is an engine for mobile apps. It provides messaging and content delivery tools, including push notifications, rich media messaging, location targeting, and Digital Wallet services. You can also contact Airship for help directly at support@urbanairship.com or visit their forums at https://support.airship.com.

For further help and documentation:

642 questions
4
votes
2 answers

Setting up Urban Airship with multiple targets - same bundle ID possible?

We are rolling out an international project with complex server logic and two mobile clients, iOS and Android. For iOS are planning to have different targets in the same Xcode project for each country in order to be able to customize each countries…
Mundi
  • 79,884
  • 17
  • 117
  • 140
4
votes
3 answers

Push notifications on Android 5 not delivered when app in background (Titanium) - But it does in foreground

I am using Urban Airship on Android to receive notifications. The Appcelerator Module IS QUITE OLD (3 years ago) https://github.com/appcelerator-modules/ti.urbanairship and I'm using this fork:…
4
votes
1 answer

Urban Airship SDK Integration in iOS & push notification

We have integrated Urban SDK using these guidelines. We have tried to check the push notification using ad hoc profile where we have set below values in AirshipConfig.plist inProduction=YES productionAppKey=OUR PRODUCTION KEY productionAppSecret=…
iDev
  • 531
  • 1
  • 5
  • 15
4
votes
0 answers

Track remote push notifications when app in background

I use Urban Airship to handle remote push notifications for my iOS app. It works as expected, and I get notifications both in foreground and in background. I would however like to track all incoming remote push notifications (even if they are not…
4
votes
3 answers

Importing Urban Airship in Android Studio gives compile issues?

I'm new to Android Studio and i want to implement Urban Airship in one of my projects. I followed the example on their website with the .aar file and I ended up getting this error. Error:…
4
votes
0 answers

Implement background auto download for newsstand app

I want to have background auto download and I did the following steps but my app does not appear under Settings > Itunes & App Store > Automatic Downloads. Here are my steps. Set Required background mode : newsstand-mode (it changed to…
shoujo_sm
  • 3,173
  • 4
  • 37
  • 60
4
votes
3 answers

iOS push notification received when app is running in foreground

From my understanding, when app is running or in the foreground and a push notification is received, the app should NOT show any alert but the app delegate will call the didReceiveRemoteNotification delegate method and I should handle the push…
4
votes
1 answer

Change android package name for phonegap project

I have come to be responsible for adding push notification capabilities to a phonegap project. Things in iOS are working smoothly but Android is causing some trouble. The problem seems to be that the application package/bundle name is…
John
  • 401
  • 6
  • 13
4
votes
2 answers

Urban Airship push: Response: Got negative response from server: 0

I am trying to send push notification to my Android app from my server. But it is throwing error Payload: {"audience":"all","notification":{"android":{"alert":"PHP script test "}},"device_types":["android"]} Response: Got negative response from…
Humayun Kabir
  • 561
  • 2
  • 13
  • 27
4
votes
1 answer

PhoneGap-Android: Push Notification by Urban Airship from my server

I am working in a Android PhoneGap app where i need to use push notification by Urban Airship. I integrated(Development+Debug) Urban Airship push notification in my app and send test push from Urban Airship website and receive push to all device…
user3118055
  • 173
  • 4
4
votes
3 answers

java.net.UnknownHostException(Unable to resolve host "play.googleapis.com": No address associated with hostname)

Full error message is shown below. This occurs while running an app in an emulator that uses Urban Airship and Google Cloud Messaging. I do not see it on device. java.net.UnknownHostException(Unable to resolve host "play.googleapis.com": No address…
TestBest
  • 915
  • 5
  • 12
  • 22
4
votes
2 answers

Disable UrbanAirship alerts

I want to ignore push notifications when the app is active. I am handling notifications as follows: - (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo { if (application.applicationState !=…
scholl
  • 81
  • 1
  • 6
4
votes
1 answer

Urban Airship - Push Sample => APID is everytime null

I'm new to android and want to use the push service of UrbanAirship. I downladed the sample projects and tested the Push Sample Project, I just changed the developmentAppKey and the developmentAppSecret in MyApplication.java. The app starts fine and…
the_mariooo
  • 113
  • 1
  • 6
4
votes
1 answer

Urban Airship can't receive rich push

I'm having issues with Urban Airship, specifically for registering users for Rich Push. I have the following code in AppDelegate //Create Airship options dictionary and add the required UIApplication launchOptions NSMutableDictionary *takeOffOptions…
LyricalPanda
  • 1,424
  • 14
  • 25
4
votes
2 answers

Re-launching android application when user clicks Urban Airship notification

I have an android app successfully set up to receive notifications using Urban Airship, but am running into problems in handling the PushManager.ACTION_NOTIFICATION_OPENED) broadcast. My BroadcastReceiver is working, receiving the message, and…
TomBomb
  • 3,236
  • 5
  • 31
  • 40
1 2
3
42 43