Background location enabled for my app, play store rejected my app update. How to fix?
I am building a food delivery app in flutter, where it contains seller side, user side and driver side.
The app contains live tracking feature, which requires background location permission. But this leads to the rejection of the app. The foreground service location permission is required for android 14 to work for the background location.
Background location enabled for my app, play store rejected my app update. How to fix?
I am building a food delivery app in flutter, where it contains seller side, user side and driver side.
The app contains live tracking feature, which requires background location permission. But this leads to the rejection of the app. The foreground service location permission is required for android 14 to work for the background location.