0

I struggle to find a solution how can I send push notification to a mobile device from my web application. For Android there is no problem I use One Signal service. Is there a way for Iphone devices also

Thank you in advance!

2 Answers2

0

Onesignal supports iOS platform too.

Using the browser app, you can call OneSignal API which in turn will trigger push notification to iOS app.

You need to have an iPhone app in conjunction with your browser app using which device token can be registered.

Official link : link

Video tutorial : link

Hooda
  • 1,157
  • 1
  • 9
  • 16
0

Push notifications have been announced for iOS 16.4 which should be released March 2023. I've written a tutorial showing how to implement them in a web app.

Adam Berg
  • 71
  • 3