Hi,
We are building a Windows 8.1 store app. We are creating the client app which connects to custom REST services available in salesforce. Currently we are trying to develop push notifications for the app. As part of doing the POC, we created an app in win.developer.com
site. From visual studio, we tried creating basic store apps using XAML and javascript. Using associate to store, we set the package and other details in the project.
The issue is that we are not able to create a push notification channel. We are getting the below error while executing "channel = await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync();"
The notification platform is unable to retrieve the authentication credentials required to connect to the cloud notification service. (Exception from HRESULT: 0x803E011A)
Tried home and work internet connections but the same error exists.
Please let me know how to create a simple push notification client successfully (tried most of the available tutorials).
Thanks & Regards,
Anoop.