From 3dd728d81ce06b1ba4071b2c7e6278063f0dc95d Mon Sep 17 00:00:00 2001 From: Paul Ailincai Date: Thu, 7 Nov 2019 10:32:33 +0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b840966..35ff323 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,9 @@ CordovaPush.push.on('notification', data => { ``` Same as the V1, the repo contains an Example folder with files at the expected location. This is not runnable Meteor project, and it is just intended to offer some convenience in understanding where things go. +______________________________________ -For a successful processing of Android, please have all defaults set (althoug you don't have a sound file or icon etc) or sent within your notification method. Defaults are set in ```startup/server/push.js```. When Android keys are missing and debuggin is set to ```true``` you may receive this error: 'android.data must only contain string values'. +For a successful processing of Android, please have all defaults set (althoug you might not have a sound file or icon etc) or send the keys within your notification method. Defaults are set in ```startup/server/push.js```. When Android keys are missing and debuggin is set to ```true``` you may receive this error: 'android.data must only contain string values'.