I followed this tutorial using Java. As expected the BroadcastReceiver receives an Intent, but the GeofencingEvent fromIntent (Intent intent)
method returns NULL.
According to the docs for fromIntent
:
returns - a GeofencingEvent object or null if the given intent is null or doesn't contain geofencing event
What are possible reasons?