I am using Esri IOS sdk version 100.6 in our iOS application with below basemaps:
openStreetMapBasemap
imageryWithLabels
terrainWithLabelsVector
Application is running fine on simulator when none of the urls are blocked. However when I am running the application on iPhone "openStreetMapBasemap" is not loading and others are very slow in moving. I know this is because our VPN is blocking urls that are called by maps Esri sdk.
So I want to know list of urls that our security team should whitelist for this application. Please advise.
Currently we have whitelisted as per below documentL
https://downloads.esri.com/resources/enterprisegis/AGOL_Domain_Requirements.pdf
But still "openStreetMapBasemap" is not loading.
Thanks.