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
3
votes
1 answer

Urban Airship iOS show message body on UIWebView

anyone has doing something like this on iOS?, this is the challenge, in my app i already configure UrbanAirship methods and have access to the user´s current messages as an UAInboxMessage array and display them on a table where the cell title its…
ChrisID58
  • 75
  • 7
3
votes
1 answer

UrbanAirShip integrated in my project. its not working well in Swift3

I created a new urbanairship account and i followed all the documentation stated on their link but when i setup the AppDelegate part as they mentioned: func application(_ application: UIApplication, didFinishLaunchingWithOptions…
Maz
  • 245
  • 3
  • 11
3
votes
1 answer

urban airship take off must be called before shared (kit kat only)

I'm trying to learn how to use urban airship to send push notifications, and for that, I created a very simple dummy app that uses it. The app has a custom autopilot and a custom notification factory in order to test some features. It all works fine…
ricardo silva
  • 331
  • 1
  • 18
3
votes
3 answers

Android UrbanAirship Crash in takeOff

Hello I hope someone can help me here. I´m working on an application which uses UrbanAirship to receive PushNotifications. My Problem is that, since this morning, my app crashes when initializing UrbanAirship with takeOff. I´m using Android Studio…
Koerfer_P
  • 341
  • 2
  • 13
3
votes
4 answers

Google App Engine (GAE), Urban Airship, Java, Push notifications. Sample code?

My server is running on GAE (Java), and I'm using Urban Airship service to deliver push notifications. Of course, everything works fine when I use their web-interface to send a test notification, but I'd like to add a test-button to my GAE…
Olie
  • 24,597
  • 18
  • 99
  • 131
3
votes
2 answers

Urban-airship + Facebook cordova plugin android-support-v4 conflict

I'm tring to use Urban-airship cordova plugin (phonegap-ua-push) along with Facebook plugin (phonegap-facebook-plugin) but I facing this error: Multiple dex files define Landroid/support/annotation/AnimRes Which seems to be due to a conflic…
3
votes
1 answer

Android: Urban Airship 6.0.1: android:elevation no resource found that matches the given name

i'm trying to add Urban Airship Library to my project. I followed the steps exactly but when i build i get this error No resource found that matches the given name: attr'android:elevation'
Ersen Osman
  • 7,067
  • 8
  • 47
  • 80
3
votes
0 answers

Rich Push messages Urban Airship

I am having troubles to get Rich Push messages working with Urban Airship for Android. I tried to implement by myself looking at the tutorials, but after many tries i decided to test first the sample app from the github:…
nsL
  • 3,722
  • 3
  • 23
  • 40
3
votes
0 answers

Urban Airship Not Requesting Access For Push Notifications

After following the extensive start-up guide on Urban Airship's website, I finished. Upon completion I ran the app on my phone and it ran normally, the console filled up with Urban Airship stuff and everything was going accord to plan but then I…
Zane Helton
  • 1,044
  • 1
  • 14
  • 34
3
votes
3 answers

Robolectric doesn't work with UrbanAirship

I am using UrbanAirship for receiving push and i can successfully receive notifications. I ve decided to add test to my project using robolectric and created a simple test as shown below. @Config(emulateSdk =…
3
votes
2 answers

no valid 'aps-environment' entitlement string found for application when trying to enable push notifications

I've been reading all the other questions asking about this error and it seems like I've followed their solutions but I'm still having this problem. I removed all the existing provisioning profiles and app ids. I created a new app id that has push…
John
  • 401
  • 6
  • 13
3
votes
1 answer

CustomPushHandler delegate not being called deep linking urban airship

Hello im trying to do the deep linking feature in my app but the callbacks arent being called when i tap on the notification and the app opens. Im following this tutorial:…
Fernando Caride
  • 141
  • 1
  • 9
3
votes
0 answers

Urban Airship callbackArguments:withOptions: delegate issue

I have upgraded Urban Airship SDk 1.4.0 to 3.0.2 . Now I have changed all the methods as given in their not so handy documentation. I want to handle rich push, for that I need to handle callbackArguments:withOptions: delegate But its not getting…
BhushanVU
  • 3,455
  • 1
  • 24
  • 33
3
votes
1 answer

Reset urbanairship badge count

Problem: Let say I get 3 notification. It shows the badge count 3 on my app icon. I open the app or click on the notification and it clears the badge (All Good so far) Now when I get a new notification, the badge count shown on my app icon is 4…
3
votes
2 answers

Unknown type name 'UIBackgroundFetchResult'

I am trying to configure UrbanAirship for one of my iOS apps. I've completed the configurations as explained on the tutorial page here: http://docs.urbanairship.com/build/ios.html But when I build the project I get the following error: Unknown type…