Is there possible make push notification without APNS
apple-push-notifications, ios, iphone, push-notification, web-services
Solution
No, there is no way to use Push notification without APNS. This is restriction from Apple and is documented here
Problem
I need to know if its possible to make push notifications without use the APNS. And if it can be done, what are the best options? Web server ->pushNotification-> Device What about the VoIP apps? --> Can we push notification without using APNs? Thanks.