<An issue with App Open Ads in Kotlin | Android> A...
# stackoverflow
u
An issue with App Open Ads in Kotlin | Android App Open Ads- I want to show ads with the first launch "onStart() function" but, The problem is that the Ads don't show in the first launch (onStart() function) it shows in the onResume() function after I exit the application and resume it. Are there any Suggestions or Editing Guys? MyApplication Class class MyApplication : Application() { private var appOpenManager: AppOpenManager? = null override fun onCreate() { super.onCreate() MobileAds.initialize(this) { Log.d("tag",...