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

Unit test coverage > 70%

Client
Azure.Core
test-enhancement

Approx 1 in 10 times, running concurrent transfers will cause a CoreData crash. In the `AzureSDKDemoSwift` scheme: 1. Go to Run configuration. 2. Go to Arguments. 3. Turn on the...

bug
Storage

Needs a state diagram showing: - what states one can move between - when delegate methods are called This would be analogous to state diagrams for mobile app lifecycles in...

Docs
Storage

These properties are serialized and persisted in CoreData as JSON strings. They are intended to be optional calculated properties with a private backing variable. The getters for these options should...

bug
Client
Storage

If the developer receives a URL for a file from the OS (e.g. received in the UIImagePickerControllerDelegate method), the only way to turn that into a `LocalURL` is by calling...

bug
Client
Storage

UX Study Discussion item 6 At least one participant had a difficult time finding the `.cachesDirectory` option when trying to build a LocalURL. This was because they chose intellisense proposed...

Client
Storage

Discovered during PR #327. When pause is called, it ends with a call to save the context. However, since all of that logic happens within an asynchronous dispatch call, this...

bug
Client
Storage

- [x] `line_length`: automatic fix? - [ ] `identifier_name`: inline disables (`id` is fine as an identifier) - [ ] `todo`: Resolve TODOs - [ ] `function_body_length`: Break up functions...

Client
Azure.Core

Create tests for the identity library

Client
Azure.Identity
test-enhancement

Unit test coverage > 70%

Client
Storage
test-enhancement