I have designed an android app. In this app, few geofences are defined and notifications are expected while entering/exiting them. When the app is installed it works fine at first and then after some time geofences are not triggering well in samsung. Geofences are triggering randemly. Can any one help me to reduce the randomness of triggering geofences. Note : I used google docs provided code only(link : https://developer.android.com/training/location/geofencing)
help me to fix this issue.
I added geofences in my app and added a pending intent and broadcast receiver to it to monitor the geofences.
I am expecting to reduce the randomness of triggering geofences.