Active Device Registered for this notification hub

Khosla, Devesh - (khosla) 5 Reputation points
2023-03-09T15:35:46.1633333+00:00

How I can see the lists of Apple (APNS) register and delete them manually?

I went to portal.azure.com. I could not figure it out. Please guide me on how and where is an option so that I can get a list of Apple (APNS) registered and delete them manually.

I tried visual studio 2019. It is showing connected with azure. But nothing coming under "Notification hubs".

I am a co-admin on the Azure portal.

Thank you.

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.
262 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 15,856 Reputation points
    2023-03-10T00:48:56.2433333+00:00

    @Khosla, Devesh - (khosla) thanks for the question. based on this similar Stack Overflow thread you can view and delete APNS registrations in Azure portal by using Server Explorer in Visual Studio.

    Here are the steps:

    • Connect to Azure from Server Explorer
    • Find Notification Hub section
    • Select your hub
    • On the right side, you will see two tabs: Test Send and Device Registration
    • On Device Registration tab, you will see a list of registrations. You can edit or delete them.

    Alternatively, you can also send a test broadcast message from Azure portal and see the subscribers in the Result area

    Hope that helps.

    Best,

    Grace