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 not updating tags on iOS

I am trying to update the tags on my iOS device. The code looks like NSArray* tags = @[@"some-tag", @"some-other-tag"]; // Tags are actually 55 characters long UAPush* push = [UAPush shared]; [push setTags:tags];//update locally [push…
datinc
  • 3,404
  • 3
  • 24
  • 33
3
votes
1 answer

Silent push notification in android

I've been used urban airship for notification and it's working. Now client's requirement has been, he want to update a specific data (ie: current location) for client once any silent notification(no status bar notification) received. Could any one…
Pankaj
  • 833
  • 12
  • 35
3
votes
1 answer

Multiple APP ID's Under Urban Airship for single device in Android

I worked with Urban Airship push notifications using Tags. For every new installation UA mantain new App ID under audience.In my application I have two options for login: 1.Male 2.Female From UA I sended message by adding proper tag. Case1: At…
Lokesh
  • 5,180
  • 4
  • 27
  • 42
3
votes
1 answer

GoogleCloudMessaging withou play services

I am using Google Cloud Messaging in my app with the help of Urban Airship. Urban Airship is doing the registering to GCM and my code is doing the receiving of the GCM messages. My question is who can it be that my app and the notifications are…
roiberg
  • 13,629
  • 12
  • 60
  • 91
3
votes
1 answer

Android Push with Tags using Urban Airship

I integrated urban airship push notification in my application and it's working fine. But, my problem is, when I working with tags I'm not receiving proper tag message correctly. Explanation: In my application I have two options: …
Lokesh
  • 5,180
  • 4
  • 27
  • 42
3
votes
1 answer

Urban Airship Android push getting "This app is not configured for iOS push"

I'm using Urban Airship and testing using their REST API. I have Google Cloud Messaging connected to the Urban Airship account, and one Android device registered successfully. I can successfully send test messages from the the interface on the Urban…
3
votes
2 answers

Can I import device token to urban airship?

I have own push notification system, but I would migrate to Urban Airship. I have list of users with device token. Can I import my users database with device token to urban airship and how can I make it?
Roman Barzyczak
  • 3,785
  • 1
  • 30
  • 44
3
votes
0 answers

Test GCM push using Urban Airship fails silently

I'm updating my Android app to use the new Urban Airship library which supports Google Cloud Messaging. I did the following: Sign up for a GCM API key. Go to Settings : Services : Configure GCM, add the API key and put in the package name for our…
Arkaaito
  • 7,347
  • 3
  • 39
  • 56
3
votes
0 answers

How to get message field in a rich push notification

I'm developing an application with a notification inbox using Urban Airship. A rich push notification contains title and message. It's sent as a JSONObject, i.e.: {"aliases": ["user@mail.com"], "push": {"aps": {"alert": "ei!"}}, "title": "New…
frayab
  • 2,512
  • 20
  • 25
3
votes
0 answers

Urban Airship - getPushID does not return the ID

I have a PhoneGap 2.5 application in xCode. I have installed UrbanAirship library correctly and I need to get the PushId for a device. Using the following code psuh boject is always null. I can see in the xCode debug console that the plugin return…
GibboK
  • 71,848
  • 143
  • 435
  • 658
3
votes
3 answers

ios - when trying to create push notifications with UrbanAirship, how to specify which screen to land on?

I am adding push notifications with UrbanAirship. I have these two methods in my AppDelegate.m - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { //Create Airship options dictionary…
Genadinik
  • 18,153
  • 63
  • 185
  • 284
3
votes
2 answers

Usage of UrbanAirship's handleBackgroundNotification

I am trying to develop an iOS app using UrbanAirship. I receive push notifications but cannot get any delegate to be called when the app is in the background. I (wrongfully it seems) assumed that the handleBackgroundNotification API from the…
3
votes
2 answers

Urban Airship - Send Push with NSURLConnection

I'm working on a simple prototype and need to test sending push notifications from one device to another. I've emailed Urban Airship to turn on the "Allow Push From Device" for my application - and they did turn it on. I'm trying to use…
gngrwzrd
  • 5,902
  • 4
  • 43
  • 56
3
votes
1 answer

UrbanAirship android broadcastreceiver

com.myapp.myapp:com.urbanairship.process ERROR AndroidRuntime java.lang.RuntimeException: Unable to start service com.urbanairship.push.PushService@40cfdc08 with Intent { act=com.urbanairship.push.START…
skalber
  • 467
  • 4
  • 14
3
votes
2 answers

Notifications don't come through when the app is closed

I've got an Android app with push notifications set up using Urban Airship. The notifications work fine while my app is open but I need to still receive notifications when my app is closed. I've looked around but haven't found something that works.…
Mike T
  • 4,747
  • 4
  • 32
  • 52