Appstore refusing because of background tracking because of UIBackgroundModes
See original GitHub issueI`m using only foreground location tracking but because the package uses background location api appstore is refusing to accept it because of UIBackgroundModes
Your Environment Plugin version: latest Platform: iOS OS version:iOS 13 Device manufacturer / model: Iphone React Native version (react-native -v): 62.0 Plugin config basic only function used is BackgroundGeolocation.getCurrentLocation(function(locations) { console.log(locations); }); Expected Behavior appstore should accept becuase it is not using background location
Actual Behavior appstore refusing app because of background geolocation
UIBackgroundModes
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
Appstore refusing because of background tracking ... - GitHub
I`m using only foreground location tracking but because the package uses background location api appstore is refusing to accept it because ...
Read more >App rejected due to UIBackgroundModes - Apple Developer
Our app gets rejected by Apple multiple times because of the use of location in ... This app is monitoring UUID's to detect...
Read more >Apple Itunes App Rejection due to Background mode Location
You can't use background location for other porpoise, so if you are using locations just to keep your app active in the background...
Read more >[Solved]-Apple rejection because UIBackgroundMode = location
Sounds like apple's complaint is that your apple think that your app doesn't need to use background location. If what you're trying to...
Read more >App rejected because of "UIBackgroundModes" - Settings
I'm trying to publish my app in the App store, but it's getting rejected because of “UIBackgroundModes”. My app isn't using any tracking...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have started using Expo-location with the expo-task-manager, the location service worked but the background task from the task manager generated a lot of errors. Still not found a fix for this unfortunatly.
Is this still an issue? I’m looking into using this for background location tracking, however if the app is then not accepted bij Apple I will have to look for another package.
I also have an idea that this is not maintained very well is it?