Discussions
IRC
Sign In
aaronpk
Activity
Discussions
5
Comments
152
sending REST API Parameters?
You can just set payload to nil for making GET requests. An example is in the demo app that comes with the SDK: https://github.com/geoloqi/Geoloqi-iPhone-SDK/blob/master/TrackerSample/TrackerSample/TrackerSampleViewController.m#L140
Comment by
aaronpk
May 2012
permalink
What's the bug on the web?! And why am I not receiving notifications?
Yes, you will get far more reliability of triggers in realtime mode, and the battery mode may only trigger certain ones depending on their size and proximity to each other. We're working on publishing some guidelines on how many you should expe…
Comment by
aaronpk
May 2012
permalink
How to use the application access token?
You shouldn't put the application access token into your app, since that would allow anyone with the app to make requests on behalf of your application. If the layer is public, you can run place/list?layer_id=XXX without specifying the applicat…
Comment by
aaronpk
May 2012
permalink
Crash in iOS SDK - Adding Geoloqi to existing project
Just pushed out the update with this fix! Let me know if you continue to have trouble!
Comment by
aaronpk
April 2012
permalink
Geoloqi SDK
That should work, although a slightly cleaner way of doing it is this: [[LQTracker sharedTracker] setProfile:LQTrackerProfileOff] and [[LQTracker sharedTracker] setProfile:LQTrackerProfileRealtime] You can create an anonymous user account in your…
Comment by
aaronpk
April 2012
permalink
9 semantic issues when adding code to appdelegate
Hi there! Check to make sure you didn't define the application:didRegisterForRemoteNotificationsWithDeviceToken: method twice in your app delegate. You should be able to add the Geoloqi code into the existing method used by Appoxee. There shoul…
Comment by
aaronpk
April 2012
permalink
Geoloqi and the haunted iPhone
If you really want to disable the Geoloqi app you can always go to your "Location Settings" tab in the "Settings" app on iPhone and turn off location services for Geoloqi there. Other than that, you should be able to use the &…
Comment by
aaronpk
April 2012
permalink
Extra Parameters
Sorry, the API console doesn't currently support the "extra" parameter. You could try using cURL or one of our client libraries. Here is the documentation on the "extra" parameter with some examples.
Comment by
aaronpk
April 2012
permalink
Crash in iOS SDK - Adding Geoloqi to existing project
Sorry for the delay. We should have an update out early next week, but it wouldn't hurt to get the 5.0 SDK if you want to start right away.
Comment by
aaronpk
April 2012
permalink
sending message through GEOLOQI Console?
Hi there. It appears there was a problem on our end, which we pushed out a fix for today! Please let me know if this works for you now!
Comment by
aaronpk
April 2012
permalink
Geoloqi 20120219 version removes helpful features
Thanks for the bug report. I will definitely take a look at why it's not sending the points when you get back into cell coverage. I'm surprised to hear that you lost the data from when the app was offline. Can you show me on a map where yo…
Comment by
aaronpk
April 2012
permalink
Geoloqi SDK
There are two ways you can create user accounts. user/create_anon will create an anonymous account and return an OAuth token that the app can store to automatically log the user back in. This method exists in case you don't expect the user to l…
Comment by
aaronpk
April 2012
permalink
Username
Ok, all done. Please log out and log back in again. You should be able to log in with twitter and access your account. I also moved the application that your Twitter account created onto your merged account.
Comment by
aaronpk
April 2012
permalink
Geoloqi 20120219 version removes helpful features
1. Yes, the tracking limit will prevent a point from being recorded more frequently than this. 2. Correct. 3. The rate limit controls how often the app will try to send data to the server. If the app hasn't sent data in this amount of time it w…
Comment by
aaronpk
April 2012
permalink
Geoloqi SDK
Try adding the folder where you put the *.h files into the "Library Search Paths" config item. It might need to be something like "../GeoloqiSDK" depending on where you put the header files in your project.
Comment by
aaronpk
March 2012
permalink
Wrong location when using WiFi only (no GPS)
Waqas, the wifi-only location services are not guaranteed to be accurate. In densely-populated areas it does pretty well, but in locations with few wifi hotspots it may be less accurate. Unfortunately there is nothing we can do about this since it…
Comment by
aaronpk
March 2012
permalink
sending REST API Parameters?
Here are some answers to your questions: 1) Use geonote/create or trigger/create to create the regions that will send alerts when you get there. 2) You pass an NSURLRequest to the runAPIRequest method, so you can add parameters to the NSURLRequest o…
Comment by
aaronpk
March 2012
permalink
General Questions
Hi Waqas, I've merged your accounts so if you log in with Twitter now you should have access to your main account.
Comment by
aaronpk
March 2012
permalink
sending message through GEOLOQI Console?
Looks like this is getting farther along now. I actually just sent you an email regarding some issues with the Apple push certificate you uploaded. Please upload a new certificate and try again, I think that will solve the problem.
Comment by
aaronpk
March 2012
permalink
sending message through GEOLOQI Console?
1) Please try this again. We've updated message/send to no longer require a `layer_id` and should be able to work with the request you previously sent. 2) Both trigger/create and geonote/create should send you push notifications, assuming you h…
Comment by
aaronpk
March 2012
permalink
message/count_broadcast is not working?
Also can you paste a link to the Github project you're using as a base example?
Comment by
aaronpk
March 2012
permalink
message/count_broadcast is not working?
It sounds like no access token is being included in the request. Make sure you are saving the session after running `requestSessionWithUsername`. This may look something like this: [LQSession requestSessionWithUsername:self.emailAddressField…
Comment by
aaronpk
March 2012
permalink
General Questions
Can you try uploading them again without a password? That might fix it.
Comment by
aaronpk
March 2012
permalink
Geoloqi 20120219 version removes helpful features
Thanks for the detailed feedback, Frank. We've found that most of our users did not take advantage of the fine-grained controls like you have, so we removed them from the app's Settings screen. However, if you go to the iPhone Settings app…
Comment by
aaronpk
March 2012
permalink
Crash in iOS SDK - Adding Geoloqi to existing project
Thanks for reporting this. I have a fix for this which will be pushed out in the next update of the SDK. I think this problem surfaced because the current SDK is compiled against iOS 5.0.
Comment by
aaronpk
March 2012
permalink
Google API 2.2 & location service
In order to get geonotes from the current Android app, you need to have a cell phone number on your account. You can add a phone number here: http://geoloqi.com/account/profile You should get the geonote via SMS.
Comment by
aaronpk
March 2012
permalink
place/nearby and place/list documented as GET but only work as POST
Thanks for the pull request! It's been merged.
Comment by
aaronpk
March 2012
permalink
Can't seem to get "other" nearby places to show up
Thanks for the detailed examples. I ran through your input data on my end. It looks like I can retrieve both places using place/nearby when the radius is 390. It looks like the two points are 381m apart from each other.
Comment by
aaronpk
March 2012
permalink
iphone app running problem
1) If you set up the notifications on your account with your username and password, you'll need to log in to the same account on the sample iPhone app. You can do this with the requestSessionWithUsername:password: method. 2) You won't need…
Comment by
aaronpk
March 2012
permalink
Username
New geoloqi account or new forum account? It should have changed the username on your Geoloqi account.
Comment by
aaronpk
March 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
aaronpk
Email
aaron
at
parecki
dot
com
Joined
November 2011
Visits
1
Last Active
3:18PM
Roles
Administrator, Moderator
Powered by Vanilla