Hi there,
i've set up a test app like the sample application, but GCM is not working. The Push notification Test app is working, so my firewall doesn't block GCM.
I can make an API Request for device/notify, the response is like the following:
device/notify success: {"devices":{".....":{"status":"queued","statusUrl":"\/device\/notification\/status?notificationId=123105"}}}
But i never see the notification on my device.
Is there an other way to be notified if i enter or leave a geofence, or is the only possibility via GCM?