[android-developers] Re: Geofence not working over 3G/WiFi in Android 4.4+(KitKat) versions

2014-08-09 Thread dashman
There are some serious problems with the Google Play geofencing api.

Most notably - not detecting fence transitions.

Wrote my own.



On Tuesday, July 29, 2014 2:10:08 AM UTC-4, Abhishek Kumar Gupta wrote:

 In Android 4.4+ versions, I am not able to add/remove geofence over 
 3G/WiFi. Every time I am getting 1000 as a status code which means error. 
 When I am enabling GPS(it doesn't matter whether GPS is fixed or not), 
 everything works fine but accompanied with the problem of battery drain.

 Is there any alternative solutions? If yes, then please guide me.

 Note: In Android 4.3 and below versions, every thing works perfect.


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Geofence not working over 3G/WiFi in Android 4.4+(KitKat) versions

2014-08-09 Thread Pent


 There are some serious problems with the Google Play geofencing api.

 Most notably - not detecting fence transitions.

 Wrote my own.


Havn't used geofencing, but it was the same with location manager area 
trigger back in 2009
coincidentally (want reliability, write own).

Pent

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.