You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have migrated from parse.com and you are seeing situations where silent (newsstand-like presentless) notifications are failing to deliver please ensure that your payload is setting the content-available attribute to Int(1) and not "1" This value will be explicitly checked.
@@ -44,30 +42,26 @@ This will produce a more verbose output for all the push sending attempts
44
42
## Install Push Adapter
45
43
46
44
```
47
-
npm install --save @parse/push-adapter@VERSION
45
+
npm install --save @parse/push-adapter@<VERSION>
48
46
```
49
47
50
-
Replace VERSION with the version you want to install.
48
+
Replace `<VERSION>` with the version you want to install.
0 commit comments