Currently, I am working on an IOS version of an Android application where we display different layers using the runtime SDK. The android version initializes the layers by url with layer id. It loads a roof layer, polygon layer, line layer, building label layer, and a label layer. Everything displays correctly in android but in IOS the roof, polygon, line, and building label layers display correctly by initializing as a feature layer with the same url to the server as android. The label layer however will not display for any of the created label layers. I have tried initializing the layer differently to what guides I can find through the website and GitHub but am at a loss of a solution. Any help in a direction would be very appreciated.