R.LI
R.LI

Reputation: 63

How to embedded user credentials on iOS for ArcGIS runtime SDK to access portal?

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

Answers (1)

yo1995
yo1995

Reputation: 637

We'll answer your question on GeoNet.

Upvotes: 0

Related Questions