Unity Game Doesn't Work On Android 9 Pie But Works on All Other Versions

For all versions of Android except 9.0 (Pie), my Unity game, when uploaded to the play store through an app bundle, works. However, on Android Pie, it seems to just load a blank screen white white boxes. It only seems to happen after it is has been uploaded to the play store and users download it from there. If I create an emulator with that version of Android, Unity builds to it just fine. It builds and works on Android 8, 7, and 6, without any errors.

I’m using Unity 2018.3.9f1
My Android SDK & NDK are the latest ones, with SDK 17 to 29 (the Android version after Pie) installed.

Here are my project settings (using IL2CPP to build):

To me from the same problem: my game that is updating on my mobile with Android 8 and also on all mobile phones with Android 8, but with mobile phone with Android 9 does not go, it opens and after it loads the game puts everything wrong etc.

Make sure you have the latest sdk installed, you need to update your sdk and install API level 28.

On XCover 4 it doesnt work aswell since update to Android 9. Some other devices on this Android versionsare still working for me.