When i install a app from GooglePlay. i found a lot of *.pdb. Like every dll has a pdb, what is this?
Those are symbol files, and are only present when you build with Development checkbox on.
Nope. This file appear on my Android device from release build, under the il2cpp folder, when i use Unity PAD (Unity2020)
Could you submit a bug with small repro ? PDB shouldn’t be included in release builds. Thank you