I am working on geofence api launched in Google I/O 2013. Creating and Monitoring Geofences.and not getting any nottification in the case 3G network.but its working smoothly in the wifi connection please help me
Asked
Active
Viewed 1,702 times
2
-
1See my answer here: http://stackoverflow.com/questions/16769653/how-to-use-android-geofencing-api/16883613#16883613 – Miloš Černilovský Jun 02 '13 at 14:23
-
now its working in 3G network also, i increased the radius upt0 300M – RAHULRSANNIDHI Jun 03 '13 at 05:42
-
And working in gps signal? I tested the sample and not use the gps signal to reach the exact location which is supposed to use when i walk or drive in car – Ricardo Pessoa Jun 19 '13 at 12:26
-
using gps signal its working more accurate than network condition and you can reduce the radius up to 1 m also – RAHULRSANNIDHI Jun 20 '13 at 06:40
-
My question is if the sample "Creating and Monitoring Geofences" try to connect with gps signal to precise locations... because every tests the application didn't start the gps connection – Ricardo Pessoa Jun 21 '13 at 16:33
-
some times when i trying to add Geo fences get the error code 1000(" Add Geofences: Failure, error code 1000") – RAHULRSANNIDHI Jul 02 '13 at 08:30
-
the error 1000 is "geofence_not_Available" error. check http://developer.android.com/reference/com/google/android/gms/location/LocationStatusCodes.html probably because location is not turned on. – Deepak Senapati Apr 01 '14 at 05:18