**Note:** The right to play notification sounds in the notification center settings has to be granted.
### LiveTile background images under WP8
### LiveTile background images on 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>
An image must be defined as a relative or absolute URI.
```javascript
...
...
@@ -178,10 +178,10 @@ All images can be restored to the default ones by canceling the notification.
## 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 on 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.
### Canceling a notification under WP8
### Canceling a notification on WP8
The methods `cancel` and `cancelAll` have the same effect.