From 84951d097f180b68df8ee282744dc6b94430ae93 Mon Sep 17 00:00:00 2001 From: Thomas Ingham Date: Tue, 31 May 2016 18:44:17 -0400 Subject: [PATCH] Update README.md Added note about silent-notifications. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cc47ab45..10dd41d4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Official Push adapter for parse-server See [parse-server push configuration](https://github.com/ParsePlatform/parse-server/wiki/Push) +## Silent Notifications + +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. ### see more logs