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
7
votes
4 answers

Push notification using Urban AirShip and Rails 3 for iphone

What is the best way to send push notifications through Urban AirShip using a Rails 3 web app? From Urban Airship documentation: An HTTP POST to /api/push/broadcast/ sends the given notification to all registered device tokens for the …
Abramodj
  • 5,709
  • 9
  • 49
  • 75
7
votes
1 answer

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. 05-22 17:54:30.476: E/AndroidRuntime(575): FATAL…
Nomiluks
  • 2,052
  • 5
  • 31
  • 53
7
votes
2 answers

Urban Airship and AirshipConfig.plist

is there a possibility to have XCode configure the AirshipConfig.plist for iOS depending on the build target? Urban Airship at the moment only supports 2 configurations, set in the AirshipConfig.plist, but I want to have 3 or more. Does anyone have…
Micky
  • 5,578
  • 7
  • 31
  • 55
6
votes
2 answers

cross-platform real time update for mobile phones

i'm looking for a way to sync items stored in a database among users so anyone of those users changes anything from his phone , the change will be reflected in the database and SYNC with all users related to him in real time what's the best way to…
Iyad Al aqel
  • 2,020
  • 3
  • 21
  • 32
5
votes
3 answers

Using CodeIgniter cURL to send a push notification via UrbanAirship

I have an urbanairship account set up to send push notifications to my app. This is all working, but now I'm trying to integrate it with my codeigniter admin site so that push notifications are sent by UA and stored to a database in one step. I'm…
Andy
  • 51
  • 1
  • 2
5
votes
1 answer

Push Notifications using Urban Airship returns apID as null at the first launch

I have successfully integrated urban airship push notification to my android application. I ran into an issue here, that is the apID becomes null with the very first launch and then with the second launch, apId comes correctly. This is how I grab…
TharakaNirmana
  • 10,237
  • 8
  • 50
  • 69
5
votes
1 answer

Keeping track of active users for push notifications with Urban Airship

We are currently implementing push notifications (for IOS only for now), and we are planning on using Urban Airship. We want to send a push message to a device if they have our app installed and push enabled, and send an SMS message if not. Our…
Dennisch
  • 6,888
  • 1
  • 17
  • 32
5
votes
2 answers

No intent receiver set Urban AirShip

I do receive the push messages but whenever I click on them inside the notificationbar this logcat appears and the notification dissapears... This is my logcat output: 05-31 16:49:47.165: D/Test - UALib(20523): No intent receiver set, not sending…
user754730
  • 1,341
  • 5
  • 31
  • 62
5
votes
1 answer

Using Urban Airship & Phonegap, can't register device: "Device token is nil"

From the newest example on git hub (https://github.com/urbanairship/phonegap-ua-push), with a shinny new build of Phonegap/Cordova's latest v2.3.0, we're having trouble on iOS registering a device with UA. We had no problem until we updated to the…
Ryan Martin
  • 1,613
  • 3
  • 24
  • 36
5
votes
2 answers

Clear push notification badge after increment

I am working on push notification in iphone. when i receive push notification, its showing 1 on my application icon, next time its 2,3,4. if i open application its 0. Next time its should be 1,2,3,4... but its showing last number and +1. i want…
iOS Developer
  • 103
  • 1
  • 8
5
votes
1 answer

Development App Key and App Secret for Android

I'm trying to set up a push notification for android app using urban airship with Helium option. However, I need to find these information for my app which I have no idea where to find from. any comments or advice would be greatly appreciated. Thank…
etrademom
  • 221
  • 4
  • 12
5
votes
1 answer

Device Token registering fine in development, but not production

I am creating a PhoneGap application for iOS and Android. I have gotten Android to work perfectly fine, but am having trouble switching from Development to Production in iOS. A device token is not being registered for the device with a production…
4
votes
0 answers

application:didRegisterForRemoteNotificationsWithDeviceToken: never called

I'm developing an iOS app with Urban Airship push notifications I've seen that after these logs: "Updating device token Skipping device token update: no token, already up to date, or user is being updated." Must come this log: "Device token…
nurnachman
  • 4,468
  • 2
  • 37
  • 40
4
votes
3 answers

How to get C2DM Authorization Token for using Urban Airship

I want to Use Trial version of Urban Airship for Push notification. On registering application page of Urban Airship it require Google C2DM Authorization Token. but i am not able to get the C2DM Authorization Token from Google. i have registered my…
waseemwk
  • 1,499
  • 3
  • 15
  • 44
4
votes
1 answer

Why should I start urbanairship service as a separate process?

I use UrbanAirship (UA) for push notification. The UA push service is configured in the Manifest file as follows: Where…
Asaf Pinhassi
  • 15,177
  • 12
  • 106
  • 130
1
2
3
42 43