Do we need to install an app to receive some push from a service ? Is there a way to register an iphone somewhere (website / apple server) without having an app installed on the iphone to register to the push service ?
+2
A:
Apple Push Notification Service is to be used with native iOS applications. Without an application APNS cannot be used.
Jasarien
2010-08-04 14:58:04
+2
A:
you are saying you want to push a message to a particular iphone, but not have it related to any app? This is basically a text message, and you could do this from a server remotely using SMS.
Jesse Naugher
2010-08-04 14:58:27
A:
Yes, if you want to use Apple Push Notification Service, you will need an app.
But go have a try at notifio.com
Pierre Valade
2010-08-04 16:16:01