Skip to content

Commit 73ad923

Browse files
authored
Add min version requirement
1 parent 151a072 commit 73ad923

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_includes/parse-server/push-notifications.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Push Notifications
22

3-
Parse Server provides basic push notification functionality for iOS, macOS, tvOS, watchOS, and Android. With this feature, you can:
3+
Parse Server provides basic push notification functionality for iOS, macOS, tvOS, watchOS<sup>*</sup>, and Android. With this feature, you can:
44

55
* Target installations by platform
66
* Target installations by a `ParseQuery`
@@ -15,6 +15,8 @@ However, there are a few caveats:
1515
* Delivery reports are not supported
1616
* Scheduled push is not supported
1717

18+
<sup>*</sup>Sending notifications to watchOS devices requires [parse-server-push-adapter](https://github.com/parse-community/parse-server-push-adapter) >= 6.10.0.
19+
1820
## API
1921
We support most of the sending options. Check the detailed doc [here]({{ site.baseUrl }}/rest/guide/#sending-options). Parse Server supports the following:
2022

0 commit comments

Comments
 (0)