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 Urban Airship for help directly at support@urbanairship.com or visit their forums at ...

learn more… | top users | synonyms

0
votes
0answers
11 views

Windows phone 8 push notification( urban airship ) not working

I am using UrbanAirship for push notification, in windows phone 8 application( client side ). I got valid apid after successful registration. Now i am trying to send test push from UrbanAirship site, ...
0
votes
0answers
6 views

Urban Airship Push Notifications - Phonegap / Android

I've implemented Urban Airship Push Notifications into an Android Mobile application built with Phonegap. After successfully sending several test notifications to a few Android devices on hand I ...
1
vote
1answer
17 views

Prolem using urbanairship Provider android

I am using urbanairship to show notifications. I have updated my Android SDK to latest update and it starts showing error related to urbanairship provider and it was working fine with older version. ...
0
votes
0answers
38 views

Urban Airship and phonegap sample (cant register device token)

https://support.urbanairship.com/customer/portal/articles/66970-implementing-with-phonegap using the link above i download the sample of urban airship and phonegap.. Following the instruction here -> ...
-2
votes
0answers
15 views

Get all device tokens from urban airship using PHP or JAVASCRIPT API [closed]

I want to get the all device tokens and apids from urban airship using php or javascript API. if u have an idea ,please help me
1
vote
0answers
39 views

Urban Airship Phonegap plugin not registering device token on iOS app

I'm developing an app using Phonegap with Urban Airship plugin. I've connected and configured everything mentioned in the tutorial, but the app still does not register a token with UA. Here's my app ...
0
votes
2answers
45 views

Push notification from website AND/ OR iOS device to iOS device

I have made an iPad application where I want to send push notification. For push, I am using Urban Airship. For adding data into database, it is done two one. One from website (technology used is JSF ...
0
votes
0answers
16 views

Get Extra map from Urban Airship notification

In a service I'm creating, the server sends push notifications to the clients (which are Android apps). I'm using Urban Airship. In addition to the alert text, I'm also sending extra information as ...
0
votes
0answers
24 views

UrbanAirship Push API

I am trying to build a simple push notification using java program to broadcast the messages to all Android devices, but I am getting always Connectionexception, I am not sure why... URL url = ...
0
votes
1answer
46 views

How to check if there is a Notification from Urban Airship in ios?

I am having an app in which I am using Urban Airship For push Notification. I am having a button on my viewController and clicking on that user can see the notifications from the Inbox of the Urban ...
0
votes
1answer
125 views

Receive but not show GCM push notification

Is it possible to receive a GCM push notification but choose to not show it in the notification bar under certain circumstances? On an incoming push notification, I would like to do a check of whether ...
-4
votes
0answers
35 views

How to intergarte urban airship in iPhone App [closed]

I have issue with urban airship implementation. I have implemented it as it defined on the docs of urban airship. But i couldn't get the push on device. I will be grateful if any one here can help me ...
3
votes
1answer
78 views

Urban Airship - Push Sample => APID is everytime null

I'm new to android and want to use the push service of urban airship. I downladed the sample projects and tested the Push Sample Project, I just changed the developmentAppKey and the ...
0
votes
1answer
120 views

Extracting “extra” from Urban Airship push notification in PhoneGap

I'm sending push notifications from my own server via Urban Airship to a PhoneGap-based Android app. The notifications are sent successfully - however, I would like to be able to send additional data ...
0
votes
2answers
168 views

Sending push notification through Urban Airship via JavaScript

I've set up a simple web site consisting of a button with a JavaScript onclick method from which I want to send a push notification to my phone using Urban Airship. If I use quotes around the data ...
0
votes
0answers
40 views

IAP hosting provider

I have few iOS apps with IAP (non-consumable). Recently UarbanAirship service announced that they will shut down IAP hosting 1st July. I'm looking for alternatives as I don't feel like ready to ...
0
votes
0answers
60 views

Rich push in Urbanairship in android

I am implementing Push Notification for Android in my project. I am implementing urbanairship GCM push Notification.While i gone through the urbanairship site, i camr to notice that under the messages ...
0
votes
0answers
21 views

Server-side Implementation for UrbanAirship Push Notification

We have built an XMPP chat app, our chat server is openfire and we have completed the necessary implementation in Xcode using UrbanAirship's API. That's the client side. We're not sure what we should ...
0
votes
1answer
28 views

Unable to push notifications via urbanairship to APNS

I am using the APNS for my app in development mode. I integrated with the Urban Airship as per the getting started document they provided on their portal: Created the certificate in Apple ...
2
votes
1answer
67 views

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 ...
0
votes
0answers
64 views

iOS project shows linker error for i386

Today I tried integration of UrbanAirship in iOS project. Got linker error saying -logging is not found for i386 architecture. So I removed i386 architecture from lib. lipo -remove i386 ...
0
votes
1answer
51 views

ios - when opening a push notification while the app is active, it cases a crash

I am testing push notifications. I have this scenario: When I am on a random screen, and I get a push notification and open that notification, the system tries to take me to the screen which the push ...
0
votes
1answer
53 views

Compile error with UrbanAirpush about some files missing

I got this error when compiling my code: Ld ...
0
votes
0answers
13 views

Getting Segment ID Urban Airship

Im trying to do a JSON Push on urban airship to a specific segment. According to the documentation all I have to do is append the segment by using "segments":[] But how do I get my Segment ID?
0
votes
1answer
44 views

ios - compiling code with UrbanAirship libraries gives “release not available” error [duplicate]

I added UrbanAirship libraries to my code, and I am getting these kinds of error when compiling UAPushSettingsAliasViewController.m and UAInboxMessageListCell.m and a few similar classes. The errors ...
0
votes
1answer
66 views

SSL certificate/ Streaming API on SalesForce

I am developing a hybrid mobile app using Salesforce. I am at a point where I am dealing with Apple's Push Notification Service. In the apple's developer guide it ask that we install the SSL ...
2
votes
3answers
104 views

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 ...
0
votes
1answer
23 views

ios - unable to replicate the search path setting in the Target->Build Settngs

I am working on creating push notifications with UrbanAirship. I am working with this https://docs.urbanairship.com/display/DOCS/Getting+Started:+iOS:+Push and I am on the section titled "Build ...
0
votes
1answer
95 views

What could be the reason for the following iPhone app crash [closed]

I am using UrbanAirship in my app and it crashes suddenly when using the app and shows the crash report option on app startup, here is the crash log: Hardware Model: iPhone5,2 Process: ...
-1
votes
1answer
20 views

how to send push from app

I am making real estate app where I want to send push when any building is added. What I tried is as per below link. Urban Airship - Send Push with NSURLConnection Still I don't get anything. I ...
0
votes
2answers
69 views

Push Notification with Urbanairship

Im developing an iOS app that has a feature of Push notifications. Its a sports app where a user can add players to their favorites list. Each player has 3 kinds of events. Like, score a Goal got ...
0
votes
1answer
27 views

What is curl command syntax for device_token registration on Urban Airship?

I have an android device_token that i receive from GCM. I want to send it with the curl protocol to Urban Airship and to receive their APID for my android device. I look for something like: curl -X ...
0
votes
1answer
261 views

Urban Airship not creating a device token

How come I have no device tokens? - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { //Create Airship options dictionary and add ...
1
vote
1answer
130 views

Device Token null when deploying app as ad-hoc (Urban Airship)

I implemented the Urban Airship library into my application and I can successfully send push notifications to a specific device in development mode. After startup I get the device token and save it ...
0
votes
0answers
50 views

Is there a way for me to send push notifications to users based on an RSS feed that they have entered?

Basically I know that Urban Airship allows you to push notifications based on a RSS feed specified in the backend. However I want to allow a user to input an RSS feed of their choice and for me to be ...
0
votes
0answers
33 views

UrbanAirship notification - access subject textview

I've been working with Urban Airship for GCM. All going well except for one little aspect in the notification view. There are two TextViews, { subject, message } It seems the message is set to the ...
0
votes
0answers
63 views

Replacing Urban air ship IAP with Apple content hosting

As you know, air ship will shutdown, so i have to convert it into ordinary In App Purchase with apple hosting... anyone knows how to do that or have a tutorial for the replacement process thanks
0
votes
0answers
44 views

is it possible to enable and disable push from urbanairship?

I have a problem with my phonegap application. I am using urbanairship for push messages but in my application i want to disable the push notification when the user log out. Though i want to enable it ...
2
votes
1answer
61 views

How to extend Unity Application?

I know I should post that question at Unity's Q&A but unfortunately they're pretty unresponsive. :P Anyway, Urban Airship requires me to extend Application instead of (as usual) Activity. Is there ...
0
votes
1answer
78 views

Urban Airship Adding a Notification Services does not work

I'm trying to add a Notification Services for iOS. I get no errors uploading the .p12 file and the password (I get agreen message: "App services have been saved!") but the iOS service stays ...
1
vote
2answers
270 views

POST to Urban Airship Push Notification iOS ASIFormDataRequest

I have set up Urban Airship push notification register and handling on iOS and have tested it with CURL terminal commands. I cannot, however, reproduce the same thing using ASIFormDataRequest. Can ...
0
votes
3answers
246 views

Urban Airship Implementation on iOS

I am trying to add libUAirship-1.4.0.a by going to Build Phases > Link Binary With Libraries and locating the library on disk, after doing so i am still getting an error saying use of undeclared ...
0
votes
0answers
189 views

urbanairship - android - phonegap : javascript to java communication

I've just started using urbanairship. I have a problem with the communication between java plugin and javascript plugin. I am using gcm and i implemented urbanairship with phonegap. when i debug my ...
0
votes
2answers
168 views

Urbanairship: Delay in delivery of first push notification.

I have heard that when using urbanairship, there is a delay of almost 24 hours in delivery of first push notification to a device. Is this correct? I have added an app and sent a push notification but ...
2
votes
1answer
221 views

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 ...
0
votes
1answer
178 views

Push notifications to Passbook via Urban Airship not appearing on device

I've found this post to be really helpful in getting set up, but I have yet to see the push notification come through on the iPhone on which the pass is installed. ...
0
votes
1answer
409 views

Urban Airship iOS Push Notifications Not Received By iOS Device

I have tried to set up Urban Airship to deliver push notifications to my iOS application with no luck. Here are the things I have: Developer Provisioning profile with push notifications enabled ...
0
votes
1answer
138 views

How to register APID with Urban Airship in MonoDroid

I am looking to add push notifications to an app currently in development, The android app has been built using MonoDroid and we are using Urban Airship for push notifications. Are there any Urban ...
0
votes
0answers
65 views

In which place we can keep Development App Key and Developement Secret Key using urban airship library in android

I make simple push android application using urban airship, but i doesn't know in which place i keep developer app key, server key and secret key. so please provide help for this. I generate my API ...
0
votes
0answers
38 views

Urban Airship UAInboxMessage extra dictionary - no data

I'm sending a Rich Push notification and message from the Urban Airship Rich Push composer (their web UI). I add some extra custom keys and values to the payload, which comes through in the push ...

1 2 3 4 5 6