Push notifications for a corporate Windows 8.1 phone.

We have a request for an enterprise application on Windows Phone 8.1. We should be able to publish the application on hockey and use push notifications. What we have done so far:

  • We created a build file
  • We bought the "Symantec" corporate mobile code subscription certificate so we can sign and distribute the application.
  • We signed the assembly of the application with a certificate and successfully published on hockey
  • We successfully downloaded and installed the application and company profile from Hockey (the application works on devices)

What we still need to do is enable push notifications in our application. What we found in this regard is to use WNS, back up the application name in the dev center, and use the generated PackageSID and Client Secret (from the dev center) to create Push push notifications. This works well, but we are confronted with CONFLICT for some reason: to use the “reserved name of the application we need to use the publisher name created by the Dev Store”, but to sign the application using the “Enterprise Mobile Code-Signing Certificate” we need to use the name of the publisher from a certificate other than the certificate in the Dev Center. How can we overcome this? Is our approach right in terms of publishing enterprise applications and / or using push notifications for enterprise applications?

, Microsoft Push Notifications .

+4
1

push- WP8.1 LOB ( Microsoft).

0

Source: https://habr.com/ru/post/1606405/


All Articles