Windows App Setup
Instructions for adding the OneSignal SDK to your Windows app
Requirements
- OneSignal Account
- OneSignal App ID, available in Settings > Keys & IDs
- A Universal Windows Platform (UWP) App. OneSignal does not currently support Windows App SDK. Please contact [email protected] if your app is built with Windows App SDK and not UWP.
Setup
OneSignal does not currently provide a dedicated UWP SDK, however, you can leverage our API to create and update device records within OneSignal and send push notifications.
Please refer to Microsoft's WNS documentation for more details on how Windows Push Notification Service works.
Once your app is within the Windows store, get the Microsoft App's "Package SID" and "Secret Key" (more details).
In your OneSignal app, navigate to Settings > Windows (UWP) platform and paste the Package SID and Secret Key and follow the prompts.
Register User
Follow Microsoft's docs on getting a notification channel. The channel URI is the token
for OneSignal.
Call OneSignal's Create user API with subscription type
of WindowsPush
to represent the Windows WNS platform, and pass in the channel URI for the token
parameter. You can include any other parameters within this endpoint. We recommend using the identity external_id
property to identify the user's record.
Send Messages
You can send push notifications using the OneSignal dashboard or Create notification API. More details, see Sending Push Messages.
Updated 3 months ago