Open nicoplv opened 4 years ago
Same here
Same problem here
same problem, unity 2019.4, FB SDK 7.19.2
Same here, Unity 2020.1.10f1.
Manually editting Plugins/Android/AndroidManifest.xml and changing android:debuggable="true"
to false
helped.
We need to report issues and bugs in other page, that is why they never answer here
wasted my 6+ hours due to this worst issue
This issue still presists
There's a great solution in this thread on the Unity forum, posted by Voxel busters. A post processor for the manifest that ensure the debuggable flag is set to false. About half way down the thread, you'll see the code block.
https://forum.unity.com/threads/2019-3-you-uploaded-a-debuggable-apk.757094/
Obviously the proper solution would be the FB SDK not doing this, but this is passable for a quick fix.
Checklist
Environment
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
2019.3.0f3
7.19.1
[Android]
version7.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