I'm trying to get Parse.com Push notifications running on Windows Phone 8.1 (from this Tutorial). It seems that the initialization works: ParseClient.Initialize("my app-id", "my key"); But when I'm trying to subscribe to the broadcast channel, the following exception gets thrown: await ParsePush.SubscribeAsync(""); The notification platform is unable to connect to [...] read more