Hello, I have a game on the play store for a year, everything was working fine, until after the last update Android 12 and 13 users were unable to open the game, I developed the game in Unity 2020.3.40 and updated the Android SDK to version 33, but I thought there might be a problem with the version of unity so I downloaded the latest version of unity 2023.1.12 and passed my project to it, I didn’t change any settings in the SDK preferences, I compiled the game and updated it on the play store and even So Android 12 and 13 users still cannot open the game, all other lower Androids can. (the only thing I implemented in the update was the playfab SDK and with it I implemented a leaderboard and the data saving system in the cloud)
Usually this happens if there is a missing exported attribute in the final manifest file.
Try installing the apk via adb command from terminal and share the complete error it spits out.
The problem was with Unity Mediation, I deleted mediation and just added admob and now everything works perfectly.