Hello,
One of my organization's clients brought our attention to a discrepancy in Web Map layer drawing order between the ArcGIS JavaScript API, and the ArcGIS Runtime SDKs for iOS and Android. This seems to occur when the Web Map contains group layers.
For example, here is the drawing order of a service containing group layers that we published and added to a new Web Map:

Here is how the layers are drawn in the ArcGIS Portal Web Map viewer (it looks the same in our web app that uses the JavaScript API). Notice that Parcels are drawn on top of Parks, as defined in the service:

However, in our iOS app that uses the ArcGIS Runtime SDK, Parks are instead drawn on top of Parcels (the same is true in our Android app). Neither app modifies layer drawing order while loading a map:

Is this expected behavior in the ArcGIS Runtime SDKs? If so, is there any way override it?
Our iOS app uses version 100.14, and our Android app uses 100.15.
Thanks,
Greg