Scrungepipes
Scrungepipes

Reputation: 37581

Can iOS Web Apps receive Apple Push notifications?

I'm trying to evaluate whether to implement my application as a Web App or native app and was wondering if its possible to a web app to receive Apple Push notifications? I suspect not but want to confirm so.

TIA

Upvotes: 0

Views: 334

Answers (1)

Chris Wagner
Chris Wagner

Reputation: 20993

No, you must use the SDK, the best way to achieve this would be to have a wrapper app for your web app.

Upvotes: 1

Related Questions