1
vote
2answers
164 views
iPhone real time notification from a server, without using Apple push notification
Hello,
I'm looking for a way to get real time notification from a server in an iPhone App. I don't want to use Apple Push Notification as I have many notifications. My web service …
0
votes
1answer
27 views
Can I send push notification on iPhone based on its location (without the app running)?
I have this requirement from client where depending on the location of the iPhone we need to send push notification. Now how can we find location of the iPhone without the app runn …
2
votes
3answers
298 views
Are there any affordable host services for apple push notifications?
The host would need to have port 2195 open and support push notifications under apns. I have had some trouble finding a hosting service that would support this.
Also, it would be …
1
vote
1answer
47 views
How to use Apple Push Notification sandbox as a virtual device?
Apple's APN Service Programming Guide in the Provisioning and Development section claims that "[t]he sandbox environment also acts a virtual device, enabling simulated end-to-end t …
0
votes
1answer
31 views
Is there a way to leave previous messages up while pushing out badge updates?
So imagine this scenario:
10.00: your app pushes a message "Hello"
10.01: your app pushes a badge update with no message out the same device
What happens is that the message dis …
0
votes
2answers
131 views
Add images via Push Notification Service?
I have a content app and would like to notify users of new content using Apple Push Notification Service, bypassing the now very long App Store submissions. Once the user receives …
1
vote
2answers
576 views
Problem sending Apple Push Notification using Java and REST.
Hello there,
This is a follow up to my previous posting on StackOverflow.
Figured its better to start a new post (since I made more progress than before) rather than appending a …
2
votes
5answers
753 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 fi …
0
votes
2answers
58 views
What are the basic concepts behind “push” notifications / messaging?
What are the key concepts that a developer should know when building an iPhone application that takes advantage of push notifications?
1
vote
2answers
93 views
IPhone push notfication for a webapp?
Is it possible to implement IPhone's push notification service for a
Webapp that has an icon on the "desktop"? If so how?
0
votes
1answer
27 views
how to enable push notification types from settings bundle when registering for push notification?
I have created settings bundle and also three switches for alert,sound and badge.i am also getting 0 or 1 according to switch(On/Off).Now how do i enable only selected notification …
0
votes
1answer
45 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 …
0
votes
1answer
22 views
how to get device token from apns to device?
I want to use push notification in my app.i want to know that do i need to include certificate in my app to get device token or i just need to install certificate in key chain and …
3
votes
2answers
82 views
Are there any push notification system in place for andriods?
There are currently push notifications available for iPhones, Palm Pre and Blackberries each provided by their respective manufacturer. However I have heard nothing for andriods (p …
0
votes
1answer
82 views
Problem in receiving apple push notification
I have written provider part in java. Notification is sent to the APNs. Not getting any exceptions. iPhone app is registered and checked the settings in the iPhone it is fine. But …
