@Udayaditya Sasmal This Azure Storage Client Library for IOS is deprecated and not currently maintained. More Info here: https://github.com/Azure/azure-storage-ios
As per the above documentation, If you want to download a blob's contents to a stream, this is possible using the DownloadToStream method on AZSCloudBlob. However, it is not yet possible to open an input stream that reads directly from the blob. This was mentioned under the Missing Functionality section.
Missing functionality
The following functionality is all coming soon:
- If you want to download a blob's contents to a stream, this is possible using the DownloadToStream method on AZSCloudBlob. However, it is not yet possible to open an input stream that reads directly from the blob.
- There are a number of internal details that will change in the upcoming releases. If you look at the internals of the library (or fork it), be prepared. Much of this will be clean-up related. This project is not being actively maintained. Once a replacement is released, the link will be published here.
Please let us know if you have any further queries. I’m happy to assist you further.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.