We have a vector tile service, and some of our data sets are heavy.
In ArcGIS JavaScript client, all features are drawn, but when looking at the same data in the iOS runtime SDK, some features does not draw... To me, it looks like random features within the tile is ignored/skipped. It could be a config/styling issue, but it does work zooming in (the same features spread over more tiles), and it also works in the JS-client.
Now I found some old post online mentioning a limit on 10k features within a vector tile, but does that apply for the runtime SDK as well? (I inspected some tiles, and they do contain more than 10k features..)
Cheers, Kris