-1

I want to use Crashlytics on iOS on the internal network, without Internet access, which ones do I need to open ports or give access to the resource so that everything works?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
0atme0
  • 3
  • 1
  • 2
  • this is not possible. of course you need internet access to talk to fabric servers. – B. Kemmer Sep 19 '17 at 06:44
  • may be can i give access to http://fabric.io ?? – 0atme0 Sep 19 '17 at 06:46
  • Crashlytics is not open source so that you could host it on your own servers. As for logs with internet network, Crashlytics will retain the logs and transmit them to their server once your app opens in internet capable environment – NSNoob Sep 19 '17 at 06:46

1 Answers1

1

To support a blocked traffic device to access Fabric & Crashlytics, you can whitelist the following domains on ports 80 and 443:

*.fabric.io

*.crashlytics.com

Alexizamerican
  • 3,294
  • 19
  • 15