Replies: 1 comment
-
This issue is often because Background Modes is either disabled entirely or does not have the 'Location Updates' background mode capability enabled. You can enable this in the Signing & Capabilities section of your app target in Xcode. You may also need to provide location usage descriptions in the Info.plist. If you're not using background location updates, you could also set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using this SPM manage all is good I have done
but I am trying now update user coordinate so I found this solution
https://stackoverflow.com/questions/55189264/reduce-how-often-location-manager-updates
1st answer so I am trying this via SPM
my app is crashing
Thread 1: "Invalid parameter not satisfying: !stayUp || CLClientIsBackgroundable(internal->fClient) || _CFMZEnabled()"
Beta Was this translation helpful? Give feedback.
All reactions