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

getIncoming in UrbanAirship for Phonegap

When I receive a push notification on my phone when my app is minimized, if I click on the notification to launch my app, calling window.pushNotification.getIncoming( callback ) returns {"message":"","extras":{}} rather than the data for the…
user1990478
  • 251
  • 2
  • 2
16
votes
3 answers

Sending Amazon SNS from my PHP server

I have an application both in Android and iOS platforms. Both of them are registered with Amazon SNS. This is successfully done, because if I have the device tokens, then I can login to my applications dashboard in Amazon, and can send SNS from…
zinnuree
  • 1,111
  • 2
  • 10
  • 21
13
votes
5 answers

iphone push notification urbanairship

i"m want to send notification from my server side (c#) via urbanairship api is there any example in c# how to do it? thanks
avnic
  • 3,241
  • 8
  • 37
  • 46
13
votes
1 answer

will push notification still work after ownership transfer in iTunesConnect

I am looking to transfer ownership of an app that uses push notifications from one account A to account B, when I transfer the bundle id is maintained but the seed id changes. I use urban airship to deal with all the push notifications (works really…
craigk
  • 1,294
  • 2
  • 12
  • 25
12
votes
2 answers

how to register apid in urban airship for android?

I have completed client side code by download sample from git for push notification in android. After execute of app i got app-key and apid from server. But when i opening the my account in Urban Airship,i found following data that said my app has…
Jaydeep Khamar
  • 5,975
  • 3
  • 32
  • 30
10
votes
2 answers

Whats the point in UrbanAirship?

I'm looking into push notifications for an app I'm creating. I've heard lots about UrbanAirship but I can't seem to find a definitive reason why I should use it? As far as I understand it UA is a middle man? This page shows the free version doesn't…
Jonathan.
  • 53,997
  • 54
  • 186
  • 290
9
votes
1 answer

Some questions about push notificatons?

I am working with my first app for iphone and last part is push notifications. Its my first iphone app and firs time i am dealing with push notifications. In development phase everything is working fine. now i have some questions for productions…
Piscean
  • 3,069
  • 12
  • 47
  • 96
9
votes
1 answer

Cannot get push notification from Urban Airship

I am integrating Urban Airship to my Android application. I got a sample code from there and I followed the same procedure in order to invoke it from my application. But, I don't get any push notification on my device. Can anyone guide me how to…
Narendra
  • 967
  • 15
  • 29
9
votes
4 answers

Open android app from PUSH notification

Got a little problem that's been bugging me.. I've set up my application to receive PUSH notifications from Urban Airship and that all works fine, but when I tap on a notification in the notifications center, nothing happens. I want my app to open…
8
votes
2 answers

push notification from UrbanAirship not working with live server (i.e. with production key ) in android

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…
Dinesh Sharma
  • 11,533
  • 7
  • 42
  • 60
8
votes
1 answer

How to get push interactive notification with Urban Airship in Android?

I've integrated Urban Airship SDK to my application on device with Android 4.2 (Jelly Bean). I've received general push-notifications. It's Ok. But I want to get interactive push-notification with button with "Save" label. My dependencies from…
valerybodak
  • 4,195
  • 2
  • 42
  • 53
8
votes
1 answer

how to get appDelegate with Urban AirShip (Swift)

After integrating Urban Airship, when I call let appDelegate = UIApplication.sharedApplication().delegate as? AppDelegate I always get nil. When I tried to get class of UIApplication.sharedApplication().delegate, it tells me, that it is…
krosh
  • 218
  • 4
  • 15
8
votes
2 answers

@synthesize of 'weak' property is only allowed in ARC or GC mode with first compile of urbanship

Basically, I have an IOS app that functioned without issue. While following the instructions at http://docs.urbanairship.com/build/ios.html#ios-push-getting-started, I reached the "Register Your Device" section asking me to compile. After…
Kmb40
  • 2,341
  • 3
  • 18
  • 14
8
votes
5 answers

Urban Airship crashes when calling takeoff

Upgrading to UrbanAirship 3.0.0 with Xcode 5.0, I'm getting an error when calling this code: [UAirship takeOff:config]; The error is +[NSJSONSerialization stringWithObject:]: unrecognized selector sent to class 0x3b2ca9fc 2013-09-19 15:02:31.981…
8
votes
1 answer

VKRoadTile? Weird console error

MESH TOO LARGE!!! VKRoadTile: Too many road points for tile 0.0.1 (512) What is this? It appears in my console but I can't find any reference to anything it refers to anywhere online!
Will Larche
  • 3,119
  • 7
  • 26
  • 34
1
2 3
42 43