Following the example "ApplyScheduledUpdatesToPreplannedMapAreaViewController" in the arcgis-ios-sdk-samples app, I am having an issue syncing a map. I can download the initial map area and us it without any issues.
The problem:
I try to sync the offline map by using AGSOfflineMapSyncTask and calling the checkForUpdates. No matter what changes are made to the map area in AGOL, the checkForUpdates function returns 'none' It does not recognize that there are updates.
Question:
How do I get the AGSOfflineMapSyncTask.checkForUpdates to recognize that there are updated for the map area?