I have an app that I'll be releasing in the next day or so that uses Geofencing, it's currently only being used for a single user and stores the Geofence data in a SQLite DB, however I believe if I were to use GCM I could store the fences where multiple users could access. I haven't done this yet, but I feel confident this will work. The issue that I haven't taken the time to figure out yet is how to allow multiple users to access the same data on the database without allowing anyone who has access to the database access to the specific paired users data. That is the next hurdle!
On Thursday, June 6, 2013 2:26:48 PM UTC-5, Lew wrote: > > JossieKat wrote: > >> I looked at the site brfore. >> All i saw are geo fences created by the >> Single user.not multiple users. Share >> Same geo fence. >> It does not answer my question > > > You do have to apply some inference from the information. Programming is > an art > of applying known techniques to unknown problems. I do see your answer > there. > > They say not to store (read - transfer) Geofence objects directly, but to > serialize the individual fields. > > Why can't you use that same technique? > > Please answer specifically. > > -- > Lew > 0 > -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

