Unity:You uploaded an APK or Android App Bundle that was signed in debug mode. You need to sign your APK or Android App Bundle in release mode
Asked Answered
S

1

8

I'm using Unity3D Engine 2018 to develop my Android application. But when I'm trying to upload my application to the Google play console I'm getting the following error, enter image description here When I click the learn more it directs me into this page but it is only about how to sign your APK bundle into release mode using Android Studio but not in Unity. Additionally Q1, Q2 I referred these questions but those do not contain a single solution to my problem.

Finally, I used to search in Unity Forum and I found this and I followed these steps one by one,

1) Locate the Publishing Settings under PlayerSettings 2) Create a new keystore by selecting a keystore name and password (confirm the password)
3) Select "Create a new key" under Key Alias
4) A new window opens; enter the necessary information.
5) Select the newly created key.
6) Build ( Run); your app is now signed.

Then I have uploaded the newly created APK file into google play console but still, the error message remains.

Note: I have opt-out the option that google manage my app signing key option enter image description here

Edit: As @0xBFE1A8 requested my publisher settings are follows, enter image description here

Shagreen answered 9/3, 2020 at 14:59 Comment(4)
Please add the publisher settings image here.Cherin
@0xBFE1A8 I have added my publisher setingsShagreen
Make a screenshot of the window where you press Build & Run too.Aldoaldol
@Rixment plese check this link drive.google.com/open?id=1MvNrjX6xJmRhC2S85kRebfuOR9DbT86WShagreen
M
1

Make sure you Disable Development Build before building.

Merganser answered 9/11, 2023 at 3:12 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.