If you plan to use Toast notifications, make sure Toast notifications are switched on in your application project. Go to the Application UI tab in manifest settings, and set Toast Capable to Yes. Otherwise, Toast notifications will not work on the device.
Known issues for Windows 8.1
When integrating the Pushwoosh SDK into your Windows 8.1, you might face the following error:
The underlying connection was closed: An unexpected error occurred on a send
If you encounter that error, add the following code to your project:
// Default is 'false'
NotificationService.IsWin81(true);