urbanairship.com

Setting up WNS service for windows phone 8 get error after add <Identity> tag

て烟熏妆下的殇ゞ 提交于 2019-12-02 07:51:25
I am setting up windows phone 8.1 push notification with urbanairship. I have SID and Secret key for my app. But when i do following step mentioned in dev.windows WNS-->Live Service site: To set your application's identity values manually, open the AppManifest.xml file in a text editor and set these attributes of the element using the values shown here. my application is stop working. is any one provide me steps for set up WNS in windows phone 8.1 then it helps me a lot, I spend over the week on this and now really frustrating. I got success with Push Notification in Windows Phone 8.1/ Windows

Notifications don't come through when the app is closed

放肆的年华 提交于 2019-12-02 01:59:38
问题 I've got an Android app with push notifications set up using Urban Airship. The notifications work fine while my app is open but I need to still receive notifications when my app is closed. I've looked around but haven't found something that works. I'm pretty sure the problem is in my manifest, so here it is. <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="za.co.foo.android.financials" android:versionCode="1" android

Notifications don't come through when the app is closed

[亡魂溺海] 提交于 2019-12-01 21:44:50
I've got an Android app with push notifications set up using Urban Airship. The notifications work fine while my app is open but I need to still receive notifications when my app is closed. I've looked around but haven't found something that works. I'm pretty sure the problem is in my manifest, so here it is. <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="za.co.foo.android.financials" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="11" /> <uses-permission android:name="android.permission

iOS push notification received when app is running in foreground

荒凉一梦 提交于 2019-12-01 20:07:37
问题 From my understanding, when app is running or in the foreground and a push notification is received, the app should NOT show any alert but the app delegate will call the didReceiveRemoteNotification delegate method and I should handle the push notification in that callback. The push notification should ONLY display alerts/banners when the app is in the background. However, our app gets push notification alert with an OK button when the app is running or in the foreground sometime, not all of

iOS push notification received when app is running in foreground

不打扰是莪最后的温柔 提交于 2019-12-01 19:03:22
From my understanding, when app is running or in the foreground and a push notification is received, the app should NOT show any alert but the app delegate will call the didReceiveRemoteNotification delegate method and I should handle the push notification in that callback. The push notification should ONLY display alerts/banners when the app is in the background. However, our app gets push notification alert with an OK button when the app is running or in the foreground sometime, not all of the time. I'm wondering if it is something new in iOS 7 (I have never heard of this) or is it because I

Push notifications to Passbook via Urban Airship not appearing on device

时光毁灭记忆、已成空白 提交于 2019-11-30 09:08:59
问题 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. Passkit-push-notification-not-working-with-urban-airship I set up my app on urban airship's site pushing to Apple's development servers. I installed a pass on my phone and run the following commands which I found in the above post: airship = urbanairship.Airship(_UrbanAirshipPassbookKey, _UrbanAirshipPassbookMasterSecret) airship

Android UrbanAirship Crash in takeOff

做~自己de王妃 提交于 2019-11-29 15:48:30
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 UrbanAirship with takeOff. I´m using Android Studio v2.1.1(stable) and updated my Build and Platform-Tools to use the most current version(s). After the crash occurred I tested if it is caused by the new Tools by using an older Version of these Tools and different Android Studio versions (2.0, 1.3 and 1.5). So I´m sure that should not be the Problem. Here is the Code I´m using and the Stack Trace

Android UrbanAirship Crash in takeOff

青春壹個敷衍的年華 提交于 2019-11-28 08:50:04
问题 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 UrbanAirship with takeOff. I´m using Android Studio v2.1.1(stable) and updated my Build and Platform-Tools to use the most current version(s). After the crash occurred I tested if it is caused by the new Tools by using an older Version of these Tools and different Android Studio versions (2.0, 1.3

iphone push notification urbanairship

守給你的承諾、 提交于 2019-11-28 06:59:10
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 slf Basically... using System; using System.IO; using System.Net; using System.Text; namespace Examples.System.Net { public class WebRequestPostExample { public static void Main () { // Create a request using a URL that can receive a post. WebRequest request = WebRequest.Create ("https://go.urbanairship.com/api/push/"); // Set the Method property of the request to POST. request.Method = "POST"; // Create POST data and convert it to a byte array. broken out to multiple

Application crashes on installation with error sqlite3_exec - Failed to set synchronous mode = 1(Normal)

别等时光非礼了梦想. 提交于 2019-11-28 02:22:29
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'm installing my application It shows black screen then after some time shows popup that application is stop, and my application splash screen loading behind this dialog when I press ok that dialog disappears and I can go to my Application login screen. 12-13 18:33:53.823: I/ActivityThread(14608): Pub com.android.mypype.urbanairship.provider: com.urbanairship.UrbanAirshipProvider 12-13 18:33:53.833: I