Android 上的 wikiitude 无效密钥

发布于 2024-11-04 16:47:48 字数 354 浏览 6 评论 0原文

我在使用 wikitude 和 android 时遇到了一些问题,当我午餐 wikitude 时,有时我会收到带有无效关键消息的水印,我在 wikitude 网站上请求了 API,并以这种方式创建了一个新的 WikitudeARIntent

WikitudeARIntent ARintent = new WikitudeARIntent(this.getApplication(), "my app name", "59393c83-13a5-4fa3-bbc8-bee404abe50f", "my name");

其中“我的应用程序名称”是指示的应用程序名称在维基百科网站的注册表中,“我的名字”也是开发者的名字。 谢谢

I have some trouble with wikitude and android, when I lunch wikitude sometimes i get the watermarks with invalid key message, I requested the API on wikitude site and I create a new WikitudeARIntent in this way

WikitudeARIntent ARintent = new WikitudeARIntent(this.getApplication(), "my app name", "59393c83-13a5-4fa3-bbc8-bee404abe50f", "my name");

Where "my app name" is the app name indicated in the registration form on wikitude site, same thing for "my name" is the dev name.
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

万劫不复 2024-11-11 16:47:48

我没有写应用程序名称,它运行良好。尝试省略应用程序名称

i didnt write the application name and it runs fine. Try omitting the application name

雄赳赳气昂昂 2024-11-11 16:47:48
WikitudeARIntent intent = new WikitudeARIntent(this.getApplication(), this.getString(R.string.api_key), this.getString(R.string.developer_name));

如上所述,尝试删除应用程序名称属性

WikitudeARIntent intent = new WikitudeARIntent(this.getApplication(), this.getString(R.string.api_key), this.getString(R.string.developer_name));

as noted above, try removing the application name attribute

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文