Do i need to create mobile apps to send push notifications on iphone and blackberry.
Currently i have a website in written in rails and want to integrate push notifications on it.
Do i need to create mobile apps to send push notifications on iphone and
Share
The iPhone you want to push to needs to register with your server, after registering with the Apple Push server. So yes, you need your app installed on it. You can use http://code.google.com/p/ruby-apns-daemon/ for your server.