Debuggable

Hi, I have been working on this app for a couple of months now is time upload it to the google play store however this error comes up when uploading the apk.

Upload failed
You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play.

Aby help on what to do would be great,

Hi ,

I’m not completely familiar with the submission process of Google, but I do have some suggestions on what you could check.

  • Did you package the project in shipping mode for distribution? If not, change this in the Project Settings > Packaging and click the checkbox next to “For Distirbution” to make it a shipping build ready for the app store.
  • If that was not the issue please upload your log from your project after you package it. I can hopefully see something in here that is helpful. Project Folder > Saved > Logs

Let me know if that helps.

Tim

You have not signed your APK - you need to create a keystore and add the details of it to your Android Project settings.

See: A new, community-hosted Unreal Engine Wiki - Announcements - Unreal Engine Forums
for a step-by-step

Hi thanks so much for your help but have sadly run into another issue. When I finished building the key in cmd it does not appear in the directory, so I try making it again and it says its already created. Any help would be greatly appreciated!

Thanks for the help