シミュレーターのIOSを使用した位置情報サービスで次の問題が発生しています。
phonegap2.2.0とxcode4.5.2を使用して、
Cordova.plist EnableLocation = YES
navigator.geolocation.getCurrentPosition(myPositionSuccess, myPositionError, {maximumAge: 300000, timeout:10000, enableHighAccuracy : true});
myPositionSuccessが呼び出されることはなく、navigator.geolocationで次のエラーが発生します
locationManager::didFailWithError (null)
シミュレーターで試してみました。何か案が?