SplashAds
Prerequisites
- Android V10.0.1.1 / iOS 9.7.0 (Unity plugin V1.3.3) supports splash ad integration.
- When using multiple caches, developers need to control the consecutive display.
- Developers need to configure the splash activity in the manifest file.
<activity
android:name="com.tradplus.unity.plugin.splash.TPSplashShowActivity"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />