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 crashing app

I'm having a problem when trying to integrate Urban Airship PUSH notifications in my android app. I think that I've got all my permissions and intent filters in the AndroidManifest set, but the app crashes immediately after trying to set my…
PinkFloydRocks
  • 808
  • 3
  • 14
  • 29
2
votes
1 answer

Urban airship set alias

Thanks for previous replies, I am very new to Urban_Airship and integrating this into my android application, i really don't know what is alias for urban airship, can anyone please guide me to understand about what is alias and how to set a tag and…
RAAAAM
  • 3,378
  • 19
  • 59
  • 108
2
votes
2 answers

push notification for web and mobile application

I'm developing a web/mobile app and need to figure out how to do push notifications in each environment. My app is Html 5, CSS, jQueryMobile and can be used in a website, iPhone, Android, etc. I've researched UrbanAirship as a possible solution. …
2
votes
3 answers

Sending push notification to Android from Java server using Urban airship

I want to use Urban airship to deliver Push notification to Android. I can send Push notification from Urban Airship site but i don't know how can i send messages in Java application using urban Airship web service. i don't want to go to their site…
waseemwk
  • 1,499
  • 3
  • 15
  • 44
2
votes
1 answer

Does urban Airship work on C2DM on backend on Android?

How Urban Airship does really work. Does it work same as C2DM on backend. what are the requirement for Client that want to use push notification from Urban Airship.
waseemwk
  • 1,499
  • 3
  • 15
  • 44
2
votes
2 answers

iOS Can't read file

I have a strange problem in my project and can't figure out a way to fix it. It manifest itself when I Archive the project. If I just build it, all is OK. This is the error I get... While reading…
Jorgen
  • 465
  • 3
  • 10
  • 24
2
votes
1 answer

How to change the status bar icon based on extra value from Urban Airship Pushnotification in Android

I am developing an app with Urban Airship PushNotification. It is working for me, I am able to get the push notification also. My requirement is with Pushnotification I am passing an Extra Value, I want to change the status bar icon for the…
Aju
  • 4,597
  • 7
  • 35
  • 58
2
votes
1 answer

How do I properly implement Urban Airship in Xcode 4.2 for iOS 5?

I am new to iOS Development and am now venturing into adding different features into my Apps and now would like to be able to implement Push Notifications into iOS5 apps with Xcode 4.2. I have tried my hardest to understand the iPhone Developer…
2
votes
1 answer

Php + Urban Airship + Amazon EC2 Server

I'm trying to implemnet a push notification server. I'm using: php + Urban Airship + Amazon EC2 Server. When I try to run the php libary of urban airship I get an error (500). I think I need to install the HTTP_Request package on my server. Can…
Shlomi Babluki
  • 101
  • 1
  • 1
  • 3
2
votes
0 answers

Get exact date and time for a push notification on an iOS device

Is there a way we can intercept push notification messages sent to my app and log the exact date and time at which it was finally received by the iOS device? I am using Urban Airship for my push notifications and this is a mission critical app which…
Raj
  • 6,810
  • 6
  • 48
  • 56
2
votes
1 answer

APNS Provide List - Which companies are Push Notification Server Providers

Does any one know what are the possible APNS providers around? I need to develop push notification and for that i need to choose one like Urban Aiship or Mono Push so i would like to have list of those providers. Can any one help? Please also let me…
2
votes
1 answer

Push notifications are not working in one ipod, rest of the devices iphone-4, iphone-3, ipod it's working fine

I have implemented push notification using urban airship library, whenever I am sending push notification through urban airship portal, all the devices containing my app receiving the push notifications, except one ipod(iOS 4.2.1)device. so i debug…
Prasad
  • 1,904
  • 4
  • 19
  • 24
2
votes
1 answer

Urban Airship. Get Android APIDs using /api/apids/ method

I have been trying to use the server side api provided by Urban Airship to integrate with my Android app. I am trying to get all the APIDs registered in Urban Airship server from my Android app. I am getting a Null value always although I have…
Gadenkan
  • 1,691
  • 2
  • 17
  • 29
2
votes
1 answer

How would I represent this CURL using ASIHTTPRequest?

curl -X POST -u ":" \ -H "Content-Type: application/json" \ --data '{"device_tokens": [""], "aps": {"alert": "Hello!"}}' \ https://go.urbanairship.com/api/push/ I didn't understand how to add the application…
shabbirv
  • 8,958
  • 4
  • 33
  • 34
2
votes
0 answers

Azure pipeline build fails with multiple provisioning profiles

Using Azure pipelines, I am trying to build/deploy a Xamarin iOS app that depends on a push notification iOS service extension developed by Airship. To build an iOS app and a related iOS service extension requires multiple provisioning profiles, one…