Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Target SDK version is 33, but should be 32 or lower (targetSdkVersion in AndroidManifest.xml). #1377

Open
chescored opened this issue Jul 11, 2024 · 1 comment

Comments

@chescored
Copy link

[READ] For Firebase Unity SDK issues, please report to Firebase Unity open-source

Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.

[REQUIRED] Please fill in the following fields:

  • Unity editor version: 2022.3.27f to 2022.3.37f (Possibly more older versions.)
  • Firebase Unity SDK version: 11.8.0 to 12.1.0
  • Source you installed the SDK: .unitypackage
  • Problematic Firebase Component: firebase-analytics-unity/firebase-auth-unity/firebase-firestore-unity
  • Other Firebase Components in use: _____ (Auth, Database, etc.)
  • Additional SDKs you are using: Meta XR SDK
  • Platform you are using the Unity editor on: Windows
  • Platform you are targeting: Android - Meta Quets
  • Scripting Runtime: IL2CPP

[REQUIRED] Please describe the issue here:

TARGET_SDK_VERSION_TOO_HIGH

Android Target SDK version is 33, but should be 32 or lower (targetSdkVersion in AndroidManifest.xml).

Steps to reproduce:

The problem always occurs when I try to upload the application to the Meta board, but as a really curious note, the application is launched in the Meta Quets viewer and I can use it without problems.

What happened? How can we make the problem occur?
Generating the APK and then trying to upload it through Meta Quest Developer HUB

Does anyone have a solution to compile with Firebase that is using API level 33 to be able to use it with a 32 like the Meta Quest?

It's going to be a real pain, since I have client registration set up without the need for email, a function for client auth with Meta and Firestore for player data.

// TODO(you): code here to reproduce the problem
@chescored chescored added the new New issue. label Jul 11, 2024
@argzdev argzdev added api: auth and removed new New issue. labels Jul 11, 2024
@chescored
Copy link
Author

After several tests in Unity, in case anyone finds it useful, the latest version that can currently be used of Firebase for Oculus Quest in Unity is 11.6.0, I trust that they can solve the problem for future versions or someone has a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants