In FastLane, I have a module that uploads the symbols to Crashlytics for my iOS project, using the Fabric.app/upload-symbols script. When connected to the internet, this script works beautifully.
But this build server can only reach the internet through a proxy server.
Anyone know how I can pass this script proxy settings?
Todd from Fabric here. To support a blocked traffic device, just whitelist the following domains on ports 80 and 443:.fabric.io.crashlytics.com
It's important to note that we don't support IP whitelisting because we use AWS and our IPs change very often. If you're using domains as a way of obtaining IP addresses, please be aware that the IP addresses will change very frequently - potentially every 24 hours.