diff --git a/src/@ionic-native/plugins/geolocation/index.ts b/src/@ionic-native/plugins/geolocation/index.ts index 7eded999a..0ea3937a1 100644 --- a/src/@ionic-native/plugins/geolocation/index.ts +++ b/src/@ionic-native/plugins/geolocation/index.ts @@ -117,6 +117,14 @@ export interface GeolocationOptions { * * This API is based on the W3C Geolocation API Specification, and only executes on devices that don't already provide an implementation. * + * For iOS you have to add this configuration to your configuration.xml file + * ```xml + * + * We want your location! Best regards NSA + * + * ``` + * + * * @usage * * ```typescript