Select to view content in your preferred language

Securing embedded vector tile/mobile map package

1027
1
02-01-2017 01:51 AM
JosephSia
New Contributor

Hi,

I'm looking into developing an ArcGIS Runtime App using the iOS SDK. My intention is to embed a vector tile/mobile map package in the app itself. I'm currently considering how best to secure the vector tile package within the device after the application has been installed from the app store though. 

Would anyone be able to give me any pointers?

0 Kudos
1 Reply
YueWu1
by Esri Regular Contributor
Esri Regular Contributor

Hi Joseph,

Based on our current API for tpk file, I don't think there is any direct mechanism to secure.

However, you can try to implement some generic iOS SDK method to protecting/encrypt the data on disk:

Strategies for Implementing Specific App Features 

And also, there is a related thread about this tpk prorection top on geonet: 

https://community.esri.com/thread/54991#comment-270172 

0 Kudos