Error 1011 in Android after few minutes in calling service

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.

Hi,

So I am receiving error 1011 in android even if i have network connection.

This issue is only happening in Android.

To Replicate:

  1. Call fabric init
  2. Call a service, at first it will succeed
  3. Wait for few minutes, call the same service again, and it will respond with error 1011.

Thanks

Hi @Jessicv Bwown​ ,

Can you please share, android device error log.

Thanks

Hi,

1) Please verify the connectivity by opening the "Mf console URL" in Device Browser.

2) If you are not able to see any connectivity, Then please verify with your network team. Otherwise, if you are able to see the fabric login page, then please follow the below steps.

3) In you visualizer Project Settings -> Native. Verify the permissions, and add the INTERNET permission.

4) Build, Launch and test your application.

Hope the above steps resolve your issue.

Thanks