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? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
At the moment there is no support for that, working on it |
Beta Was this translation helpful? Give feedback.
-
|
@paulober Try 14.0.0-preview01 it will not have Xamarin.GooglePlayServices.Location dependence. |
Beta Was this translation helpful? Give feedback.
-
|
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) |
Beta Was this translation helpful? Give feedback.
Thanks for the quick turnaround, this looks to have done the trick