PanlgeCommon.Image.Alt.LogoPangleText|통합 문서
지식센터
해당 글은 현재 중국어 및 영어로만 제공됩니다. 빠른 시일 내에 번역을 완료하도록 최선을 다하겠습니다. 이해해 주셔서 감사합니다!

Additional Configuration for Android

After importing the Pangle Unity plugin, check the following configurations: add permissions and provider in the AndroidManifest.xml and avoid obfuscating the code of Pangle SDK.

Add Permissions

Add the permissions in the Androidmanifest.xml.

Note: Pangle SDK does not compulsorily obtain the above permissions, and the SDK can work normally even if the optional permissions are not obtained; obtaining the above permissions will help pangle SDK provide a better experience and performance.

Androidmanifest.xml must be configured under the Assets-Plugins-Android path. Missing TTMultiProvider may cause abnormal online statistics display.

4087cec1-5b99-42dd-b1ca-ff12d40eb0d8.png

Obfuscation

When generating the Android platform release installation package, you need to check the obfuscated configuration. If you need to use Proguard to obfuscate your code, be sure not to obfuscate the SDK code. Please add the following configuration at the end of the proguard-user.txt file (or other obfuscated files)

Note: If the SDK code is obfuscated, it will cause the ad to fail to display or other anomalies.