I'm writing an Android application that notifies the user when he enters a specific region. For this I used the Geofence API from Android.
I have tried Google's GeofenceDetection sample, and The application does not get notified at all.
I call addGeofences, and receive onAddGeofencesResult notification with statusCode 0, so all seems to be working fine, but when I walk (or drive) in and out of the geofence (with radius 5m or 50m) nothing happens.
I use Nexus4 and Eclipse - both updated to latest versions.
Why don't I get geofence notifications?