Unity Issue Tracker - TargetAPI 34 crash on launch
Fixed
UUM-48068
TargetAPI 34 crash on launch
Unity: Android
Android
Fixed
2023.3.X
2023.2.X
2023.1.X
2022.3.X
2021.3.X
Crash was being caused on Android 14 devices on Development builds by missing EXPORTED/NOT_EXPORTED flag when registering broadcast receiver. Broadcast receiver was removed as it was unneeded and crash doesn't occur anymore.
Steps to reproduce:
Open the attached 1361131_windowed-trunk project
Build the application without changing settings
Deploy to the application to target device
Launch the application on device
Observe immediate crash
- Alternatively deploy the attached APK to target device and repeat steps 4 & 5
Expected results: Application launches and information regarding the screen is visible alongside three rotating shapes.