facebook-sdk-for-unity icon indicating copy to clipboard operation
facebook-sdk-for-unity copied to clipboard

android:debuggable set as true by default and prevent to upload on the playstore

Open nicoplv opened this issue 4 years ago • 7 comments

Checklist

Environment

Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:

  • Unity Editor Version: 2019.3.0f3
  • Unity SDK Version: 7.19.1
  • Installation Platform & Verison: [Android] version 7.19.1

Goals

Regenerate android manifest

Expected Results

Generate an android manifest with the possibility to upload the apk on the store

Actual Results

Impossibility to upload the apk on the store (google play store) because the android:debuggable is set at true by default. Error message from the playstore : "You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play"

Steps to Reproduce

  • import the Facebook SDK in an empty unity project
  • setup the facebook app id
  • regenerate the android manifest

nicoplv avatar Mar 25 '20 11:03 nicoplv

Same here

manelizzard avatar Jun 01 '20 10:06 manelizzard

Same problem here

gtino avatar Aug 03 '20 12:08 gtino

same problem, unity 2019.4, FB SDK 7.19.2

mana-break avatar Aug 13 '20 08:08 mana-break

Same here, Unity 2020.1.10f1.

Manually editting Plugins/Android/AndroidManifest.xml and changing android:debuggable="true" to false helped.

jindrazak avatar Nov 21 '20 20:11 jindrazak

We need to report issues and bugs in other page, that is why they never answer here image

https://developers.facebook.com/bugs/

MartinGonzalez avatar Jun 11 '21 14:06 MartinGonzalez

wasted my 6+ hours due to this worst issue

Awais6 avatar Jul 01 '22 19:07 Awais6

This issue still presists

narolewskim avatar Nov 06 '23 12:11 narolewskim