我们现在正在将我们的应用程序部署到生产环境中。但速度控制问题出现了吗?我们怎样才能解决这个问题?任何步骤都可以解决此问题。问题是使用使用java的适配器连接到***。 我们从ipad设备收到错误。
<Warning>: DEBUG: Submitting credentials to Worklight
<Warning>: DEBUG: Checking for authRequired attribute in responseJSON
<Warning>: DEBUG: authRequired attribute is present in responseJSON true
<Warning>: DEBUG: authrequired === true? true
<Warning>: DEBUG: authRequired is true, calling onShowLogin
<Warning>: DEBUG: do login [object Object]
<Error>: HID: The 'Rate Controlled' connection 'appme' access to protected services is denied.
<Warning>: void SendDelegateMessage(NSInvocation *): delegate (webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:) failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode
<Warning>: ERROR: Failed to submit credentials to worklight
我们正在获取凭据***。适配器使用jar和java类来访问凭证。
答案 0 :(得分:0)
似乎与MobileFirst Platform无关。
通读这些主题,因为看起来你有一些你在这里编写的本机代码:
https://discussions.apple.com/thread/6074570
http://forums.coronalabs.com/topic/47830-hid-the-passive-connection-appname-access-to-protected-services-is-denied/
从这些线程看来,真正的问题不是“HID ...访问被拒绝”,而是代码中影响网络请求的其他内容。
请注意,您还要打印“[object object]”...
如果这在开发环境中有效但在生产环境中无效,那么您确实需要验证网络是否存在可能导致延迟或阻止请求的任何可能性。