This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
I integrated my app with Fabric. It works well on iOS but on Android I got following response when invokeOperation:
errcode: 1011
errmsg: An error occurred while making the request. Please check device connectivity, server url and request parameters
This issue occurs because the respective values of the timeoutIntervalForRequest and timeoutIntervalForResource properties are provided in milliseconds, instead of in seconds, in the JS file.
var options={"httpRequestOptions":{"timeoutIntervalForRequest":60,
"timeoutIntervalForResource":600}}
This issue has been fixed in 8.2.14 kony Enterprise version.
For now, you can remove these parameters and check.