The right to play notification sounds in the notification center settings has to be granted.
The right to play notification sounds in the notification center settings has to be granted.
### Adding a notification on 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.
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.
...
@@ -266,6 +271,7 @@ The launch mode for the main activity has to be set to `singleInstance`
...
@@ -266,6 +271,7 @@ The launch mode for the main activity has to be set to `singleInstance`