We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 609ec38 + e63a39e commit e5459c0Copy full SHA for e5459c0
Sources/ParseSwift/Objects/ParseInstallation.swift
@@ -28,8 +28,8 @@ import AppKit
28
when the `ParseInstallation` is saved, thus these fields might not reflect the
29
latest device state if the installation has not recently been saved.
30
31
- `ParseInstallation` installations which have a valid `deviceToken` and are saved to
32
- the Parse cloud can be used to target push notifications. Use `setDeviceToken` to set the
+ `ParseInstallation`s which have a valid `deviceToken` and are saved to
+ the Parse Server can be used to target push notifications. Use `setDeviceToken` to set the
33
`deviceToken` properly.
34
35
- warning: Only use `ParseInstallation.current` installations on the main thread as they
0 commit comments