无法检查设备上的应用程序(使用 appMobi 创建)

发布于 2024-12-26 05:30:28 字数 250 浏览 2 评论 0原文

我使用 appMobi XDK 创建了移动应用程序。

如果我在本地测试(从网络服务返回数据),它工作正常。

但是当我尝试在设备上测试时,*无法获取最新的应用程序*并且没有从服务端获得任何响应。(尝试了两个选项“在任何地方测试” ”和“在本地 wifi 上测试”)

(*它显示了我在设备上检查时第一次完成的唯一部分,之后我在应用程序中进行了很多修改,但无法在设备上看到任何更改*)

任何帮助将不胜感激

谢谢

I have created mobile app using appMobi XDK.

Its working fine if I test locally (returning data from webservices.)

But when i'm trying to test on device, * unable to get the latest app * and not getting any response from service end.(tried with both options "test anywhere" and "test on local wifi")

( * its showing the only part which is done at the first time when i checked on device, after that i did lot of modifications in app but unable to see any change on device * )

Any help would be highly appreciated

Thanks

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

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

发布评论

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

评论(2

李不 2025-01-02 05:30:28

您确定您已推送到云吗?此外,您还可以在 http://forums.appmobi.com 上获得更好的支持

。默认的index.html引用了xhr.js,只要引用到位,你就不必担心跨域脚本问题。我们将对 XMLHttpRequest 对象的调用包装到我们的本机调用中。

Are you sure you did a push to cloud? Also, you'll get better support at http://forums.appmobi.com

As to the post below, the default index.html has a reference to xhr.js , as long as that is in place, you do not have to worry about cross domain scripting issues. We wrap the calls to the XMLHttpRequest object to our native calls.

我不是你的备胎 2025-01-02 05:30:28

您可能存在跨域脚本权限问题。 AppMobi 提供了一个 getremotedata 调用来解决这个问题,或者他们有一个名为 xhr.js 的包装库 - 您使用其中之一吗?

You likely have a cross-domain scripting permission issue. AppMobi provides a getremotedata call to get around this or they have a wrapper library called xhr.js - are you using either one of those?

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