[TIMOB-13977] iOS: Geocoder - Search doesn't work in geocoder
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-08-28T17:46:33.000+0000 |
Affected Version/s | Release 3.1.1 |
Fix Version/s | 2013 Sprint 11 API, 2013 Sprint 11, Release 3.2.0 |
Components | iOS |
Labels | qe-3.1.1 |
Reporter | Anshu Mittal |
Assignee | Sabil Rahim |
Created | 2013-05-24T07:27:28.000+0000 |
Updated | 2013-08-28T17:46:33.000+0000 |
Description
Search does not work in geocoder. This is not regression since the issue occurs in 3.1.0 GA as well.
Steps to reproduce:
1. Import geocoder from sample pane into project explorer.
2. Install it on the device with Target SDK. Launch the project.
3. Type any address in search box and search.
Actual:
Intended location is not searched. Alert dispalyed with message,"Unable to geocode the address"
Expected:
Location should be searched.
PR https://github.com/appcelerator-developer-relations/Sample.Mapping/pull/5
Tested with: SDK:3.1.1.v20130610164554 Appcelerator Studio: 3.1.1.201306101955 OS: OSX 10.7.5 Device:iPhone5(v 6.0) Xcode: 4.6 Works fine and searches the intended location successfully