1. I want to use the location update method, but my application actually doesn’t use it
2. The current problem is: I implemented real-time location update in the background, so that the app can be permanent in the background, but Apple’s review failed
3. I would like to ask: Is there any idea of using background location update to pass Apple’s review?
Generally the correct solution is to block the demand directly with reasons that cannot be reviewed.
Before, you could always play silent music in the background to keep your app alive, but you must require your app to have music playback requirements (similar to alarm clocks and other apps), otherwise it will still not pass the review.