NSLocationAlwaysAndWhenInUseUsageDescription
We need access to your location even when the app is in background.
NSLocationWhenInUseUsageDescription
We need access to your location while you're using the app.
NSLocationAlwaysUsageDescription
We need access to your location at all times.
< /code>
Requested location permissions properly in JS
[*]Using BackgroundActions.start() with a long-running async task
[*]Confirmed that the code works perfectly in iOS debug mode
[/list]
Build Info:[/b]
[list]
[*]Built with Xcode for release (archive → export IPA)
[*]Installed via TestFlight and manually on device
[/list]
[b]Possible Cause?[/b]
Is this related to entitlements, provisioning profile, or anything that gets stripped in release mode?
Question:
What could be preventing background location from working in iOS release builds?
Is there something extra that needs to be done for react-native-background-actions
или geolocation для правильной работы в релизе?
Любая помощь будет очень оценена!>
Я разрабатываю приложение React Native, где мне нужно отслеживать местоположение пользователя в фоновом режиме. Я использую: < /p> [code]react-native-background-actions< /code> react-native-community/geolocation[/code] [b] Проблема: [/b]
[*] [b] Android: [/b] Фоновое место Обновления вообще < /li> < /ol> [b] Что я уже сделал: < /strong> < /p> [list] включенные фоновые режимы → Обновления местоположения в xcode < /li> Добавлены необходимые режимы в info.plist: < /li> < /ul> [code]NSLocationAlwaysAndWhenInUseUsageDescription We need access to your location even when the app is in background. NSLocationWhenInUseUsageDescription We need access to your location while you're using the app. NSLocationAlwaysUsageDescription We need access to your location at all times. < /code>
Requested location permissions properly in JS [*]Using BackgroundActions.start() with a long-running async task [*]Confirmed that the code works perfectly in iOS debug mode [/list] Build Info:[/b] [list] [*]Built with Xcode for release (archive → export IPA) [*]Installed via TestFlight and manually on device [/list] [b]Possible Cause?[/b] Is this related to entitlements, provisioning profile, or anything that gets stripped in release mode? Question: What could be preventing background location from working in iOS release builds?
Is there something extra that needs to be done for react-native-background-actions[/code] или geolocation для правильной работы в релизе? Любая помощь будет очень оценена!>
Я использую Flutter с Flutter_background_service и Geolocator для получения обновлений местоположения в фоновом режиме.
В режиме отладки , фоновое местоположение работает нормально, даже когда приложение минимизировано или заблокирован экран. Любые...
Я использую Flutter с Flutter_background_service и Geolocator для получения обновлений местоположения в фоновом режиме.
В режиме отладки , фоновое местоположение работает нормально, даже когда приложение минимизировано или заблокирован экран. Любые...
Я использую пакет flutter_local_notifications (версия ^16.3.1+1) в своем приложении Flutter. Однако после публикации приложения я заметил, что локальные уведомления на устройствах Android не работают должным образом.
Чтобы решить эту проблему, я...
Очень нужна помощь, я застрял здесь, когда-нибудь за спокойной, я пытаюсь интегрировать Brownfield в проект Android Kotlin. Добавить параметры конфигурации, общие для всех субпроектов/модулей.
plugins {
alias(libs.plugins.android.application) apply...