We are making location sharing application
our application track user's locations by
func applicationWillTerminate(_ application: UIApplication) {
self.locationManager.startMonitoringSignificantLocationChanges()
}
Even if the user quits the app
When the user's location is updated, the coordinates are sent to the server.
I wonder if these services are the reasons for rejecting app reviews.