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

UrbanAirship: PHP library push notification to named user

I see that API v.3 allow to specify "named_user" as Audience for the push notification (official docs), but the official PHP library (v.1.3) doesn't support it or I can't find how to do it (in the docs and in the code). Can anybody help with it?
Roman Podlinov
  • 23,806
  • 7
  • 41
  • 60
-1
votes
1 answer

Can I Send And Receive Push Notifications On My Website With Urban Airship?

This is the scenario for my website: 1.) I am a Student who is waiting for a Question 2.) A Professor sends a Question to his Students for them to answer 3.) The Student's website page will change to the QuestionPage where the Student can answer…
Conner Frey
  • 553
  • 1
  • 5
  • 12
-1
votes
1 answer

Integrate urban airship using Eclipse

I have an application want to integrate Urban Airship to push notification. I dont use Android Studio, but I cant find any tutorial about integrate Urban Airship with Eclipse. Anyone can help me? THank you.
-1
votes
1 answer

How to unsubscribe push notification from first vendor in iOS

In my last version of my Application I used Appoxee to send push notification and in my current version, I wanted to switch to UrbanAirShip so I removed Appoxee from the code and integrated UrbanAirShip. Now when I upgrade the app, I still receive…
-1
votes
1 answer

Urban Airship tags getting wiped on device registration

So, we are using Urban Airship for our push messaging API in iOS/android. In iOS, when the app is opened we register it with urban airship using this method in our app delegate. UAConfig *config = [UAConfig defaultConfig]; // You can also…
Erik
  • 1,246
  • 13
  • 31
-1
votes
1 answer

How to access extra data sent along with urbanairship push request using phonegap/cordova

How to access extra data sent along with urbanairship push request using phonegap/cordova?
Varun Nath
  • 5,570
  • 3
  • 23
  • 39
-1
votes
1 answer

App freezing with no internet connectivity due to Urban Airship

I have used Urban Airship push notification in my app. It works fine if internet connectivity is good. But when the internet connectivity is not there or it's slow, the app freezes on start. Any ideas about it ?
-1
votes
1 answer

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 always get response as 401. Means push is not sent. Any…
Fahim Parkar
  • 30,974
  • 45
  • 160
  • 276
-2
votes
2 answers

UrbanAirship push notification with custom icon

I have recently started using Urban Airship for my company. I have to create a custom layout for the push notification. My problem is I need to get the url of image in order to set the icon inside the remote view using Picasso. Everyone is setting…
Aman Mahajan
  • 115
  • 1
  • 5
-2
votes
1 answer

Activity Not opening from the notification bar

When I click on the Notification the app is not open.
-2
votes
2 answers

why is my String throw error?

I want to target this string type "application/json" for urban airship api. Can you guys help me whats wrong with my string and structure? string postData = "{"audience":"all","device_types":["android"],"notification":{"alert":"This is a…
Aiman
  • 63
  • 1
  • 8
-2
votes
1 answer

Schedule urbanairship push notification

After reading documentation I have tried to write the following source: $contents = array(); //$contents['badge'] = "+1"; $contents['alert'] = "Touchdown!"; //$contents['sound'] = "cat.caf"; $notification = array(); $notification= $contents; …
Naveed Rafi
  • 2,503
  • 5
  • 32
  • 40
1 2 3
42
43