Android 上的 wikiitude 无效密钥
我在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我没有写应用程序名称,它运行良好。尝试省略应用程序名称
i didnt write the application name and it runs fine. Try omitting the application name
如上所述,尝试删除应用程序名称属性
as noted above, try removing the application name attribute