I am getting an error in the onAddGeofencesResult(int statusCode, String[] geofenceRequestIds) callback with statusCode = 1000.
onAddGeofencesResult(int statusCode, String[] geofenceRequestIds)
statusCode = 1000
I have my GP
I did silly mistake:
Error occurred because Device does not have Permission for GPS (Location service).
More details on Geofencing API here.
Screen shots for reference:
Hope this will make you clear.