Commit 22b1c6a5 by Sebastián Katzer

Added a note about the iOS7 sound setting quirk.

The right to play notification sounds in the notification center settings has to be granted.
parent 94a80117
...@@ -159,6 +159,7 @@ The sound must be located in your project's resources and must be a caf file. ...@@ -159,6 +159,7 @@ The sound must be located in your project's resources and must be a caf file.
*/ */
window.plugin.notification.local.add({ sound: 'sub.caf' }); window.plugin.notification.local.add({ sound: 'sub.caf' });
``` ```
**Note:** The right to play notification sounds in the notification center settings has to be granted.
### LiveTile background images under WP8 ### LiveTile background images under WP8
LiveTile's have the ability to display images for different sizes. These images can be defined through the `smallImage`, `image` and `wideImage` properties.<br> LiveTile's have the ability to display images for different sizes. These images can be defined through the `smallImage`, `image` and `wideImage` properties.<br>
...@@ -173,6 +174,8 @@ All images can be restored to the default ones by canceling the notification. ...@@ -173,6 +174,8 @@ All images can be restored to the default ones by canceling the notification.
## Quirks ## Quirks
### No sound is played on iOS 7
The right to play notification sounds in the notification center settings has to be granted.
### Adding a notification under WP8 ### Adding a notification under WP8
An application can only display one notification at a time. Each time a new notification has to be added, the application live tile's data will be overwritten by the new ones. An application can only display one notification at a time. Each time a new notification has to be added, the application live tile's data will be overwritten by the new ones.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment