I created an application to receive push notifications from Azure Mobile Service. I used Xamarin to realize the app on different platforms.
I tested the app on Windows (Windows Store App) and on Android. I have the problem (on both platforms) that the performance getting notifications is not stable.
Sometimes I got the notification after less than a second, sometimes in takes minutes. That internet connection is over stable WLAN network.
My problem is that the user triggers the push from a desktop app and expect a fluid reaction on his mobile device.
Are there any tweaks on client or on server to speed-up the receiving of push notifications?
best regards