flutter-geolocator icon indicating copy to clipboard operation
flutter-geolocator copied to clipboard

[Question]: Incorrect foreground service type From Android 14 - Publishing overview - Play Store

Open Luis-Leonidas-Fernandez opened this issue 1 year ago • 2 comments

Please check the following before submitting a new issue.

Please select for which platform(s) you need help

  • [X] Android
  • [ ] iOS
  • [ ] Linux
  • [ ] macOS
  • [ ] Web
  • [ ] Windows

Your question

Incorrect foreground service type From Android 14, developers must specify service types when foreground services are found in their app's manifest. Starting services with different types may cause your app to crash.

Your app's manifest declares com.baseflow.geolocator.GeolocatorLocationService, which starts in the foreground in the following place:

com.baseflow.geolocator.GeolocatorLocationService.com.baseflow.geolocator.GeolocatorLocationService.f Make sure that service types passed to startForeground() match what is specified in your app's manifest.

geolocator: ^13.0.1

Captura

play store msg

Version

13.0.1

Luis-Leonidas-Fernandez avatar Aug 23 '24 21:08 Luis-Leonidas-Fernandez