You cannot display push notifications for your application in the same way that embedded push notifications are displayed without using the Apple Push Notification service.
You might be able to configure some kind of web socket based solution, but this will not work when your application is in the background, thus defeating the point.
source share