firebase / firebase-unity-sdk

The Firebase SDK for Unity
http://firebase.google.com
Apache License 2.0
234 stars 38 forks source link

[Bug] Unity development build crashes after sdk version up #1093

Closed keukdong-k closed 3 months ago

keukdong-k commented 3 months ago

Description

Our project was using version 11.6 of the SDK and we recently upgraded to version 12.0.0

After upgrading, when we do a build with the development option enabled and run the app on a device(Android14), the app crashes and closes before the splash screen appears. Development build still works on phones with lower Android OS versions.

We found logs below related to this issue. Could you help me?

Error AndroidRuntime Caused by: java.lang.SecurityException: : One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts

Reproducing the issue

No response

Firebase Unity SDK Version

12.0.0

Unity editor version

2022.3.12f1

Installation Method

.unitypackage

Problematic Firebase Component(s)

Analytics, Authentication

Other Firebase Component(s) in use

Analytics, Authentication

Additional SDKs you are using

Adjust SDK Faceboook SDK

Targeted Platform(s)

Android

Unity editor platform

Windows

Scripting Runtime

IL2CPP

Release Distribution Type

Pre-built SDK from https://firebase.google.com/download/unity

Relevant Log Output

No response

If using CocoaPods for Apple platforms, the project's Podfile.lock

Expand Podfile.lock snippet
```yml 👀 Replace this line with the contents of your Podfile.lock! ```
argzdev commented 3 months ago

Thanks for reaching out, @keukdong-k. Were you able to resolve your issue?