Tagged Questions
Push notifications are alerts, badges, or sounds, in iOS, triggered by a message from the developer's servers to apple's servers to the iOS device. Implemented in iOS 3.0.
135
votes
12answers
94k views
Does Android support near real time push notification
I recently learned about the ability of iPhone apps to receive nearly instantaneous notifications to apps.
This is provided in the form of push notifications, a bespoke protocol which keeps an ...
24
votes
5answers
11k views
C# iPhone push server?
Im attempting to write a push server for the iPhone in C#. I have the following code:
// Create a TCP/IP client socket.
using (TcpClient client = new TcpClient())
{
...
24
votes
8answers
41k views
Apple PNS (push notification services) sample code
Is there a sample project showing how to use PNS on the IPhone and how to set up things? I'm currently looking at the documentation but it would be nice to have some working code to pick apart and see ...
20
votes
3answers
5k views
Debugging App When Launched by Push Notification
I am currently developing an app that receives Push Notifications. I have this all working 100% through a PHP page. There are several different types of push notifications my app can receive. The PHP ...
14
votes
1answer
4k views
Play local notification default sound when displaying UIAlertView?
I'm writing a reminders app for iPhone that displays reminders using local notifications.
If a reminder goes off while the application is running, the local notification isn't displayed. Instead, the ...
12
votes
2answers
325 views
Windows Phone 7 - Steps for Authenticated Push Notifications
I have looked through lots of different resources via the internet for pre-requisites and implementations of the Authenticated Push Notification mechanism for Windows Phone 7.
I have gone through:
...
12
votes
3answers
8k views
Reset push notification settings for app
I am developing an app with push notifications. To check all possible ways of user interaction, I'd like to test my app when a user declines to have push notifications enabled for my app during the ...
11
votes
3answers
6k views
Add iPhone push notification using ASP.NET server
Here's the overview.
I need to add push notification to an iPhone app. Server side is ASP.NET in c#.
What I would like is some coaching to work through the process. I will then post generic code for ...
10
votes
1answer
2k views
Is it possible to implement iPhone push notifications in a Google App Engine application?
I'm in the planning phase of an iPhone application and am considering using Google App Engine for my server component due to its scalability features.
Push notifications are sent using a binary ...
9
votes
3answers
9k views
C2DM implementation PHP code
I am creating the Android application where C2DM push notification is used. But i have a problem in creating the php code to use c2dm for sending messages. please guide me how to use the php code to ...
8
votes
2answers
269 views
push notification from UrbanAirship not working with live server (i.e. with production key ) in android
In one of my android app, I am using push Notification from Urban Airship.
The problem with the app is that when I am using the development key for the push notification its working perfect (The app ...
8
votes
1answer
6k views
“no valid aps-environment entitlement found for application”
I am encountering this error when I am loading an Ad Hoc build of my Push Notification enabled iPhone app onto my device:
no valid aps-environment entitlement found for application
What does it ...
8
votes
5answers
5k views
Connecting to APNS for iPhone Using Python
I'm trying to send push notifications to an iPhone using Python. I've exported my certificate and private key into a p12 file from keychain access and then converted it into pem file using the ...
7
votes
2answers
163 views
Check for waiting notifications
With iOS 5 and the notification center you can have waiting, stacked up notifications each with their own data and message. Is there a way when your program is launched regularly (without tapping on ...
7
votes
3answers
703 views
SSL Certificate Error: certificate_unknown
while creating push notification provider for development pr we are facing the below error:
I want to what is the wrong with certificate, because I have enabled the push notification then created the ...
7
votes
4answers
7k views
Does anyone know how to write an Apple Push Notification Provider in C#?
Apple really has bad documentation about how the provider connects and communicates to their service. I am confused about the protocol. If anyone out there could provide a C# sample of how this is ...
6
votes
3answers
554 views
Android & (millions of) push notifications
I'm working on the Android version of an application I first created on iPhone and this application requires to send (if it's as successful as its iPhone version) up to millions of push notifications ...
6
votes
3answers
329 views
Inconsistency in receiving push notification
I found some weird behavior in push notification. My iPod app receives push notifications till last week with no issues. Then I found that my app is not receiving push notifications, and I changed the ...
6
votes
2answers
1k views
Handling Push Notification While App is Open
I have my Push Notification running. It works. I receive a notification and use application:didReceiveRemoteNotification: to get the incoming data and then send the user to the necessary screen.
...
6
votes
5answers
936 views
Apple Push Notification service, tutorials and libs [closed]
I try to implement a push notification service in my iPhone app... Do you have any valuable bookmarks on this subject ? (like tutorials or libs for client or server side)
Here is what i found...
...
6
votes
1answer
1k views
android push notification service comparision
Can anyone give me a comparison for android push notification services.
Mainly I want to compare these services.
MQTT - http://mqtt.org/
XTIFY - http://xtify.com/
Mobile Push - ...
6
votes
2answers
2k views
Apple Push Notification Feedback Service - how frequently does it check
I have been able to successfully create push notifications and I have also received responses from the feedback service, so I am confident that my configuration is correct, but I was wondering, how ...
6
votes
5answers
5k views
How do I tell if my iPhone app is running when a Push Notification is received?
I am sending Push Notifications to my iPhone app, and I'd like a different set of instructions to execute depending on whether the app is already launched or not. I'm new to iPhone development, and ...
6
votes
1answer
3k views
iPhone Push Notification Problem with Ad Hoc Provision
The iPhone i'm developing with (building the application to, not installed via ad-hoc) receives push notifications as it should. I've got an application that just sends dummy push notifications on ...
5
votes
3answers
2k views
What is the maximum length of a Push Notification alert text?
What is the maximum length of the alert text of an iOS push notification?
The documentation states that the notification payload has to be under 256 bytes in total, but surely there must be a ...
5
votes
4answers
770 views
iOS timed background processing
I'd like my app to be able to - say, every 12 hours - even if the app isn't curently running or is in the background, send an HTTP request to a server, get a small file with a version number and if ...
5
votes
2answers
516 views
Bad sides of C2dM
We all know that as of Android 2.2 a push notification system exists (C2dM). However, I do not see many developers using it.
In my next project I plan (hope so) to use this system. So before I dig ...
5
votes
2answers
676 views
How would you create a notification system like on SO or Facebook in RoR?
I'm thinking that notifications would be it's own resource and have a has_many, through relationship with the user model with a join table representing the associations.
A user having many ...
5
votes
6answers
785 views
polling with delayed_job
I have a process which takes generally a few seconds to complete so I'm trying to use delayed_job to handle it asynchronously. The job itself works fine, my question is how to go about polling the ...
5
votes
5answers
2k views
Apple APNs 2048-bit TLS/SSL certificate update
Today i received an email from apple telling they are changing something connected with push notifications, and wanted to ask what to do with the certificate they gave me link to... My server runs ...
5
votes
2answers
533 views
iPhone Push Notification Reliablity
How reliable do you find push notification on the iPhone to be? Does it improve when moving from the sandbox to production server?
I am testing (with the sandbox of course) and have found that ...
4
votes
1answer
67 views
APNS Provide List - Which companies are Push Notification Server Providers
Does any one know what are the possible APNS providers around? I need to develop push notification and for that i need to choose one like Urban Aiship or Mono Push so i would like to have list of ...
4
votes
6answers
526 views
Push notification not receiving on iphone
I am using this tutorial to learn push notification.
<?php
// Put your device token here (without spaces):
$deviceToken = '1675ba8bb005740bb514222227f861c30230a81e6eed6bb6b8f353c57831341d';
// ...
4
votes
2answers
508 views
Do hybrid mobile apps support Push Notifications?
Are mobile development frameworks capable of working well with Push Notifications?
Details follow:
I'm researching cross-platform mobile app development. It seems hybrid apps developed using a ...
4
votes
4answers
129 views
How to generate PushNotification in iphone
I'm trying to implement the feature Pushnotification in my app. I have followed the link , I got it working till PushMeBaby app. Got the device token, but I tried with PushMeBaby, a window with push ...
4
votes
1answer
652 views
which method is used to register the device token for push notification?
I am able to get the deviceToken in the below method, now I want to know how to register the deviceToken for push notification,because I am not sure after getting the device token which method or API ...
4
votes
1answer
340 views
C2DM push notification without MQTT,UA in android api level <8
Is it possible to build c2dm in android api level <8. I do not want to use third party library like MQTT, Xtiffy UA etc. Is there any library or file which i use in my project and than i can use ...
4
votes
2answers
757 views
How to implement C2DM in android?
I am searching about how to send notification using C2DM. I found something and using that I am able to generate Registration Key as well as an Authentication Key.
But after that in ServerSimulator ...
4
votes
3answers
198 views
Will Apple charge me for using the Push Notification Service?
I have an Apple id, and I am building an application in which I am using Apple Push Notification Service, but I am a little confused about that.
Is there any charges for doing this process from ...
4
votes
2answers
4k views
Android C2DM Push Notification
I am developing one application and in that application i need to implement push notification . can any one suggest me how to do push notification ? can any one provide me good tutorial on push ...
4
votes
2answers
572 views
Windows Phone 7 Push Notifications Not Showing Up On My Phone
UPDATE: The plot thickens. I changed my channel name and it is suddenly working (which means it wasn't a problem with my push service, since I'm getting the same HTTP response from the Microsoft Push ...
4
votes
2answers
754 views
Push notifications Service using monotouch
I am starting to look for the Apple Push Notification Service .
I have an created using Monotouch framework,
How can I start to let my app use the apple Push Notification Service,
Should I create ...
4
votes
2answers
737 views
How do modern implementations of Comet/Reverse AJAX work? Any stable C# WCF or ASP.NET implementations?
What is the correct way (or best) way to implement Comet, HTTP Push, or Reverse AJAX?
What .NET implementations would you recommend?
4
votes
3answers
402 views
Implementing a turn-based web game
I want to implement a turn-based game for the web. My first choice right now is Battleship. Nothing too complicated but still something decently fun. Some of the features I want are being able to ...
4
votes
1answer
498 views
WP7: Push Notification Subscription Lifetime?
When a subscription has been created by a client/phone on the MPN-server, for how long is it alive? When will it become closed? Do my app-users have to start my app and create a new channel every now ...
4
votes
3answers
902 views
Ruby, SSLSockets, and Apple's Enhanced APN message format
I'm trying to implement support for Apple's enhanced Push Notification message format in my Rails app, and am having some frustrating problems. I clearly don't understand sockets as much as I thought ...
4
votes
2answers
2k views
Apple Push Notification Service APNS - Notifications not arriving
I am trying to add push notifications to my app. I have am using an ad hoc profile. My appID does not have a wildcard. I am using the following php code...
$deviceToken="****";masked
$time = ...
4
votes
5answers
3k views
What's a Java alternative to Google App Engine for developing iPhone Push Notification services?
I'm a Java programmer who is working on an iPhone application. I'd like it to use Push Notification services.
I originally thought I could use Google App Engine to provide the payloads to Apple, but ...
3
votes
1answer
83 views
android push notification to many devices at once time using google c2dm
I have successfully implemented the android push notification using google c2dm. I always send a post request for a device, and one device delay 1-2 seconds. So, if I have 1000 devices, my script will ...
3
votes
3answers
219 views
Push Notification Issue in Adhoc Distribution
Hello I am new to IPhone.
I am working on Iphone app which receives push notifications successfully with development environment,but didn't receive notifications in adhoc distribution.
I have both ...