urbanairship.com Questions
6
Solved
Upgrading to UrbanAirship 3.0.0 with Xcode 5.0, I'm getting an error when calling this code:
[UAirship takeOff:config];
The error is
+[NSJSONSerialization stringWithObject:]: unrecognized selec...
Footstool asked 19/9, 2013 at 14:12
2
Solved
I'm looking into push notifications for an app I'm creating. I've heard lots about UrbanAirship but I can't seem to find a definitive reason why I should use it? As far as I understand it UA is a m...
Pokorny asked 30/6, 2011 at 22:28
4
Solved
Got a little problem that's been bugging me..
I've set up my application to receive PUSH notifications from Urban Airship and that all works fine, but when I tap on a notification in the notificat...
Terle asked 17/4, 2012 at 15:57
1
Solved
I am trying to send push notification using deep link parameters but unfortunately it is not working for me. I'm using PHP and curl and my code is:
$params = array("audience"=> "all", "notifica...
Enjoin asked 8/11, 2017 at 5:58
2
Solved
I am upgrading an App, and in my build.gradle file, I have this:
dependencies {
..........
compile 'com.google.android.gms:play-services:9.8.0'
..........
}
In the Android SDK Setup Quickstar...
Overweigh asked 30/3, 2017 at 16:30
1
How can I define the right package name regarding my buildType ?
I have this command line to build :
cordova run android --device --buildType=beta
I have this hook (after prepare) which set the bu...
Piegari asked 7/7, 2016 at 14:38
4
Solved
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 notificati...
Dislocate asked 8/7, 2011 at 9:28
3
Solved
I have an application both in Android and iOS platforms. Both of them are registered with Amazon SNS. This is successfully done, because if I have the device tokens, then I can login to my applicat...
Sextillion asked 4/2, 2014 at 15:56
3
Solved
Hello I hope someone can help me here.
I´m working on an application which uses UrbanAirship to receive PushNotifications.
My Problem is that, since this morning, my app crashes when initializing...
Reminiscence asked 19/5, 2016 at 11:50
2
Solved
Basically, I have an IOS app that functioned without issue.
While following the instructions at http://docs.urbanairship.com/build/ios.html#ios-push-getting-started, I reached the "Register Your ...
Quadripartite asked 21/9, 2013 at 18:40
5
Solved
i"m want to send notification from my server side (c#) via urbanairship api
is there any example in c# how to do it?
thanks
Rubiaceous asked 6/3, 2010 at 18:55
1
I've integrated Urban Airship SDK to my application on device with Android 4.2 (Jelly Bean). I've received general push-notifications. It's Ok. But I want to get interactive push-notification with ...
Uranium asked 15/7, 2015 at 11:24
1
Solved
After integrating Urban Airship, when I call
let appDelegate = UIApplication.sharedApplication().delegate as? AppDelegate
I always get nil. When I tried to get class of UIApplication.sharedAppli...
Dexterous asked 2/6, 2015 at 14:39
1
When I receive a push notification on my phone when my app is minimized, if I click on the notification to launch my app, calling
window.pushNotification.getIncoming( callback )
returns {"messag...
Gossip asked 18/1, 2013 at 13:8
3
Solved
I'm new to Android Studio and i want to implement Urban Airship in one of my projects. I followed the example on their website with the .aar file and I ended up getting this error.
Error: [/Users/...
Filthy asked 10/11, 2014 at 13:23
2
Solved
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 BroadcastR...
Disgraceful asked 13/2, 2013 at 8:33
1
Problem:
Let say I get 3 notification.
It shows the badge count 3 on my app icon.
I open the app or click on the notification and it clears the badge
(All Good so far)
Now when I get a new notifi...
Stemware asked 19/11, 2013 at 13:45
1
Solved
I am looking to transfer ownership of an app that uses push notifications from one account A to account B, when I transfer the bundle id is maintained but the seed id changes.
I use urban airship ...
Coolth asked 15/10, 2013 at 5:13
1
I am integrating Urban Airship to my Android application. I got a sample code from there and I followed the same procedure in order to invoke it from my application. But, I don't get any push notif...
Mcentire asked 29/7, 2013 at 10:44
1
Solved
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...
Babarababassu asked 22/5, 2013 at 12:57
2
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,...
Spelldown asked 7/12, 2012 at 5:12
2
Solved
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.pl...
Feliciafeliciano asked 15/1, 2013 at 10:1
1
Solved
I'm running my application on Samsung Note with android version 4.0.4.
It's not crashing on devices like Samsung POP which is running android 2.2. And on Motorola Xoom running Androi 3.1.
When I'...
Mazdaism asked 13/12, 2012 at 12:26
1
Solved
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 ...
Hognut asked 10/1, 2013 at 2:4
1
Solved
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 co...
Schear asked 17/10, 2012 at 14:32
1 Next >
© 2022 - 2024 — McMap. All rights reserved.