Share via

WNS Push Notification Page Not Loading — Backend Provisioning Issue | Store ID: 9P88Q1MP20V4

Dinesh Kanna P 0 Reputation points
2026-04-06T09:01:35.3033333+00:00

Hi Microsoft Partner Center Support Team,

I am writing to report a WNS (Windows Push Notification Service) backend provisioning issue for my app registered on Microsoft Partner Center.

Despite successfully creating the app, reserving the package identity, and generating a Client Secret via the App Registration portal, the WNS Push Notifications page in Partner Center is not loading and WNS credentials cannot be configured.

--- APP DETAILS ---

App Name: desktop authenticator

Store ID: 9P88Q1MP20V4

Store URL: https://apps.microsoft.com/detail/9P88Q1MP20V4

Package Identity Name: Dineshkanna.desktopauthenticator

Publisher: CN=7575652E-8E7F-4F77-9B5B-2E82844DF58F

Publisher Display Name: Dinesh kanna

Package Family Name: Dineshkanna.desktopauthenticator_bb0fygvrvh2qr

Package SID: S-1-15-2-799718017-168720558-1825898705-1012579215-1047398943-1587462034-1523153169

MSA App ID: fc115825-e519-4ec8-bbcd-dad074cea454

--- ISSUE DESCRIPTION ---

  1. The WNS/MPNS Push Notifications page under Product Management does not load properly.
  2. The Client Secret has been generated via the App Registration portal, but WNS credential configuration is still not accessible.
  3. The Azure Notification Hub (Windows WNS blade) throws error: "this._wnsCredential is not a function" — indicating the WNS registration is not provisioned on the backend.
  4. This appears to be a backend provisioning issue where the WNS registration for this Package SID has not been properly initialized on Microsoft's side.

--- WHAT I HAVE TRIED ---

  1. Created app in Partner Center with personal Microsoft account
  2. Generated Client Secret via apps.dev.microsoft.com
  3. Attempted to configure WNS in Azure Notification Hub using Package SID and Client Secret
  4. Tried refreshing and re-accessing the WNS/MPNS page multiple times
  5. Created a new app registration — same issue persists

--- REQUEST ---

Could you please:

  1. Refresh / re-provision the WNS backend registration for the above Package SID
  2. Confirm whether the MSA App ID (fc115825-e519-4ec8-bbcd-dad074cea454) is correctly linked to the Store Package SID
  3. Advise if any additional steps are needed on my end to resolve this

Thank you for your support. Please let me know if you need any additional information.

Regards,

Dinesh kanna

Azure Notification Hubs
Azure Notification Hubs

An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.


1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-04-06T09:01:51.48+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    For this scenario, the behavior indicates a backend provisioning issue with WNS credentials for the app in Partner Center, similar to other cases where WNS does not recognize or expose valid credentials even though the app is correctly registered.

    This cannot be fixed from the app or Azure Notification Hubs side. The required action is to have Partner Center support verify and, if necessary, refresh or re-provision the WNS registration for the Store app ID and Package SID.

    Recommended steps:

    1. Open a support request with Microsoft Partner Center
      • Use the Partner Center support channel described here: https://learn.microsoft.com/en-us/partner-center/support/schedule-support-appointment (from the referenced Q&A).
      • In the ticket, include:
        • Store ID: 9P88Q1MP20V4
        • Store Product URL (optional for context)
        • Package Family Name
        • Package SID
        • MSA App ID
        • Screenshots or description of:
          • WNS/MPNS page not loading in Partner Center
          • Azure Notification Hub error: this._wnsCredential is not a function
          • Any HTTP errors or console errors when loading the WNS/MPNS page.
    2. Ask Partner Center support to:
      • Validate that the Package SID is correctly registered with WNS.
      • Refresh or re-provision the WNS registration for the Package SID.
      • Confirm that the Partner Center app registration and the MSA app registration are correctly linked for WNS.
    3. After support confirms the backend is fixed:
      • Reopen the WNS/MPNS page in Partner Center and verify that WNS credentials (Package SID, client secret) are visible and configurable.
      • Reconfigure Azure Notification Hub WNS credentials using:
        • package-sid = the Package SID from Partner Center.
        • secret-key = the client secret from the app registration.
      • If using Azure CLI, update the hub with:
        • az notification-hub credential wns update --resource-group <rg> --namespace-name <ns> --notification-hub-name <hub> --package-sid <sid> --secret-key <secret>.

    If, after Partner Center re-provisions WNS, the OAuth token request or WNS configuration still fails, provide Partner Center and/or Azure support with the exact request body, timestamps, and error messages so they can further validate the WNS backend registration, as done in similar cases.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.