mjisrawi / iOS-Geocoding-Services

Custom lightweight iOS forward and reverse geocoding services using Google's JSON geocoding API (v3)
72 stars 21 forks source link

Getting Error Code 2 #2

Open iOSDev33 opened 12 years ago

iOSDev33 commented 12 years ago

Getting error code 2 when attempting to reverse geocode over cellular network. Works fine over wifi.

mjisrawi commented 12 years ago

Error code 2 should mean that the Google API is returning "OVER_QUERY_LIMIT" as a status code. Can you inspect the JSON response you're getting and confirm what status the API is sending back (both on WiFi and 3G)?

iOSDev33 commented 12 years ago

Works fine over WiFi but for some reason I am getting error code 2 "OVER_QUERY_LIMIT" a lot over cellular. I know I am not over query limit as I am the only 1 using it.

triage commented 11 years ago

old topic but yeah same here, even when I haven't used my geocoding account for a few days... (don't even have a public app yet) ... any ideas why, fellas?