Download SDK
Download Sample
SDK API Docs
SDK Integration
To integrate Pushwoosh into your application, follow the steps below.
1. Download our SDK package.
2. Add reference to PushSDK/Project-Win8.1-WNS/PushSDK.winmd to your project
Or PushSDK/Project-Win10-WNS/PushSDK.winmd if you develop for Windows 10
3. In the code add PushSDK namespace: using PushSDK;
4. Initialize push service with the following code:
5. In your App.xaml.cs in OnLaunched function add:
Known issues for Windows 8.1
When integrating the Pushwoosh SDK into your Windows 8.1, you might face the following error:
If you encounter that error, add the following code to your project: