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
1
vote
0 answers

Glympse Lite API Dismiss Button crash

I am trying to incorporate the Glympse Lite iOS SDK v1.0.12 into my app. But I have a problem. Trying to Dismiss "Sending.." screen causes the application to crash. Tried to use solution from here https://stackoverflow.com/a/17889940/3805275 but…
IVtrue
  • 11
  • 2
1
vote
1 answer

Glympse API I am not able to run the sendTicket (Glympse Lite API) when compiling against iOS 7.1 base SDK

When I envoke '[GlympseLiteWrapper instance].glympse->sendTicket(_glympseTicket, wizardFlags);' I am getting a debugger breakpoint (exception) in Thread 1: it seems to originate from +[NSBundle(glympse) liteBundle]_block_invoke Anyone else having…
ShawnG
  • 123
  • 1
  • 6
1
vote
1 answer

Glympse for Android: Obtaining API key

I want to make use of the Glympse functionality in my Android app by using the Glympse SDK for Android, but when I try to run the Demo projects I get the message: "Valid API key has not been configured. Please visit http://developer.glympse.com if…
Bohemen90
  • 131
  • 3
1
vote
1 answer

Glympse API Crash when trying to create/send a new Ticket

I am trying to incorporate the Glympse Lite iOS SDK v1.0.2 into my app but have run into a problem. I have added the framework and resource bundle, and have been following along with the examples. However when I try to run this line: bool…
ShawnG
  • 123
  • 1
  • 6
0
votes
1 answer

Format for sending location data in body

I'm coding in React-Native. Glympse docs says that location data should be sent in a delta-compressed array. I don't really know what that means. I think I get the idea of each element being the amount of change (delta) from the previous element,…
0
votes
0 answers

Glympse Api packages are not resolved despite to linking Glympse Api in gradle

I am running Glympse Sdk sample on my Android Studio 3.0, I am able to run the sample but finding some issue like sdk is not properly working with Studio, Please refer the below dropbox link for see screen shot:-…
user2028
  • 163
  • 4
  • 15
  • 40
0
votes
1 answer

Glympse API append_data error

I am trying to append_data to a Glympse ticket and I am getting a serialization error. I have tried many variation on the following request body and can not seem to make a successful call: { [ "n" : "destination", "v" : { …
MikeDB
  • 3
  • 2
0
votes
1 answer

glympse client sdk sample - failed to create error message

I am using the examples from https://developer.glympse.com/docs/core/client-sdk/downloads link. I tried the GlympseSendDemo and GlympseCreateDemo using Android Studio(without any changes apart from editing the temporary developer API key that I…
user3526
  • 1,412
  • 1
  • 19
  • 26
0
votes
1 answer

get glympse url without user interaction

I am writing an automation app and would like to share Glympse location automatically without user interaction when the user starts to drive. I took a look at the SDK to use Android intents, and it looks like I can populate all details, but to get a…
user3526
  • 1,412
  • 1
  • 19
  • 26
0
votes
2 answers

Glympse REST API - expired tickets

I have two questions on the Glympse API: I am sharing my location by (initially creating a ticket,) uploading location data (/v2/tickets/ticketID/append_location) and appending data (/v2/tickets/ticketID/append_data). If there is already a ticket…
perihel
  • 3
  • 1
0
votes
1 answer

How to share location with public tag with Glympse REST API

I am trying to share a location to a public tag in Glympse with their REST API. My application is creating a ticket with /v2/users/self/create_ticket After that I am trying to add that ticket to the public tag/group (which is already…
perihel
  • 3
  • 1
0
votes
1 answer

How to share location in a group with glympse rest api

I am trying to share my location to a card with following steps: create a ticket with API /users/self/create_ticket set the card_id of the ticket with API /tickets/:id/append_data share ticket to a card with API /cards/:id/ticket, invite_code:…
shaolei
  • 27
  • 3
0
votes
1 answer

Glympse - How to create private groups in android?

I am checking glympse android sdk. I am not able to find programming guide for how to create private groups in android. There is reference of REST api for creating private groups using cards. But there is no step by step guide for it. Can anyone…
anujprashar
  • 6,263
  • 7
  • 52
  • 86
0
votes
1 answer

Glympse - Define Private Groups Using recipient's email addresses

When I define a private group I'm only presented with contracts for whom I have cell phone numbers. For typical glympses I can also select a recipient by their email address. How can I add recipients by email address when defining a private group?
harumph
  • 23
  • 6
0
votes
1 answer

Glympse - How to use Private Groups in a Favorites

How can I use a private group when defining a new favorite? When selecting a recipient for a favorite glympse only lets me select individuals. The does not appear to be any way to select private group.
harumph
  • 23
  • 6