iphone - How can a web application send push notifications to iOS devices? -


i'm working on web app. how can send push notifications ios users when there new content?

to more specific, in order web application send push notifications mobile device, such iphone, mobile device must have registered receive push notifications particular application. registration push notification done through native app , can performed through native app. once native app registered push notification, can send authorization token server, can used in conjunction certificate used provision native client, send push notifications mobile device.

as specified in answer, 1 option 'wrap' web application in native application. meaning create native application presents uiwebview (for iphone dev) user showing web application. while pretty functions in same manner native browser, able add ability register push notifications using native controls.

it beneficial review apple's push notification document provides pretty information on how push messaging functions on iphone.

see these links provided peter hosey:


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -