Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding a comment to code samples that utilize `SimulatedLocationDataSource`. The comment will explain that while simulated data sources don't require location permissions, developers switching to a system-based location data source will need to explicitly request `CLLocationManager().requestWhenInUseAuthorization()` to avoid missing this crucial step.
SwiftUI samples demonstrating various capabilities of ArcGIS Maps SDK for Swift
AI Summary: Remove the ellipsis (...) from a Text view within a ProgressView in the ArcGIS Maps SDK for Swift Samples project. The ellipsis is considered redundant as the ProgressView already visually indicates an ongoing process.
SwiftUI samples demonstrating various capabilities of ArcGIS Maps SDK for Swift
AI Summary: Update the ArcGIS Maps SDK for Swift Samples project to use the new `AuthenticationManager.signOut()` method for signing out users, replacing any custom sign-out implementations. This involves identifying and modifying relevant code sections within the sample applications to utilize the updated method provided in version 200.8 of the toolkit.
SwiftUI samples demonstrating various capabilities of ArcGIS Maps SDK for Swift