Reputation: 101
I have developed an app in Unity and it runs fine but now when I tried to upload it, it gives this error
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.
Upvotes: 2
Views: 658
Reputation: 334
Check the Project settings > Player > Publishing settings > Alias
should not be in Debug
.
Upvotes: 3