We are using Geodatabase and GeodatabaseSyncTask classes from the SDK to download and synchronize feature layers. In the ArcGIS Online portal, we have defined the visualization of the feature layers we use (color, for instance). When the app is started with no internet connectivity, we load the feature layers from the geodatabase and add them onto a map, as operational layers. When creating an instance of GenerateGeodatabaseParameters, we set syncContingentValues, syncDimensions, syncAttributeRules and syncAnnotations to true.
Problem: Visualization settings are ignored if we load the map from the geodatabase file. No color settings at all. The default blue color is used to render the feature layers on the map.
Is it possible to load visualization attributes altogether with feature layer data when using the geodatabase? If not, what would be an alternative to achieve it?