Hi, I have a code that works perfectly on web and android but not with IOS.
I use some swcs with all my assets and when I want to load assets for a certain view I just use ApplicationDomain.currentDomain.getQualifiedDefinitionNames() to retrieve all classes and then filter their prefix to get all assets I want.
Here is the problem, on IOS the function return an empty Vector. Anyone got it to work somehow ?