Select to view content in your preferred language

Download a Portal Item

772
1
Jump to solution
08-28-2013 12:29 PM
BillGrow
Deactivated User
Hi All,

I have an app the connects to ArcGIS Online and populates a list of the current user's .mpk items.  How would I then download that AGSPortalItem? I dont see a URL attribute on the object.

Thanks,
~Bill
0 Kudos
1 Solution

Accepted Solutions
DiveshGoyal
Esri Regular Contributor
Use the fetchData method on AGSPortalItem
https://developers.arcgis.com/en/ios/api-reference/interface_a_g_s_portal_item.html#a11ea76a51f58217...

Note, .mpk items are not supported by runtime SDKs (iOS included). They are meant for ArcGIS Desktop.

View solution in original post

0 Kudos
1 Reply
DiveshGoyal
Esri Regular Contributor
Use the fetchData method on AGSPortalItem
https://developers.arcgis.com/en/ios/api-reference/interface_a_g_s_portal_item.html#a11ea76a51f58217...

Note, .mpk items are not supported by runtime SDKs (iOS included). They are meant for ArcGIS Desktop.
0 Kudos