Esri / mapbook-ios

Offline Mapbook app built with ArcGIS Runtime iOS SDK and Swift.
Apache License 2.0
9 stars 10 forks source link

Handle expiration of mobile map packages #79

Open dg0yal opened 5 years ago

dg0yal commented 5 years ago

100.5 Runtime added ability to handle expiration of mobile map packages -

Time-based expiration of mobile map packages and mobile scene packages is now supported in ArcGIS Runtime. An author can choose either a hard expiration where the package is not usable after the expiry date, or a soft expiration where a warning message my be displayed to the user but the package is still usable after the expiry date. Packages with such expiration constraints can be created using an upcoming version of ArcGIS Pro.

See https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_mobile_map_package.html#a39fca5954cf2d4176c82322ff51726d9

dg0yal commented 5 years ago

@esreli ^^^