I have a strange problem, where a UNO mobile application compiled with the dotnet
tool doesn't show the correct colors when the aab file is released through the app store.
However, the compiled apk
file and also the "extract" from the aab
file using bundletool
are working correctly.
I'm really clueless to why the aab file doesn't work correctly compared to the apk file? It is only styling / "defined colors" that doesn't work, images are shown correctly.
I have a strange problem, where a UNO mobile application compiled with the dotnet
tool doesn't show the correct colors when the aab file is released through the app store.
However, the compiled apk
file and also the "extract" from the aab
file using bundletool
are working correctly.
I'm really clueless to why the aab file doesn't work correctly compared to the apk file? It is only styling / "defined colors" that doesn't work, images are shown correctly.
Share Improve this question asked Mar 10 at 14:06 dennis_lerdennis_ler 6751 gold badge11 silver badges38 bronze badges1 Answer
Reset to default 0When disabling trimming for android in release mode the aab file works as expected.