Closed sainjay closed 1 week ago
Nothing is happening on clicking Settings
Sorry, I missed this. I’ll look.
I don’t have a problem in the demo app.
this is pure native code controlling this. It has nothing to do with JavaScript or react-native.
@christocracy This is the bug i'm seeing from Xcode logs, can you check:
BUG IN CLIENT OF UIKIT: The caller of UIApplication.openURL(_:) needs to migrate to the non-deprecated UIApplication.open(_:options:completionHandler:). Force returning false (NO).
default 10:29:21.395272-0500 CareGiver Not push traits update to screen for new style 2, <UIWindowScene: 0x1094be280> (E34CC39F-D34D-4682-8BE6-484DA37400E1)
default 10:29:21.397857-0500 CareGiver _didHideAlertController: <UIAlertController: 0x1322bd800>
error 10:29:21.399029-0500 CareGiver BUG IN CLIENT OF UIKIT: The caller of UIApplication.openURL(_:) needs to migrate to the non-deprecated UIApplication.open(_:options:completionHandler:). Force returning false (NO).
See CHANGELOG
Thanks, working after updating to latest version.
Your Environment
react-native -v
): expo-env-info 1.2.0 environment info: System: OS: macOS 15.1 Shell: 5.9 - /bin/zsh Binaries: Node: 18.16.0 - ~/.nvm/versions/node/v18.16.0/bin/node Yarn: 3.6.1 - ~/.nvm/versions/node/v18.16.0/bin/yarn npm: 9.5.1 - ~/.nvm/versions/node/v18.16.0/bin/npm Watchman: 2024.05.06.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.15.2 - /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: DriverKit 24.1, iOS 18.1, macOS 15.1, tvOS 18.1, visionOS 2.1, watchOS 11.1 Android SDK: API Levels: 28, 30, 31, 32, 33, 34 Build Tools: 30.0.3, 33.0.0, 33.0.1, 34.0.0 System Images: android-30 | Google Play ARM 64 v8a, android-31 | Google APIs ARM 64 v8a, android-34 | Google APIs ARM 64 v8a IDEs: Android Studio: 2024.1 AI-241.15989.150.2411.11948838 Xcode: 16.1/16B40 - /usr/bin/xcodebuild npmPackages: expo: ^51.0.11 => 51.0.26 expo-router: ~3.5.23 => 3.5.23 react: 18.2.0 => 18.2.0 react-dom: 18.2.0 => 18.2.0 react-native: 0.74.5 => 0.74.5 react-native-web: ~0.19.6 => 0.19.12 Expo Workflow: barePlugin config
Expected Behavior
should go to app settings
Actual Behavior
Nothing is happening on clicking Settings
Steps to Reproduce
Never
in app settingsawait BackgroundGeolocation.requestPermission()
WARN [requestPermission] FAILURE: 2
Context
Trying to get to settings to enable Location Permissions.
Debug logs
Logs
``` PASTE_YOUR_LOGS_HERE ```