4

I am using OneSignal for iOS pushing. However, it doesn't support watchOS. For independent Apple Watch apps to work, I need a push notification service for watchOS. But it seems no one around.

Has anyone known any push service that support watchOS?

Owen Zhao
  • 3,205
  • 1
  • 26
  • 43

1 Answers1

0

I wrote one, you can find the app here and the description of the service here.

  • It seams that the notification is pushed to your app instead of any apps that use your service. That is not what I want. – Owen Zhao Nov 25 '20 at 08:46
  • Umm, ok, then I do not understand what you was searching. To push a notification on any Apple device you need a key specific for that application. So what exactly are you looking for? – Enrico Pallazzo Nov 26 '20 at 14:49
  • Ok, I saw what OneSignal does. No, there is no such a thing for the Apple Watch but probably you can use their native SDK for iOS to implement something compatible. They simply send the push in their structure and notify locally as local push notification. – Enrico Pallazzo Nov 26 '20 at 14:57