Mobivista

Mobivista

模块引入

    implementation WB.fixVersions('AD:MobVista')(国内)

    implementation WB.fixVersions('AD:MobVistaOversea')(海外)

注意事项

混淆过滤

-keepattributes Signature
-keepattributes *Annotation*
-keep class com.mintegral.** {*; }
-keep interface com.mintegral.** {*; }
-keep class android.support.v4.** { *; }
-dontwarn com.mintegral.**
-keep class **.R$* { public static final int mintegral*; }
-keep class com.alphab.** {*; }
-keep interface com.alphab.** {*; }

集成测试

如何判断sdk是否初始化成功?

通过MVAgent或者ADLog查看广告的状态,或者直接通过弹出的广告进行判断

广告集成

2.0.4版本,2019年8月20号,不支持分层,分层如果中途关闭会导致下一个播放不了,并且有一定的概率崩溃

最后更新于

这有帮助吗?