1
votes

Hey everyone I recently developed a Xamarin forms mobile app (iOS and Android) which uses azure mobile services node.js as the back end and I implemented azure push notifications for Android. It should send me a notification when a record is inserted to the database. I get the notification to my phone but there is a huge delay (about 1 min) any help is much appreciated Thank you in advance

1

1 Answers

0
votes

Push Notifications are not real-time and not guaranteed delivery. Delays are very common - I've seen delays of up to 5 minutes for a push. So 1 minute doesn't seem out of place.