Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fabric failed to download settings Error Domain=FABNetworkError Code=-6

I have implemented Fabric in my app and it always worked properly. Now, when I try to run my app on device I'm getting the following error:

[Fabric] failed to download settings Error Domain=FABNetworkError Code=-6 "(null)"

On simulator always works properly. Any idea?

like image 489
ladessa-ios Avatar asked Jan 14 '16 15:01

ladessa-ios


1 Answers

As per the Twitter forum, this error message indicates that Fabric has troubles connecting to the server, i.e. no internet connection or one that is very slow / experiences a high package loss rate.

If you're in doubt, try opening a website on the device / emulator.

like image 117
benfwirtz Avatar answered Oct 29 '22 09:10

benfwirtz