1

Problem Statement:

We have support for push notifications through Firebase Cloud Messaging Platform. It supports Android and IOS both but if we want the same on Apple WatchOS 6.0, does it work the same as IOS App on FCM or is it different?

Related Questions Referred:

I have gone through some related questions on Stackoverflow like this which answers for WatchOS 2 & 3 only but nothing for WatchOS 6.0.

I have also gone through the Firebase docs for support of WatchOS but found only related to IOS App, no mentions related to WatchOS.

Expected Solution:

I want to implement push notifications for Apple WatchOS, hence which service should be used for the same. Should it be FCM or something else?

Note: If anyone wants to know in which technology I will implement this, I will implement it using Ruby On Rails.

4

1 回答 1

2

Firebase Cloud Messaging introduced community support for watchOS in January 2020. More details in the release notes.

于 2020-03-08T14:34:09.443 回答