[TIMOB-1067] Titanium.Geolocation.reverseGeocoder dos not work on iPhone OS4 beta 4
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:43:05.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | geo, ios, iphone, location, os4 |
Reporter | Antonio Carlos Silveira |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:43:04.000+0000 |
Updated | 2017-03-09T21:23:54.000+0000 |
Description
I am testing my app with OS4 beta4 and all my geo features stopped working.
When I call the Titanium.Geolocation.reverseGeocoder() method I don't get a response back.
Attachments
File | Date | Size |
---|---|---|
device-log-geo_ks.txt | 2011-04-15T02:43:04.000+0000 | 5311 |
ks_geo.PNG | 2011-04-15T02:43:04.000+0000 | 52787 |
Here are the info.
Mobile SDK 1.3
iPhone SDK OS4 beta4
Attached is the console log, running on an iPhone 3Gs with OS4 beta4. Using KitchenSink 1.3. (changed the name to be able to use my Profile.
Start KitchenSink 1.3
Go to Phone Tab
Go to GeoLocation
The data will be filled, only the Reverse Geo data is blank
Will this issue be solved on Titanium Mobile 1.4? It still doesn't working on iOS4 GM
This is not a bug. When using addresses in reverse geolocation, they MUST NOT contain a comma. Our geolocation webservice treats any string with a comma in it as a lat,long pair.
Closing ticket as invalid.