Push notifications are alerts, badges, or sounds which are pushed to a mobile device from a remote server. Apple delivers push notifications via the Apple Push Notification Service (APNS). Android devices coordinate push notifications via the Google Cloud Message (GCM) service. In the past, ...

learn more… | top users | synonyms (1)

-6
votes
0answers
44 views

How to Get Parse Push Notifications Status? [closed]

i want to get the status of All push notifications like Parse Dashboard Using REST API is it sent , in progress , schedule ... !!
1
vote
1answer
90 views

GCM how to unregister a device with GCM and 3rd party server

I've an app that uses GCM push notifications. It works fine and my device registers and receives push messages. If i uninstall the app from my device i no longer receive the messages as you would ...
1
vote
2answers
75 views

Using an AlarmManager to check periodically that my permanent service is running

I have a Service which should keep a permanent connection to a server in order to receive notifications. It's critical for my app to get the messages from the server on time. I cannot use GCM Push ...
0
votes
1answer
38 views

Push message not received in device

I am struggling for long with push messaging in BlackBerry. I am able to register successfully for push messaging with a returned code of rc=200. However, when I run the server side code, be it in PHP ...
0
votes
2answers
78 views

How should I handle authentication when my mobile apps report their device tokens to my server?

I have an app that runs across iOS and Android. I'm working to add push notifications to that app. At a very high level, devices register with the Apple Push Notification Service (APNS) or Google ...
0
votes
1answer
54 views

create window service and call wcf service

In my Application we used Android for native application and wcf service for maintain backend . Requirement is to send notification to tablet periodically. I think to use window service and call wcf ...
6
votes
1answer
111 views

Push notification

How can we make a Magento notification service/API for more than 1 android devices for adding, deleting, and other operations. If there are two or more devices then it should notify other devices in ...
0
votes
1answer
46 views

how to add a push notification system like on stackoverflow (red number notification) in my rails 3 app? [closed]

I want to add a push notification pop-up like you see on stackoverflow. When a user comments you get a notification. I want to implement something similar on my rails 3 app. Is there a good gem for ...
-1
votes
0answers
86 views

Receive specific APNS (iOS), GCM (Android), WNS (Windows Mobile) Push notification for ONLY MY APP and block all other push [closed]

I need to find a solution where I am connected to a hospitality property on a open Wi-Fi (Like almost all hospitality environments). In this open Wi-Fi, I have a "walled garden" where I allow ...
0
votes
0answers
18 views

Pull Vs Push - different timezones

I have an app that needs to send regular push notifications to the clients (browsers via HTML5 websockets). The timing for the push is like : every hour when the clock strikes :15 , :30 and :45 minute ...
0
votes
1answer
107 views

Receive but not show GCM push notification

Is it possible to receive a GCM push notification but choose to not show it in the notification bar under certain circumstances? On an incoming push notification, I would like to do a check of whether ...
0
votes
0answers
32 views

Handling Subsequent Push Notifications in iOS

I have been using push notification in many of my apps. But have came across this problem many times. For E.g. My app is in background state and I receive a push notification which I dont respond to ...
0
votes
1answer
46 views

Microsoft Push Notification Service capacity

Does anybody know the limits of using the MPNS? I need to know specifically if I can send to MPNS millions of notifications to unique devices (if I ever had) almost all at once (seconds) and how will ...
0
votes
1answer
61 views

GCM push notification, can not send same message

I'm following the tutorial below and i've got it to work. The problem i'm having is when i send i push notification to my phone that contains the same message, the phone doesn't receive it. for ...
0
votes
0answers
25 views

Track the timing of click in notification in android

I want to track the timing of the notification click so that i can post it into json to get the next notification. Can anyone tell me how to do that?
0
votes
0answers
35 views

My tile aint updated with notifications

In my app, I allow the user to create a live tile: ShellTile tile = ShellTile.ActiveTiles.FirstOrDefault(x => x.NavigationUri.ToString().Contains("livetile".ToString())); ...
0
votes
1answer
65 views

How to call pushnotification when server want to update pass

I have an interface for updating pass. When I click 'update pass', I want to call pushnotification to the pass in device. I don't know how to do this. How to do this?
0
votes
0answers
10 views

Push notification separate utility methods

I want to write the separate utility methods for push notification and also it has to handle the appDelegate listeners. Is it possible do it? (void)application:(UIApplication *)application ...
1
vote
1answer
52 views

Switch between two UIWindow's

I am integrating Pushwoosh SDK for Push Notification, which is using UIWindow to represent HTML page sent from Pushwoosh portal - (void) showWebView { self.richPushWindow.alpha = 0.0f; ...
0
votes
2answers
44 views

push notification script error

I have gone through 'http://www.raywenderlich.com/3525/apple-push-notification-services-tutorial-part-2' for Push Notification. Everything is working for me except when i run php push.php i got the ...
1
vote
1answer
127 views

Handling push notifications with Cordova and Pushwoosh when application is closed

I have a setup made up of Cordova 2.6 and Pushwoosh on iOS. I'm able to receive Push Notifications I send from the Pushwoosh portal. Certificates and SDK work fine now. (But it took a while) At the ...
0
votes
1answer
53 views

How to implement push notification in app being developed for Black Berry OS 6.0 using Phonegap and html5 framework like Sencha Touch

It is clearly stated in Black Berry developer website that HTML5 notification is supported in Black Berry 10 only. Is there any way to implement push notification in app being developed for Black ...
0
votes
0answers
23 views

NotFoundError error in Quickblox MPNS SimpleSample-Pushnotification

I'm trying out QuickBlox push notification for windows phone with the downloaded sample code (SimpleSample-PushNotification) however it fails with the Args.status = "NotFoundError" void ...
0
votes
1answer
51 views

Sending other data through Pyapns (iOS push notifcations) with Django

Is it possible to data other data through pyapns? For example, say I have a post model. Each post has a post_id. I would like to send the post_id with the push notification. The user who receives the ...
2
votes
1answer
74 views

GKTurnBasedMatch push notifications are very inconsistent

I'm testing a turn based game between two devices. As far as I understand, sending a turn with [GKTurnBasedMatch endTurnWithNextParticipants:], for example, should automatically push a game center ...
0
votes
0answers
43 views

Push notifications not coming in Enterprise app

I have developed a simple app for iPad which has push notifications in it as a feature. I created its app id and enabled the push notifications and downloaded the certificates for development as well ...
1
vote
1answer
45 views

Using the same server SSL certificate for multiple purposes

We have a backend server that services a multi-platform app that will be launched on iOS, Windows 8, Windows Phone 8 and Android. We'd like to use in production as few certificates as possible ...
0
votes
1answer
69 views

Blackberry Push Notification implementation steps

I am going to develop a Push notification application in Blackberry (OS 5.0 ,6.0). I did little R-n-D on Blackberry Push notification services. Covers all the basic Info ...
0
votes
1answer
85 views

Error in Push notification in Android

Here i got another problem regarding the push notification,it works perfectly in emulator but not working in device. code:for the GCMIntentService public class GCMIntentService extends ...
0
votes
0answers
79 views

Push does not update my live tile

From azure I have the following script: push.mpns.sendTile(result.DeviceId, { title: 'Tile Title', count: 5 }, { success: ...
0
votes
0answers
86 views

Using Parse push-Notification REST API with PhoneGap

i want to use parse push-notification Rest-API , i successfully send notification but i see notification when application is active , i want to send notification in background while application is ...
1
vote
1answer
64 views

Should I call WakeLock before creating a notification?

I'm adding notifications to an Android app and only have the emulator to test with at the moment. When a notification is received, my onMessage() method in my GCMBaseIntentService subclass ...
0
votes
1answer
55 views

android push notification opens the browser

I'm following the tutorial below for Google Push Notifications. The tutorial uses WAMP but i've got it to work with a SQL Server. Everything works fine. I can generate a message from the php file on ...
1
vote
1answer
52 views

Android - How to implement Canonical IDs for GCM to prevent duplicates

I have implemented GCM in my app and my device gets two alerts after reinstalling the app.I have read about canonical id's but it's really hard to find information on how to use it or how/where to ...
1
vote
1answer
69 views

Update Badge Number when push notification is received when App is not Open

I have an App in which i am facing the issue that the badge number only gets updated when i open the notification but i need to update the badge number even when app is not open. Can anyone help me ...
-2
votes
1answer
86 views

Update in remote SQL database - Listener to Android application. How? [closed]

Let me explain you the requirement of my application. There will be 4 roles in this app. One is a temporary database, a server app, a website, an android app. Website updates the temp database ...
0
votes
2answers
59 views

Develop an IOS Application with Push Notification [closed]

I am planning to develop an IOS Application with Push Notification. Is there any links/tutorials or anything that was proven helpful you would recommend? I am more curious about the Push ...
0
votes
0answers
179 views

Send Push Notifications Through Proxy (APNs and GCM)

I have built both ios and android apps which will receive push notifications. The problems are NOT from device side but from server side. Because our company's internal server must connect to ...
0
votes
0answers
32 views

ios Proper way to determine if the method “applicationWillEnterForeground” is called due to a PushNotification action

I'm working on an app that does a tasks "A" in - (void)applicationWillEnterForeground:(UIApplication *)application. The app is also registered for remote notifications. In - ...
-5
votes
0answers
267 views

I want to create Whatsapp like application in iOS [closed]

I want to create chat app just like whatsapp (app to app chat) for students in my college I don't want a prototype I want a fully functional app where should I start? I have some links ...
0
votes
1answer
55 views

Using chrome frame instead of SockJS

I'm creating web application using Go programming language. In my project I need to support IE>=8, Firefox >=13 Opera >=12 ... A part of the project rely on realtime push notification. Go doesn't ...
0
votes
1answer
96 views

GCM returning Missing Registration Error

I am using c# webservices to pass registration ids to GCM. I have two android phones and I have got valid registration ids.When i pass them individually GCm does not return any error and devices are ...
1
vote
1answer
213 views

Create push notification in android

how to create push notification in Android using GCM or either C2DM i have tried and check some sites and didn't get exact answer.i need to know how it works.Can any one provide me good tutorial on ...
0
votes
0answers
61 views

iOS push notifications sent but not received

I am using https://www.youtube.com/watch?v=_3YlqWWnI6s tutorial for getting the notifications work for my app. I do not have a server which allows me to install the ssl certificates at this moment, ...
1
vote
1answer
125 views

Push Notifications, Uri Channel and Php Server side

I'm trying to use the push notifications in WP7.1. I created the class and some php classes. The example works for all the notification types, but my problem is the UriChannel. With my simple example ...
0
votes
0answers
11 views

NSURLConnection is not working in Push Notification

I have created an app for push notification testing but i bot able to send sync request to server i am using this code NSString *host = @"localhost"; NSString *urlString = [NSString ...
1
vote
2answers
69 views

How don't allow iOS to start application when specific type of push notification arrives?

I want PHP server send to my iOS application two types of push notifications: New income message. For this push I want iOS start my application if it was suspended, show badge, play sound, etc. New ...
0
votes
1answer
113 views

Extracting “extra” from Urban Airship push notification in PhoneGap

I'm sending push notifications from my own server via Urban Airship to a PhoneGap-based Android app. The notifications are sent successfully - however, I would like to be able to send additional data ...
0
votes
0answers
55 views

Push notification badges appearing on iOS 5 but not on iOS 6+

I have got into a very strange problem. The Push notification badges are only appearing on iOS 5+ but not on iOS 6+. Is there anything extra to do for iOS 6+. Thanks EDIT: - ...
0
votes
2answers
82 views

What's the best way to push new table rows to a browser? [closed]

I've got a MySQL database and every few minutes and hours new rows get inserted representing new news items. How can open browsers receive these new news items to be placed at the top of an HTML ...

1 2 3 4 5 51