cordova - Windows Phone claims, that my PhoneGap Build app uses location services -
according my application's config.xml
, application using 5 plugins:
<gap:plugin name="com.phonegap.plugins.barcodescanner" version="2.0.0" /> <gap:plugin name="org.apache.cordova.inappbrowser" version="0.5.2" /> <gap:plugin name="org.apache.cordova.vibration" version="0.3.11" /> <gap:plugin name="com.verso.cordova.clipboard" version="0.1.0" /> <gap:plugin name="com.google.cordova.admob" version= "2.7.7" source="plugins.cordova.io" />
and 1 feature:
<feature name="http://api.phonegap.com/1.0/device" />
there isn't tiny trace of localization. but, according windows phone store, app using location services. same confirmed, when application installed -- windows phone displays standard reminder, location data gathered particular application may sent microsoft servers blah, blah... thing is, app not using geolocation.
what can causing , how can fix this? how can force windows phone store not confuse users of application, uses location services (which not true)?
Comments
Post a Comment