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)

0
votes
0answers
38 views

Push notification using pushwoosh

I made ​​a sample application of pushwoosh. There are two examples that I use that is using java and phonegap. Which uses java runs fine, but there seems to be less in the sample using phonegap. Is ...
0
votes
1answer
29 views

Synchronization when implementing push , iOS

I have a very special problem of synchronization with my application that i would like to share with you and get some ideas that hopefully will help me solve it. I am developing an application that ...
0
votes
0answers
16 views

Newsstand Notification Server

I am currently working on my first Newsstand app. The basic gist of it is there are two XML feeds. If no subscription is detected, it loads the free.xml which just has a couple of free issues on it. ...
2
votes
1answer
44 views

Sending push notfications to multiple devices using this code (PHP)

I'm new to GCM / Java, I'm experienced in php, but only mysql. I found this tutorial: http://www.androidhive.info/2012/10/android-push-notifications-using-google-cloud-messaging-gcm-php-and-mysql/ ...
1
vote
1answer
30 views

Should i require a new token every time i launch my Android App?

I know that in Android as in iOS and WP7 (In which mobile platforms the “push token” is not permanent?) the push token provided to the device CAN change. That means we should handle this by requiring ...
0
votes
2answers
34 views

How to handle token in Android?

I am developing an android application and i am implementing push notifications functionality on it. I keep on my server all the users tokens , so that i can send them a notification when needed. ...
0
votes
1answer
55 views

A first chance exception of type 'System.UnauthorizedAccessException' occurred in Microsoft.Phone.ni.dll

I have a windows phone 8 application running on its emulator from Visual Studio 2012 environment. I implemented the logic to be able to send toast push notifications to this app. When it comes to the ...
1
vote
2answers
49 views

Android Notifications push php error

i am trying to send a notification push to an user, but there is no way to complete that, There is the code i use in php $message = new gcm(); $message->sendMessageToPhone(2, ...
0
votes
0answers
37 views

NullReferenceException was unhandled , WP7 error

I am having a very strange error , in a WP7 application i am trying to build. When i run the application for the first time and i debug it , i get this error : NullReferenceException was ...
0
votes
0answers
14 views

Get Extra map from Urban Airship notification

In a service I'm creating, the server sends push notifications to the clients (which are Android apps). I'm using Urban Airship. In addition to the alert text, I'm also sending extra information as ...
0
votes
1answer
24 views

In android stackmob push notifications demo what does API_SECRET mean?

StackMobAndroid.init(this.getApplicationContext(), StackMob.OAuthVersion.One, 0, API_KEY, API_SECRET); API_KEY is stackmob's public key(?) API_SECRET ? the api_key which is obtained from GCM will be ...
-1
votes
0answers
33 views

push notification-Blackberry [closed]

I have to build a notification app for blackberry,and I have a registered my device and I am using C# server to send notification,But can't receive notification on my device... Please help me ...
0
votes
2answers
25 views

Enable push notifications via a UISwitch

I want to use a UISwitch to enable/disable push notifications. Like in Tweetbot. Does anyone know how to trigger that?
0
votes
2answers
38 views

Android How to know if my app is open when I managed a push-notification

Using Android, when I received a notification push throw my GCMIntentService, I want to know if my app is open or not, because if my app is open when the user click on the notification I want to do ...
2
votes
3answers
39 views

In which mobile platforms the “push token” is not permanent?

We all know that in order to use the push notifications functionality in any mobile platform we need a unique identifier called "push token". The developer needs somehow to save this "token" to his ...
0
votes
1answer
57 views

Android, how to get message of notification?

I have following code: @Override protected void onMessage(Context context, Intent intent) { Log.i(TAG, "Received message"); Bundle extras = intent.getExtras(); Log.i(TAG, ...
0
votes
1answer
24 views

Send push to many devices for pass

I am doing pushnotification for pass in passbook. Push works, but nothing shows for pushnotification and if update statically by toggling the back of pass, I can get the updated pass. This is the code ...
0
votes
1answer
44 views

How to check if there is a Notification from Urban Airship in ios?

I am having an app in which I am using Urban Airship For push Notification. I am having a button on my viewController and clicking on that user can see the notifications from the Inbox of the Urban ...
0
votes
1answer
22 views

iOS Push Certs Fail For “No” Reason

Our app is now using the production certificate for iOS push notifications. We have been through several rounds where pushes work, and then they just stop working. Often the "stop working" is ...
3
votes
1answer
122 views

postgres LISTEN/NOTIFY rails

Ryan Bates mentions the LISTEN/NOTIFY functionality of Postgres when discussing push notifications in this episode, but I haven't been able to find any hint on how to implement a LISTEN/NOTIFY in my ...
0
votes
1answer
33 views

push notification based on users with combination of device and app id in android and iOS devices

We have a existing web site written php and sql. We are planning to develop a mobile app for the corporate customer which will login to mobile app using there own user id/password. Whenever a ...
1
vote
0answers
14 views

Video recording, Localization, Notifications - Cross-Platform Development

I'm working on an application that uses notifications, localization, recording videos and communicate with a web service to upload files. My question is, it's possible to develop this application ...
0
votes
1answer
28 views

Recover UILocalNotification or remote push notification anytime

I have a problem. When user receives a remote or local notification but he don't read , the notification lost from "userInfo" if the user open the app tapping over the app icon (not on the ...
0
votes
1answer
41 views

I am getting pushwoosh response null

I have integrated pushwoosh in android application (not in titanium).. I am successfully getting notification also.. My issue is, Text is displayed on notification area which I passed from woosh.. ...
0
votes
3answers
89 views

push notification is not working

I'm trying to enable push notification in my app but it's not working. How ever it was working in my last app. When i integrated it in that app. but now i again test that app it's not working in that ...
1
vote
0answers
54 views

Show push notifications when application open/closed in different way

In my app I've a several Activities that inherit from one BaseActivity. My application receive push notification with GCMBaseIntentService I need to implement the next logic: When push received if the ...
0
votes
1answer
72 views

Push notifications -Error - Missing Registration

I have sent push notification using ASP.net C# by GCM to android mobiles. But I tried different kinds of code but all arr return Missing Registration error, So please help me.
0
votes
1answer
75 views

Receive Android GCM messages so slow?

Google Cloud Messaging (Push message) problem. I have two smartphones(HTC Sensation XE, Desire HD) and a tablet(Samsung Galaxy Note 10.1 Wifi). Sometimes I need to wait for almost 15 minutes to ...
0
votes
3answers
140 views

Android “hello world” pushnotification example

I am new to android application development and I am learning little bit. I am in a hard mission for sending push notification ( cloud messaging ) from my web server ( PHP ) to android application ( ...
0
votes
1answer
57 views

Worklight Push using UDID: Apple blocks UDID - Will it Work

I have made an App based on Worklight Consumer Edition 5.0.5 and have done Push Notification. As Apple has recently said to not accept new Apps that are using UDIDs. I think Worklight is using ...
0
votes
1answer
30 views

I want to send users of my android application a simple daily reminder, Do I have to use a push notification service or is there an alternative?

To be a little bit more specific, I want to know if for example I wanted to teach someone how to take care of a pet, I would like my application to send them daily a reminder that they have to feed ...
0
votes
1answer
32 views

Should i use push notifications for all new instant messages

I am using a custom php webserver for an im program to send push messages, for now i can send push notifications to mobile phone but i am not sure about how to use it properly. By this i mean should ...
0
votes
1answer
21 views

putExtra using pending intent not working

I have written a code in my GCMIntentservice that sends push notifications to many users. I use the NotificationManager that will call DescriptionActivity class when the notification is clicked. I ...
0
votes
0answers
26 views

On which port number request is sent to MPNS for windows push from application server

I want to send toast push notifications to windows devices from my application server. I have received URI from the device in the form of http://db3.notify.live.net/..... I have written a java code to ...
0
votes
1answer
37 views

Linking user account to device token for push notifications

I have an app set up with an API server and each user creates an account either by email or facebook when they download the app. That information is all stored in the back end. I want to enable push ...
0
votes
4answers
63 views

Push Notifications for iOS

When I implement "Push Notifications" functionality in my application, in the settings of the phone the user can choose if he want to have the push notifications enabled or disabled. Is it possible ...
8
votes
1answer
111 views

Apple Push Notifications in Bulk

I have an app that involves sending Apple Push Notifications to ~1M users periodically. The setup for doing so has been built and tested for small numbers of notifications. Since there is no way I can ...
-2
votes
0answers
23 views

App is not opened when user swipe the ios notification on the lock screen [closed]

If my app is killed, my app is not opened when I swipe the ios notification on the lock screen. It works fine if my app is running in background. I cant find documentation anywhere.
0
votes
1answer
44 views

Can't get push notifications in Distribution but only in development

I having problems with push notifications. I recently uploaded my app to the appstore. When I was testing the app on the device I was receiving my push notifications. But when I now downloaded my app ...
0
votes
2answers
47 views

GCM Reg ID is empty

Hi I am trying to implement GCM push notification. I am getting an empty GCM id. Here is my code: public void registerClient() { try { // Check that the device supports GCM (should ...
0
votes
1answer
37 views

Send Notification on Iphone and Android with real time

I am using sql server 2008 and Asp.net C#.now i want to push notification to Android and iPhone through email or SMS...how can i accomplish it.I searched it but found different methods for iPhone and ...
0
votes
2answers
59 views

First Push with IOs-PushPlugin Cordova 2.5

I tried to ddo this tutorial from Holly Schinsky http://devgirl.org/2012/10/19/tutorial-apple-push-notifications-with-phonegap-part-1/ The Plugin is installed, and I'm trying to get my first push in ...
0
votes
1answer
42 views

How to send 1 time to different APNS URL

I make a pushnotification to a pass. How to send to both urls with only 1 line ? I use this code: $ConnectAPNS = stream_socket_client('ssl://gateway.sandbox.push.apple.com:2195', $err, $errstr, 60, ...
4
votes
1answer
75 views

Real-time Notification System [closed]

What will be better for me socket.io or php-web-socket based Push notification system for Android and Apple devices. Any help would be appreciated?
1
vote
1answer
43 views

Unregistering and re-registering for GCM messages causes two regId's to be valid. Is this as intended?

I have noticed some strange behaviour when doing registering/unregistering for GCM messages on an Android devices. Observe the following use case from the perspective of the client device: Register ...
0
votes
4answers
55 views

Push notifications in php

How to implement push notifications in PHP based webapp. What I actually want to implement is to get a notification as soon as some user joins a chat. suppose two users are participants in a chat, if ...
1
vote
1answer
42 views

Notification: Sony devices do not show any notification

I use these lines of code for showing notification in my app but sony devices(xperia p, sola, acro s) does not show any notification. I dont have any problem with other android devices. Intent ...
0
votes
1answer
65 views

How can I create the Cloud Web Service to Push Notification on Windows Phone?

While working with Windows Phone Push Notifications, I got myself stuck in the part of creating the "cloud web service" to receive the negotiated URL and retrieve updates to the mobile device. Is it ...
0
votes
0answers
36 views

Parse - iOS App- Scheduled Push through REST API

I am building an iOS 6 app with Parse as my back end. My only trouble is trying to figure out how to do a push notification via through REST API. At this link in the developer guide, it says that the ...
2
votes
0answers
30 views

Using Rapns with Mongoid [closed]

I have a rails application in which I have configured two databases. 1. Postgresql and 2. MongoDb. So I have database.yml for Postgresql and mongoid.yml MongoDb. I'm using rapns to do push ...

1 2 3 4 5 51