How to disable usage of location APIs #540
|
I only used time notifications but adding this nuget makes the AppStore request a usage description for the location when in use APIs even though I don't use that code. Is there an option to tell the nuget to not build the location part when not using it? |
Answered by
lylerolleman
Mar 13, 2026
Replies: 3 comments 3 replies
|
At the moment there is no support for that, working on it |
0 replies
|
@paulober Try 14.0.0-preview01 it will not have Xamarin.GooglePlayServices.Location dependence. |
0 replies
|
This doesn't seem to help, nor would I expect it too... the issue is with references to This is a concern since we don't want to include location anything, however the integration looks quite tight, so we can't even assembly trim it out (at least, not without a lot of fiddling/kludging) |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the quick turnaround, this looks to have done the trick