Discussions
IRC
Sign In
twaddington
Activity
Discussions
Comments
65
Trigger + Layer vs. Trigger + Place
You can just automatically subscribe the user to the layer when your application starts.
Comment by
twaddington
August 2012
permalink
Geo trigger not working
You need to associate your triggers with a "Layer" then subscribe the anonymous user to that layer: http://developers.geoloqi.com/api/layer/subscribe/:id
Comment by
twaddington
August 2012
permalink
What is the use of LQTrackerProfile and difference between different tracker profiles?
The ADAPTIVE profile will only send location fixes if you are moving around and near points of interest (geofences). If you're not moving around much or not near a geofence the device will ratchet down the GPS and stop sending location fixes. I…
Comment by
twaddington
July 2012
permalink
When I set trackerprofile mode as ROUGH , It dosenot return location/last?
What are you using to query the location/last and location/history responses? The Android SDK?
Comment by
twaddington
July 2012
permalink
What is the use of LQTrackerProfile and difference between different tracker profiles?
The ROUGH profile depends on the network location, so you must have a mobile network or wifi signal to receive any location fixes. It provides city or metro level location fixes, however you may occasionally get more accurate fixes if other applicat…
Comment by
twaddington
July 2012
permalink
iOS SDK Getting Started linker error
Great! Glad I could help.
Comment by
twaddington
July 2012
permalink
iOS SDK Getting Started linker error
I'm not the iOS developer, but I believe you need to include JSONKit in your project before building. This link might be helpful: https://community.geoloqi.com/discussion/comment/119#Comment_119
Comment by
twaddington
July 2012
permalink
Is real-time location tracking available for Android?
Great!
Comment by
twaddington
July 2012
permalink
What is the use of LQTrackerProfile and difference between different tracker profiles?
I'm not sure what you mean by that. You can make the radius of the geofence larger to make sure it's triggered. Smaller geofences are sometimes more difficult to trigger if the user's device cannot get an accurate location fix.
Comment by
twaddington
July 2012
permalink
What is the use of LQTrackerProfile and difference between different tracker profiles?
You're saying you don't see the data? It may take some time after your network reconnects for it to upload the batched data. If the network connection is weak, the data may fail to upload, which means it will retry again later when your ne…
Comment by
twaddington
July 2012
permalink
Location notifications needing to launch app
Is this on iOS?
Comment by
twaddington
July 2012
permalink
What is the use of LQTrackerProfile and difference between different tracker profiles?
Ronald, all location data will be batched to the device and uploaded to the server when you have an active connection again *except* in the real-time profile. When using real-time the location data is sent immediately and discarded whether or not it…
Comment by
twaddington
July 2012
permalink
user subscription
You might try layer/list instead. http://developers.geoloqi.com/api/layer/list
Comment by
twaddington
July 2012
permalink
What are the differences between the various location tracking profiles?
Good question. I just answered a similar query here: https://community.geoloqi.com/discussion/comment/289#Comment_289 Let me know if that doesn't answer your question!
Comment by
twaddington
July 2012
permalink
What is the use of LQTrackerProfile and difference between different tracker profiles?
Our mobile SDK supports five different tracking profiles for different use-cases. I've highlighted some of their features below: - OFF: The tracker is off and will not request location updates or upload any data. - ROUGH: The tracker will requ…
Comment by
twaddington
July 2012
permalink
Is real-time location tracking available for Android?
Hey There, The real-time tracking profile was recently added to the Android SDK. It should be available if you download the latest version from this page: https://github.com/geoloqi/Geoloqi-Android-SDK/downloads Let us know if you have any issues…
Comment by
twaddington
July 2012
permalink
Track particular user in android?
The Geoloqi Android SDK requires an active network connection to initialize itself. Once a valid session has been created, it can continue functioning even if the network connection drops. Unfortunately, there isn't a good way to catch the exc…
Comment by
twaddington
July 2012
permalink
Track particular user in android?
You cannot use the API console to access this user's data. This is because the user was created by your application, not your developer account. You'll need to make a request to the Geoloqi API using your application credentials. You can d…
Comment by
twaddington
July 2012
permalink
Chane username from "Anonymous" to some name in android
You should be able to use the `account/profile` API endpoint with the "desired_username" field set to the username you'd like to set. http://developers.geoloqi.com/api/account/profile
Comment by
twaddington
July 2012
permalink
Track particular user in android?
Was the user you are trying to access created by the same application token? Can you post the code you're using to make this request? Thanks!
Comment by
twaddington
June 2012
permalink
Track particular user in android?
You can use the `location/last` API endpoint to get the user's last location update. All you need to provide is that user's id. Simply sign the request with your application access token. This works because the application created that use…
Comment by
twaddington
June 2012
permalink
Track particular user in android?
If you start up the LQService provided by the Android SDK it will automatically begin tracking the user in the Adaptive profile. If the device has an active network connection it will begin delivering location updates to the Geoloqi servers. You can…
Comment by
twaddington
June 2012
permalink
batch place creation
You might take a look at our `batch/run` API endpoint. There are some good examples of how it's used: http://developers.geoloqi.com/api/#Batched_Requests
Comment by
twaddington
June 2012
permalink
General Questions
Not necessarily no. Only if you want to update the application to subscribe the user. If you subscribe the user some other way, you don't need to make any changes to the sample app. One example would be to sign-in to the sample app using your d…
Comment by
twaddington
June 2012
permalink
General Questions
You'll want to subscribe whatever user is signed-in to the Android client to your layer so they receive push messages. You can do that using the layer/subscribe/:id API endpoint. Simply make a request to that endpoint with your layer_id instead…
Comment by
twaddington
June 2012
permalink
General Questions
I'm having trouble reproducing the issues you're encountering. It looks like something is seriously hosed up with your project configuration. You might make sure you're running the latest version of the Android SDK and the Android Ecl…
Comment by
twaddington
June 2012
permalink
General Questions
Hrm. Are you running this on an emulator or a device? Do you have any other Geoloqi applications installed?
Comment by
twaddington
June 2012
permalink
General Questions
Did you make any changes to the sample application when you imported the project such as changing the package name? Have you made any other changes to the app code?
Comment by
twaddington
June 2012
permalink
General Questions
Sorry to hear you're having trouble with the Sample Android app! Can you post a stack trace of the crash from logcat?
Comment by
twaddington
June 2012
permalink
Is it possible to fire trigger on locations which are created by web app n notify using Android app?
You might also give the trigger/run/:id API endpoint a try for testing your triggers.
Comment by
twaddington
June 2012
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
About
Username
twaddington
Joined
November 2011
Visits
0
Last Active
February 2013
Roles
Member, Development Partners
Powered by Vanilla