Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Issue #713: Incorrect init option vibration in a few ios samples on P…
Browse files Browse the repository at this point in the history
…AYLOAD.md
  • Loading branch information
macdonst committed Mar 18, 2016
1 parent 48c8cf9 commit 3988c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/PAYLOAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ For example:
var push = PushNotification.init({
"ios": {
"sound": "true",
"vibration": "true",
"alert": "true",
"badge": "true",
"clearBadge": "true"
}
Expand Down Expand Up @@ -782,7 +782,7 @@ Your notification can include action buttons. For iOS 8+ you must setup the poss
var push = PushNotification.init({
"ios": {
"sound": true,
"vibration": true,
"alert": true,
"badge": true,
"categories": {
"invite": {
Expand Down

0 comments on commit 3988c3d

Please sign in to comment.