问题标签 [glympse]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
glympse - 有没有在 Android 中使用 GlympeMapView 渲染地图的示例?
在 SDK 示例文件夹中看到的每个项目都使用 GlympseMapFragment。为了我的目的,我不需要如此重量级的东西。我想在我的应用程序中嵌入 GlympseMapViewGoogle。我该怎么做呢?有没有任何地方的例子?
ios - Glympse Lite API 关闭按钮崩溃
我正在尝试将 Glympse Lite iOS SDK v1.0.12 合并到我的应用程序中。但我有一个问题。试图关闭“正在发送..”屏幕会导致应用程序崩溃。
尝试使用此处的解决方案https://stackoverflow.com/a/17889940/3805275但仍然崩溃。
尝试对示例项目 GlympseHistoryLiteDemo 执行相同的操作,并且还会出现以下输出崩溃:
任何想法可能导致此崩溃和可能的解决方案?
顺便说一句,我正在使用 iOS 7.0.4 在 iPod Touch 上进行测试。
glympse - 带有商业 API 的品牌地图
我注意到在商业 API 中,您可以使用品牌地图皮肤。这实际上是如何在应用程序端实现的?是否有“MapView”对象暴露?商业 API 文档无法在线获得,但我很想在承诺购买合同之前阅读它。我也对 REST Api 公开的内容非常感兴趣。
ios - 将 Glympse Lite SDK 从 v1.0.10 升级到 1.0.17 后缺少 AUTH_ERROR_API_KEY
更新 Glympse Lite SDK 后,我现在在 GlympseLiteWrapper.mm 文件中收到此错误:
Glympse/GlympseLiteWrapper.mm:88:31:“Glympse::LC”中没有名为“AUTH_ERROR_API_KEY”的成员
任何想法如何解决这个问题?(如果我将这些行注释掉,它似乎确实可以编译,但是在向 Glypmse 添加新联系人时我会遇到一些崩溃 - 不确定这是否相关但仍然不确定我为什么会收到这些错误)
我出现在这个 switch 语句中:
编辑:崩溃与在收件人字段中输入字母“T”有关(请参阅下面的评论)这是跟踪:([__NSArrayM objectAtIndex:]: index 1 beyond bounds [0 .. 0])
glympse - 带有 Android Studio 的 Glympse SDK for Android
根据https://developer.glympse.com/sdk/android的分步指南的分步指南,Glympse SDK 使用 Eclipse,但现在建议使用 Android Studio。
我可以将 Android Studio 用于 Glympse SDK 吗?将 Android Studio 与 Glympse SDK 一起使用是否存在任何已知问题?
glympse - Glympse API 事件处理
我正在尝试通过使用意图并通过广播接收信息来启动 glympse 应用程序。有什么方法可以通知我发生的事件,例如票证被删除、过期、更新等?
android - 发送短信 TICKET_INVITE_FAILED 时 Glympse API
您好,我使用的是商业 SDK,但发送短信有问题。当我尝试通过电子邮件发送时,它可以工作,但是当我尝试通过短信发送时,我收到以下事件:TICKET_CREATED、TICKET_TRACK_CHANGED、TICKET_INVITE_FAILED(由侦听器处理)。我的代码:
调用 createGlympse 方法:
“xxx-xxx-xxx” - 电话号码
在我的包装中:
我做什么或什么是电话号码模式?我尝试了可以手动和通过 glympse 服务器发送短信的设备。也许是沙盒限制?
android - Glympse sandbox key not generated
I am trying to obtain a sandbox (test) key in order to test the sdk within my android application. Registering a new application at https://developer.glympse.com/apps shows empty sandbox key.
android - Issue with GGlympseLite.start()
When creating a glympse for the first time in an Activity, I call
which is required before
The glympse doesn't show up in notifications until after I hit send in the glympse wizard. Great, that works.
After stopping a glympse using the normal code given in the wrapper class
it stops. Great, that works too.
Now when I want to show the wizard again to create a new glympse, I have to call
before I call
The problem is that after I call start() and before I hit "send" in the glympse wizard, a notification shows up in android with the time remaining on the previously stopped glympse. I don't want that notification to be there.
How do I make sure the previously stopped glympse does not show up in Android's notifications when I am creating a new one?
glympse - Glympse REST API:如果用户 ID 和密码丢失,如何识别设备
我将account/create
端点生成的用户 ID 和密码存储在浏览器localStorage
中,以便将它们用于所有后续登录。
但是,如果 localStorage 被清除,我仍然希望能够检索帐户历史记录、收藏夹等,因此简单地使用新帐户登录似乎不是正确的方法。
即使userId/password
发生更改,是否有任何方法可以识别用户并检索他们的历史记录/收藏夹?