Questions tagged [glympse]

Glympse is a cross-platform application and set of associated SDKs which let the user share is location in real-time with an other user for a certain amount of time.

Glympse is a fast, free and simple social location-sharing service which offers SDKs to integrate with applications on the web, or Android, iOS, Windows Phone and Blackberry platforms.

Please note that this tag should only be used for questions about programming with Glympse, and should not be used for specific questions that would be answerable only by the Glympse team (i.e. feature requests, questions about your specific account, etc).

55 questions
2
votes
0 answers

Center map on a set of coordinates

Is it possible to center the map of the Glympse website on a set of coordinates? I'm trying to put it into an iframe for a game with a grid overlay. I want to center the map so that each time you reload the custom website, it is on the right…
hipy
  • 75
  • 4
2
votes
1 answer

Error with LiteFactory.createGlympse() (Android)

Hello i'm tring to programm an app for android with the Glympse API but every time i try to use the createGlymspe function to create the Glympse instance i get this error 08-21 11:10:47.014: E/AndroidRuntime(22391): FATAL EXCEPTION: main 08-21…
2
votes
1 answer

Android Glympse SDK Integration

After calling the sendTicket method for Glympse, glympse.sendTicket(ticket, WIZARD_FLAGS); Glympse SDK launches Glympse's default send wizard screen. Is there anyway to skip this screen with the current Glympse SDK reference? Thanks in advance.
ALearner
  • 462
  • 3
  • 14
2
votes
1 answer

Send Glympse API Web API?

Besides showing a web mapview of Glympse. Is there any JS lib to do the sending of Glympse via Web API? It would be useful to develop mobile / desktop web application that uses the geolocation HTML5.
James Tan
  • 21
  • 1
2
votes
2 answers

How to make a introduce screen like Glympse iphone app

When you first time launch Glympse iphone app, Glympse show up a intro screen. When you scroll the screen from up to down, it will change the content dynamicly and the animation is very smooth. You can also replay this intro in the setting menu. I…
Leon
  • 2,810
  • 5
  • 21
  • 32
1
vote
0 answers

getTaskManager().getTask() in Glympse EnRoute API returning 0

I am using EnRoute Api and Glympse server to store tasks for agents for my application. I am able to log in with credentials. However, when I am trying to show all the tasks on my table view cells using this func tableView(_ tableView: UITableView,…
Sid
  • 11
  • 3
1
vote
1 answer

How to get the invite code that some one shared to me directly not in a card/group by rest API

I can get friend shared locations in a card/group by retrieving the invite code from the card detail. But if a friend shared his location directly to me not in a card/group. As I understood, in this situation the invite code is send by SMS, email,…
shaolei
  • 27
  • 3
1
vote
1 answer

How can I get user-shared location with REST api using Glympse?

I am trying to integrate Glympse into my application using their REST api. But I can not get user-shared location in a card from api /v2/tickets/{ticketID} with the ticketID I got from card member info. It always return invalid ticket ID. I noticed…
shaolei
  • 27
  • 3
1
vote
1 answer

How to get shared Glympse link?

I have to implement live tracking using Glympse. In Glympse application you can share a link that link will show your current location. Now I have to get that link and send that link to server. I am searching for it but I am unable to get desired…
Madhu
  • 33
  • 6
1
vote
1 answer

How to Send a Glympse from the Automate App

From the app Automate, I would like to send a Glympse. Automate's App Start block takes the following inputs. I assume not all of them have to be specified. Package Activity Class Action Data URI Mime Type Category Extras Flags What should I set…
Nathan
  • 8,093
  • 8
  • 50
  • 76
1
vote
1 answer

Glympse won't update in the background

I've working on an app that uses the GlympseLite SDK, but it's only sending location updates when the app is in the foreground. I noticed that the first time the app is run, when a Glympse is about to be started, this notification is displayed, but…
James
  • 11
  • 1
1
vote
0 answers

Glympse REST API - Create a New User in an existing Account

Hi am new to Glympse and would appreciate the help. The majority of our code is written in PHP. Scenario: I have a browser based application, that each of our users will look to create multiple ticket's (assuming each of the users has installed…
1
vote
1 answer

REST API - Getting an empty data object in the response

While I was developing my app, I used a sandbox API key. Now that I completed development, I switched to the production API. The responses I'm getting back from the API all have an empty data value: This is true for all endpoints that require…
irfanka
  • 129
  • 1
  • 14
1
vote
0 answers

Glympse API while sending sms TICKET_INVITE_FAILED

Hi I using Commercial SDK and I have problem with send sms. When i tried to send by email it works, but when I try to send via sms i get following events: TICKET_CREATED,TICKET_TRACK_CHANGED, TICKET_INVITE_FAILED (handled by listener). My…
AresM
  • 31
  • 4
1
vote
1 answer

Glympse SDK for Android with Android Studio

According to the step-by-step guide from https://developer.glympse.com/sdk/android, Glympse SDK uses Eclipse, but Android Studio is now the suggested IDE. Can I use Android Studio for Glympse SDK? Was there any known issue for using Android Studio…
Efreeto
  • 2,132
  • 1
  • 24
  • 25
1
2 3 4