Notifications after longer inactivity are not or comming with a delay

Zoran Maricic 1 Reputation point
2022-11-28T14:11:48.993+00:00

We are using azure notifications hub four our .net/flutter mobile app.
In this app we have some notifications, after longer inactivity of the application and when we send to it some notification we are not getting or when we get a notification it's with a delay.
I also tried using "priority": "high" but didn't changed much.

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

1 answer

Sort by: Most helpful
  1. brtrach-MSFT 17,731 Reputation points Microsoft Employee Moderator
    2022-12-01T04:31:46.46+00:00

    @Zoran Maricic What is your mobile app hosted on? An Azure VM?

    I know with Azure Web Apps, there is an always-on feature that pings the site every minute to keep it loaded into memory. The behavior you are describing sounds similar to that.

    As far as I know, Azure Notification Hub does not have an always-on feature, nor does it need it.

    If your dependencies are hot, how many clients are expected to receive the notification? I ask as the next concern would be throttling by your PNS if you are sending larger amounts.

    Lastly, what tier of notification hub are you using? The free tier does not offer any SLA so troubleshooting performance/reliability issues because a bit more of a grey area. I would also check the quota per pricing tier listed here to ensure you are not exceeding any of these such as the 500 active devices for the free tier.

    0 comments No comments

Your answer

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