We're using ArcGIS Runtime SDK for Android 100.1.0
I'm trying to add a new Feature to ServiceFeatureTable. Everything works fine as long as String types used. However if I try to add values for attributes of type GUID, then either serviceFeatureTable.addFeatureAsync(feature) crashes or serviceFeatureTable.applyEditsAsync() returns 0 edits.
From documentation FieldType GUID stores String values. But none of the provided formats are accepted:
"{A248C651-5712-4CF4-8888-FA7522FB825D}"
"A248C651-5712-4CF4-8888-FA7522FB825D"
"A248C65157124CF48888FA7522FB825D"