Does the Swift SDK support the blob storage API?

Rob N 46 Reputation points
2020-10-06T18:37:41.39+00:00

I'm trying to write Swift code that uploads blobs with Azure Blob Storage. I see example code but I can't get it to work. It seems like the example code is from a past version of the Swift SDK. Does the current one support the Storage API?

https://github.com/Azure/azure-sdk-for-ios

On that readme page it mentions 3 component modules: AzureCore, AzureCommunication, and AzureCommunicationChat. But in some of the example code, you see import AzureStorageBlob. That import isn't working for me though, when I include the Swift Package in my project using Xcode 12.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,534 questions
0 comments No comments
{count} votes

Accepted answer
  1. Travis Prescott 76 Reputation points Microsoft Employee
    2020-10-06T20:30:11.917+00:00

    Hi Rob:

    The AzureStorageBlob library, which is used by that example code, is still in active development and we haven't yet published a release.

    If you'd like to give it a try (in its development state, of course), you can clone the Git repository and import the AzureCore and AzureStorageBlob libraries. Keep in mind, this code is still in a very early state and should not be used for production applications.


0 additional answers

Sort by: Most helpful