What's Changed?
iOS: Enhanced Device Commands
We're excited to announce the latest updates, focusing on enhancing and fixing device commands for setting permissions and location, with added compliance for iOS 17 (by @asafkorem in #4301).
Fixes:
- Resolved Permission Regressions on iOS 17: This update addresses permission regressions specific to iOS 17.
- Restoration of
device.setLocation(lat, lon)
: The functionality of this method is now restored, resolving issues discussed in ASU Issue #111 and other related issues: [1], [2], [3], [4] and more. For more details on setting location, see the set location documentation.
Features:
- Improved Photos and Contacts Permissions: Introduced support for
limited
permission settings for photos and contacts. Refer to the launch app permissions documentation for more information.
Migration Notes:
Please upgrade Xcode or Command Line Tools for Xcode to the latest version (15 or newer) for full compatibility with the recent update. You can find the latest Xcode or Command Line Tools for Xcode at Apple Developer Downloads.
Full Changelog: 20.15.0...20.16.0