I have images organized in my xamarin.forms shared project with subfolders such as "Assets.graphics.image.png" and "Assets.tiles.image.png". In my Android and UWP when reporting out all resources with "foreach (var res in assembly.GetManifestResourceNames())" the folder path is retained such as "namespace.Droid.Assets.graphics.image.png". With iOS they show up as "namespace.iOS.image.png" losing all the folder path for some reason. Any suggestions on why this is happening with iOS?
↧