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

Passkit push notifications not working with Urban Airship

I have a pass installed. When installed on a device it registers to my server, the device id is also registered with Urban Airship services. So far so good. When I try to send a push message from the dashboard at urban airship, or curling, or let…
Erik
  • 5,791
  • 5
  • 30
  • 45
4
votes
2 answers

java.lang.NoClassDefFoundError: com.urbanairship.UAirship

I've got a new mac (Lion 10.7.3). Installed Eclipse and android sdk. Checked out my project from SVN , tried to run and got this ugly exception: 05-20 12:17:21.175: E/AndroidRuntime(32499): FATAL EXCEPTION: main 05-20 12:17:21.175:…
Ivelius
  • 4,953
  • 7
  • 30
  • 54
4
votes
3 answers

Urban Airship: custom icon for default status bar notification

Urban Airship recommends creating a custom notification with CustomPushNotificationBuilder if you want to make any modifications to the status bar notification, including trivially changing the icon. Unfortunately, using a RemoteView for…
4
votes
4 answers

XCode - why do I get a file not found?

I've added the Airship (from UrbanAirship) directory into my xcode project for my iPhone/iPad app. In my "build settings>search paths>header search paths" and "build settings>search paths>library search paths", I'm pointing to those directories…
John
  • 32,403
  • 80
  • 251
  • 422
3
votes
1 answer

What is the maximum size of a Post to Urban Airships "Batch Push"?

So Urban Airship supports the concept of "Batch Push" https://docs.urbanairship.com/display/DOCS/APIs%253A+Push+iOS What is the maximum amount of data that can be sent via this method?
Simon
  • 33,714
  • 21
  • 133
  • 202
3
votes
2 answers

Phonegap App with Urban Airship Problems

Im trying to integrate Push Notifications in my iOS App. This is a Phonegap/Cordova Project. Everything is working well, without the APNS and Urban Airship. What I have done till now? I got it to work, that I could send a Push Message from UA to my…
3
votes
3 answers

Urban Airship crashes at take off. Illegal Argument Exception

My Code in Applicaion.onCreate. The app crashes at UAirship.takeoff(this,options); Please help. public class LiveVideoApplication extends Application { @Override public void onCreate() { super.onCreate(); …
Muhammad Nabeel Arif
  • 19,140
  • 8
  • 51
  • 70
3
votes
3 answers

Is there a .net wrapper library for the urbanairship api?

It's not a particularly difficult library to write (see iphone push notification urbanairship), but it is something that everyone interacting with UA's service will probably be writing. So, I'm wondering, does it exist yet? I can't seem to find it.
blueberryfields
  • 45,910
  • 28
  • 89
  • 168
3
votes
1 answer

Trying to get a custom push with Urban Airship and phonegap to redirect view

I'm trying to get a custom push with Urban Airship and phonegap to redirect view. Basically I want to send a custom data push that would look like: "aps": {"alert": "Hello!", "extra":{"targetURL":"www.google.com"}} and for the app's view to be…
arhimmel
  • 81
  • 1
  • 5
3
votes
3 answers

What are the advantages of using urban airship over C2DM

The title pretty much sums it up. What's the difference between those services exactly and what are the advantages of using one over another ? I'd like to know what's the difference between UA and APN of apple as well ?
Iyad Al aqel
  • 2,020
  • 3
  • 21
  • 32
3
votes
1 answer

what is causing this stack trace? (gtalkservice & jivesoftware.smack)

Details below but basically I'm trying to understand what on my Droid is throwing this error. Details: I'm trying to get up to speed with C2DM. I'm testing using Urban Airship's Push Notification service (pretty cool so far IMO) to send a…
Justin
  • 6,031
  • 11
  • 48
  • 82
3
votes
1 answer

Do you have to use Urban Airship to build push notifications using PhoneGap?

Do you have to use Urban Airship to build push notifications into a PhoneGap app? Everything I've found so far mentions Urban Airship....
boom
  • 10,856
  • 9
  • 43
  • 64
3
votes
1 answer

Urban Airship Push Notification for iPhone: SSL Problem

I want to use push notifications on iphone through Urban Airship, and i'm using their client library for iOS. I integrated the library inside my project and everything compiles correctly. On application launch, i'm trying to register my device token…
3
votes
1 answer

401 error with urbanairship using httpsurlconnection class

I am getting a 401 error when i try to hit the push URL. I am using HTTP BASIC authentication with "Application Key" as username and "Application Master Secret"as password. I am using JAVA HttpsUrlConnection class. I dont know whats wrong with my…
abhishek
  • 31
  • 2
3
votes
1 answer

Urban Airship - override the behavour of OpenExternalUrlAction Action

Actually I want to override the behaviour of external web page action and modify the app flow . But It is not suppprted or I didn't able to do that. Please help me get the action in our app and redirect as per my requirment. More detail : I sent…
Ravind Maurya
  • 977
  • 15
  • 24