We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Networks like Liftoff and mintegral support android and amazon both. They recommend create two apps for each.
Admob supports amazon store but do not select the appid for amazon, just pick a front appid among the two appids.
Please give me a method to select the proper appid.
googleads-mobile-android-mediation/ThirdPartyAdapters/liftoffmonetize/liftoffmonetize/src/main/java/com/google/ads/mediation/vungle/VungleMediationAdapter.java
Line 246 in bd44086
String appID = appIDs.iterator().next(); if (count > 1) { String logMessage = String.format( "Multiple '%s' entries found: %s. Using '%s' to initialize the Vungle SDK.", KEY_APP_ID, appIDs, appID); Log.w(TAG, logMessage); } VungleInitializer.getInstance().initialize(appID, context, new VungleInitializationListener() {
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Networks like Liftoff and mintegral support android and amazon both. They recommend create two apps for each.
Admob supports amazon store but do not select the appid for amazon,
just pick a front appid among the two appids.
Please give me a method to select the proper appid.
googleads-mobile-android-mediation/ThirdPartyAdapters/liftoffmonetize/liftoffmonetize/src/main/java/com/google/ads/mediation/vungle/VungleMediationAdapter.java
Line 246 in bd44086
The text was updated successfully, but these errors were encountered: