Is there a Azure service to send messages between a web app and an android app?

Steven Sharar 1 Reputation point
2022-09-18T02:04:32.163+00:00

I am working on a MDM application with an android app client and a web interface. I am currently using Azure Stoarge Queue to get messages from the web interface to the Android app but it seems very inefficient. I have to poll the message queue in the Android app to get messages. I am looking for a Azure service that is more event driven. I looked into Notification hubs but it requires Firebase which requires Google Play Services. The Android devices I am developing on do not have Google Services as they are devices that our company manufactures.

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sreeju Nair 11,606 Reputation points
    2022-09-18T04:55:31.02+00:00