Reputation: 63
I try to build a native iOS access to access the ArcGIS webmap via our enterprise portal server. The webmap is secured and need to be authenticate. On the browser, it need to type the user id and password in order to access it. How can I embedded the user id and password? I am using ArcGIS runtime for iOS to access the map.
let map = AGSMap(url: url)
mapView.map = map mapView.touchDelegate = self mapView.setViewpoint(AGSViewpoint(latitude: 50.69295, longitude: -63.987547, scale: 2027.977411))
Please advise.
Upvotes: 0
Views: 222