Need information, if there are any production ready available SDK for iOS and Android

Prasad 0 Reputation points
2023-09-18T03:13:42.82+00:00

Currently we are see only https://github.com/Azure/azure-sdk-for-android would you please suggest if there are any production ready available SDK for iOS and Android

Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
212 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 31,116 Reputation points MVP
    2023-09-18T06:56:15.7366667+00:00

    Hello @Prasad,

    welcome to this moderated community forum.

    All official SDKs can be found here, complete with samples and references.

    The Java device SDK includes samples for Android. The C device SDK includes samples for iOS that use CocoaPods.

    You can always build your own connection if you have a MQTT client. Here is an example written in C#. With little effort, this can be done in other languages too.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments