Can't update feature with Geopackage in Arcgis Android SDK

487
1
02-18-2022 04:39 AM
ZurabMamulashvili
New Contributor

We are trying to make an offline GIS map updater for a Census data collection application with Geopackage.
I am uploading the screenshots of a code blocks,
First screen 
On the first screen I have allowed all the permissions (also spatial index is allowed on Geopackage too),
Second screen 
On the second screen, we can't update selected `feature` using `deleteFeatureAsyns` or `updateFeatureAsync` methods.
Can you please explain if it is the right way to update `feature`, and is there any other alternatives to work with offline GIS data? or is there any better solution than Geopackage?
Hope hearing from you soon
Thanks in advance

0 Kudos
1 Reply
RamaChintapalli
Esri Contributor

Hi,

Are you getting any exception when trying to delete the feature from GeoPackageFeatureTable ? If so, can you catch the exception and provide the details.

Thanks
Rama

0 Kudos