How to get LastModifiedDate of feature layer through iOS sdk

692
1
06-15-2017 07:31 PM
KamalMittal
New Contributor III

Hi,

 

I want to get LastModifiedDate or Last Edit Date of feature layer through arcgis runtime iOS sdk v100.0. How do I achieve that?

 

 

Thanks,

Kamal

0 Kudos
1 Reply
SuganyaBaskaran1
Esri Contributor
You can only find the last modified date of a feature. A feature layer in a client app need not have all features (there can be other features in the server) so we can’t calculate LastModifiedDate for the whole feature layer without  performance penalties. 
Suganya
0 Kudos