A notification informs users of events that are unrelated to the current user activity. The notification could result from a user action or significant system event, or could offer potentially useful information from OS or an application.

learn more… | top users | synonyms (1)

0
votes
0answers
17 views

Set layout weight in Remote Views

I have a notification with a custom layout. Here's its code: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
0
votes
2answers
26 views

NSNotification - observer not match

I use NSNotificationCenter: [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(playNow:) name:@"PlayNow" object:nil]; and Post: [[NSNotificationCenter defaultCenter] ...
0
votes
0answers
5 views

App Notifications API

I want to use this API in my iPhone App so that App will post a notification to the user: https://developers.facebook.com/docs/concepts/notifications/ I implemented it in my App: Was able to get the ...
0
votes
2answers
30 views

Android App Versioning

I have android app published in google play with the following version: android:versionCode="1" android:versionName="1.0" I think that's the default version when creating android app in Eclipse ...
0
votes
1answer
33 views

Play sound in Android notifications although phone silent mode is set

My app is showing notifications, and when a notification is shown, a sound is played. But when my phone is on "silent mode" the notification is not played. I want to "override" volume settings, and ...
0
votes
0answers
8 views

navigator.notification.confirm does not work on iphone for Phonegap

I created an Android app with phonegap that calls navigator.notification.confirm. This works fine for Android. However, when I bring it over to the Mac and build it in XCode I don't get a pop ...
-1
votes
0answers
10 views

android windows server listening and making a notification [closed]

First of all, My mother language isn't English. Sorry mistakes that can be occur.Thank you for your understanding. I need to develop android application that listens windows service. How can i ...
0
votes
1answer
24 views

Removing notification causes crash

I am having trouble removing an existing notification. I have looked through other posts and don't see what I am doing wrong. Here is the code to set it PendingIntent pendingIntent = ...
0
votes
0answers
10 views

SQL Server CE Notification Services

I've been looking for a while but without finding any real answer. I'm trying to build an application which uses SQL Server CE for portability purposes, and I need to trigger an event when the ...
1
vote
2answers
65 views

Notification system in Java

I am building an API for my system which receives UDP messages and parses them. Now I need to notify the developer, about those changes. Currently I have 2 implementations in mind, but I am not sure ...
5
votes
0answers
64 views

Emojis support in Apple push notification

I am working on iPhone app named "INTERSTIZIO".In this I have implemented functionality like chat between users.In this user can send text,location and text with emojis symbol.If the app is not in ...
0
votes
1answer
14 views

Worklight: custom user ID for Push NOTIFICATION_USER table

I want to know, Is there a way to save a custom UserID in NOTIFICATION_USER in place of log-in user ID? for example, currently it is saving UserID as "aahad" in the NOTIFICATION_USER and i want it ...
-1
votes
0answers
10 views

Notification on new mail webview mail application [closed]

I have created a webview which is an outlook webapp. It will be refreshed automatically every 5 mins. Everything is working fine. Can we have a functionality like whenever there is a new mail in ...
1
vote
3answers
27 views

iOS - Push Notifications not sent for production

I have push notifications working perfectly for my app using the development aps-environment. However they do not work for the production environment. As far as I an aware, all my certificates and ...
0
votes
0answers
6 views

How to define a delay for a growl notification to stay for a predefined time (e.g. 5 seconds) and then disappear?

Is it possible to define for a growlnotify a timeout for a notification to stay on the desktop and then disappear, not stick until click and not disappear immediately? And if possible - how to define ...
0
votes
1answer
17 views

what is the easiest way for email notifications in rails 3

I have simple ruby on rails app and I need some notifications system on admin email in rake ? What is the easiest way to do it? Should I configure mail server on my vps for it?
0
votes
1answer
22 views

trigger.io android 4.0+ not receiving pushing notifications

I was doing some testing and just realized that my android 4.0 devices are not receiving push notifications. I have received them in the past and Pars shows them being sent out but I do not get them. ...
0
votes
2answers
39 views

May I send notification from Android to iOS or vice versa?

I need to develop an application which sends notification to other device based on current action. The device on which I need to send notification that might be iOS device or Android device too I am ...
1
vote
1answer
21 views

Android onNewIntent() notification is not acting correctly

I have a broadcast receiver for notification. My app is a webkit, and I want my app to be opened and directed to a certain URL when user clicks on the notification. Everything seems to be working ...
0
votes
1answer
23 views

Menu bar notification badge update issue

I have a menu bar with notification bubble badge (CSS3), and a php script to retrive the new messages count from mysql database (messenger inbox system). I want to update the value of the notification ...
0
votes
1answer
23 views

Failure to run terminal-notifier (Ruby app) from a Launch Agent in OSX. Environment variable problems?

I'd like to periodically pop up a notification (I have a "current task" I'd like to display, in a Pomodoro style app). I am attempting to use a user Launch Agent to schedule the task, which works ...
1
vote
1answer
22 views

Notification in android add two notification

I am new here, I have used notification panel in my android application and it is working fine, My question is about I want to add one more notification from same layout and activity with different ...
0
votes
3answers
28 views

How to automatically detect changes to database and produce a jquery notification?

In the website I am maintaining, I wan to add a new feature which functions like the facebook notification. I want to automatically detect changes in my database, then if a new item was ...
0
votes
0answers
7 views

Trigger notifications from alarm manager

I'm trying to set notifictions to trigger from AlarmManager. I've looked at heaps of examples and written the code below but it doesn't work and I can't see whats wrong with it. Can anyone else see ...
0
votes
0answers
9 views

Google Chromium HTML5 Notification outdated

I have looked but can't seem to find any answer on my question. Google Chrome is using an old version of the native Notification Center from 2006, but there have been many changes in the Notification ...
0
votes
0answers
11 views

resigned ipa can't be added to the Iphone settings-->notification center

I have compiled an app with a mobileprovision which has push configuration. Then I resignd it with another mobileprovision(with push configuration) and relative Enterprise Distribution certificate, ...
2
votes
0answers
35 views

Connect to Microsoft Push Notification Service for Windows Phone 8 from Ruby

We are developing a WP8 app that requires push notifications. To test it we have run the push notification POST request with CURL command line, making sure that it actually connects, authenticates ...
0
votes
1answer
40 views

Send notification every x seconds

I'm doing an app that checks the live scores. I don't know if it's the best way, but I created a Timertask, a Service and and Activity to notify. The Timertask checks every x seconds if the score ...
0
votes
1answer
13 views

Android Notification SetAutoCancel not working

I have a notification that I would like to close on button click. I use SetAutoCancel but it doesnt work. Anyone got a clue how to achieve it? Using this button ...
-1
votes
1answer
16 views

Best design to implement long running component and SQL lite [closed]

I am new to android world. Currently, I am in the process of making an app which stores certain data into SQLLite db locally. I need to make certain component(service,broadcast receiver ...
0
votes
0answers
55 views

Android Notification error

I got an error while i am doing notification in android.Actually i have added notification when i will get new message from server.I have added the code here ,but the problem is when i click the ...
0
votes
0answers
11 views

How to catch quit notification of an andorid app

i am not familiar with android app. In ios , there's a notification will be raised when the application is about to exit. Developers can catch the notification and save data and do anything they ...
0
votes
0answers
10 views

Android Notification: call Intent and keep task in 4.0.4

I want to show activity C when user click on notification. If current task consisting of four activities: A, B and I click on notification, it shows activity C. When I click on back button, in android ...
-1
votes
0answers
17 views

How can I make an intent when using javascript android

im trying to do a notification manager im working with phonegap and designing with jquerymobile but i have exceptions when i try to run this code. hope you will help me urgentlly because this is for ...
2
votes
1answer
45 views

Android PendingIntent does not launch activity

I'm creating an application that use Google GCM Service. So I defined this function: @Override protected void onMessage(Context context, Intent intent) onMessage calls a function, this is part of ...
1
vote
0answers
34 views

Device stops receiving GCM pushes until network is switched

I have an android app that relies on GCM push notifications, and sometimes, a user's device will stop receiving push notifications. The behavior is quite intermittent: on some devices, it will never ...
0
votes
0answers
18 views

Custom notification sound not played

I get my notification sounds from the server and store them in an sql lite database. But when I get a notification, no sound is played. This is my code: notificationBuilder = new ...
0
votes
2answers
39 views

Android starting activity using Intent

In my app I am using Notification. When user clicks on this Notification than starts my application(if it not running) or dialog is showing. In the activity I do checking intent = getIntent(); ...
1
vote
2answers
30 views

Push notification/alternative that can timeout

I am working on an application that must notify the user of a server-initiated event. These notifications are only useful for a short space of time (30-60 seconds). For this reason, I am looking for a ...
1
vote
3answers
33 views

Notifying when a particular method is executed

Is there any way in Java where we are alerted when a method of a particular class is invoked. Can I register somewhere so that I can be notified when that particular method gets invoked. For example, ...
-2
votes
1answer
46 views

How to disable notification in android [closed]

I want to stop incoming notification when my app is running. But I have no idea to stop incoming notification. Please give me some idea. Thanks.
-1
votes
0answers
30 views

MPMovieplayer - exit full sceen back to storyboard after finishing playing

Hello guys I am working on a mini project (I'm learning Xcode now) and what I'm hoping my app does is to press a button, play a movie file on full screen without the controllers (Hidden) and when the ...
0
votes
0answers
11 views

Grocer Gem for iOS push notification not generating notification

Im using the grocer gem for generating notification for my ios app. Upon running a script that calls the app's methods Im getting a feedback. However, there is no notification generated on the ...
-2
votes
1answer
33 views

Android Scheduled Notifications

I'm building an app and I need to schedule a notification that remember the user to access the app. I need this notification to be shown a month ahead of the last time the app was used
0
votes
0answers
21 views

Event when user activates / deactivates Push on iOS

I'm developing an iPhone & Android via Phonegap. I already got the Push Function to work on the iOS device, and I also can recognise whether the user has Push activated or not while the App is ...
0
votes
1answer
28 views

Notify running Windows app when line is inserted in sql table

I need to have a Windows application (that I am writing) somehow get information that a new record has been added to a certain SQL table. The SQL Server is MS SQL Server 2008, and the Windows app is ...
0
votes
1answer
17 views

Image View is Causing Awkward Hang?

I've been working on this for a couple days now (off & on) and I'm not exactly sure why this isn't working, so I'm askin you pros at SOF for some insight. NewsItem.m On my first view controller, ...
0
votes
0answers
26 views

android notification Custom sound Ringing off the hook

I set the custom ringtones.I did not set Notification.FLAG_INSISTENT.But when the arrival of the notice, the bell kept ringing. public void showNotification(int icon, String tickertext, String title, ...
0
votes
0answers
61 views

C# MVC notification system

I'm working on C# MVC 4 application and i want to make a notification system much like facebook, can you advise me? I thought about adding a notification in a table for each event, and then make AJAX ...
0
votes
0answers
8 views

Link specific view controller to local notification

I have some local notifications set up. They are set to fire at certain dates. How would I go about setting them up so that when they are executed, and the app is opened by clicking on them, that ...

1 2 3 4 5 75