azure-sdk-for-ios icon indicating copy to clipboard operation
azure-sdk-for-ios copied to clipboard

iOS client SDKs for Microsoft Azure

Results 81 azure-sdk-for-ios issues
Sort by recently updated
recently updated
newest added

We can always revive this from git history if need be, but since this is not even in preview, it causes customer confusion when they see this code here.

Storage

This PR is open to track any change needed for GA release.

Do Not Merge
Communication

**Describe the bug** When User leaves and joins Teams meeting multiple times app crashes. ***Exception or Stack Trace*** ``` * thread #72, queue = 'com.apple.root.user-initiated-qos', stop reason = EXC_BAD_ACCESS (code=1,...

question
Communication
customer-reported

The documentation for the storage API says to download the latest release and extract the .framework files: https://github.com/Azure/azure-sdk-for-ios/tree/master/sdk/storage/AzureStorageBlob But, the latest release (1.0.0-beta) doesn't seem to have those files. https://github.com/Azure/azure-sdk-for-ios/releases

Storage

Introducing new method to serialize and deserialize the communication identifier the raw id. Follow up from feedback from PR(https://github.com/Azure/azure-sdk-for-ios/pull/1255) Swift Interface: ``` let acsRawId = "8:acs:37691ec4-57fb-4c0f-ae31-32791610cb14_37691ec4-57fb-4c0f-ae31-32791610cb14" var communicationUserIdentifier = createCommunicationIdentifier(from:...

Communication

Using the instructions found here: https://github.com/Azure/azure-sdk-for-ios/tree/main/sdk/core/AzureCore#add-a-package-dependency-with-swift-package-manager Tried: **Add a package dependency with Swift Package Manager via XCode**: Error I get with that method: ![image](https://user-images.githubusercontent.com/7585464/176536694-643867eb-33db-4421-9ead-df11a63407f3.png) Tried: **Swift CLI** Error: No such...

question
customer-reported

**Describe the bug** We're having issues implementing the callkit. When we use createCallAgentWithCallKitOptions the calls work fine with the app open, but with the app dead or in the background,...

question
customer-reported

This is needed to service teams can conform to the updated event guidelines.

feature-request
Azure.Core

These are the current deviations AzureCommunicationCalling has from the guidelines. **Should be addressed in AzureCommunicationCalling 2.4.0** - [ ] SwiftPM support for AzureCommunicationCalling - [ ] Support M1 processors ($ARCH_STANDARD...

blocking-release
Communication

Current you would do this by writing a custom `Filter` and using `beforeRecordResponse` to traverse the response and scrub the necessary data. This is a lot of code for something...

test-enhancement