Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not honoring custom service URL. #3

Closed
williamsjj opened this issue Jan 13, 2015 · 1 comment
Closed

Not honoring custom service URL. #3

williamsjj opened this issue Jan 13, 2015 · 1 comment
Labels
invalid This doesn't seem right

Comments

@williamsjj
Copy link
Contributor

Despite using:

[FCIPAddressGeocoder setDefaultService:FCIPAddressGeocoderServiceFreeGeoIP
                                    andURL:@"https://example.com/api/geoip/json/"];

I still see this in my app logs:

*00:00:07:480   |   - URI: http://smart-ip.net/geoip-json/

How can I force FCIPAddressGeocoder not to fail over away from our custom server?

@williamsjj
Copy link
Contributor Author

Found

geocoder.canUseOtherServicesAsFallback = NO

@fabiocaccamo fabiocaccamo added the invalid This doesn't seem right label Feb 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants