The fabric could not load the settings. Domain Error = FABNetworkError Code = -6

I implemented Fabric in my application and it always worked correctly. Now, when I try to run the application on the device, I get the following error:

[Cloth] failed to load settings. Domain Error = FABNetworkError Code = -6 "(null)"

The simulator always works correctly. Any ideas?

+6
source share
2 answers

According to the Twitter forum, this error message indicates that Fabric has problems connecting to the server, that is, without an Internet connection or that it is very slow / has a high packet loss rate.

If in doubt, try opening the website on the device / emulator.

+5
source

This indicates a server related error. In my case, it appeared after the update, and I just had to completely uninstall the application and reinstall.

0
source