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

AzureTest should be refactored to use the testproxy server.

test-enhancement
test-reliability

We use these tools in the build steps for libraries to ensure code style consistency. Issues arise when different versions are used, and if these tools aren't present, the build...

- [ ] Trouter bitcode enabled. [Trouter] - [ ] Trouter to support $ARCH_STANDARD (arm64) [Trouter]

Communication

Per API design guidelines, all SDKs must expose API version on the SDK: https://azure.github.io/azure-sdk/ios_design.html#versioning The Calling SDK currently does not support this.

Communication

Add a FixedDelay and an ExponentialBackoff RetryStrategy. Add a RetryPolicy that implements a provided RetryStratgey. Based on the provided TransportOptions, configure the RetryPolicy to use the provided RetryStrategy. Basically, try...

Client
Azure.Core

We include a list of headers to scrub by default, but we need a mechanism for test authors to ignore service-specific headers in their tests without updating AzureTest's default list.

test-enhancement
test-reliability

The current value of 128 results in tests being recorded, but their response bodies being thrown away. As a result, playback fails in a cryptic way. While #1175 raises the...

test-enhancement
test-reliability

- [ ] Define how TransferManager will interface with the OS to run transfers in the background

Client
Storage

The `swift` dictionary is not included by default in the pinned version of cspell that we're using: https://www.npmjs.com/package/@cspell/cspell-bundled-dicts/v/5.12.3 We'll either: * Update to a newer set of bundled dictionaries globally...

Central-EngSys