无法检查设备上的应用程序(使用 appMobi 创建)
我使用 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您确定您已推送到云吗?此外,您还可以在 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.
您可能存在跨域脚本权限问题。 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?