I have a page which shows maps which have been downloaded to the device. The page shows the name, date and the number of edits in each map. To show the edit count, the Gdb is opened using Geodatabase.OpenAsync.
On this page, the user can choose to open, sync or delete the map.
This works fine on iOS and Android, however on UWP the Geodatabase.OpenAsync creates a lock on the file when the page is loaded, and I can't seem to figure out how to release it so the user can delete the map.
Any ideas?
Thanks.