You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
goleoh
changed the title
Request: Select the approriate appid for adpaters - liftoff, mintegral and etc.
Request: select the approriate appid for adpaters - liftoff, mintegral and etc.
Feb 4, 2025
goleoh
changed the title
Request: select the approriate appid for adpaters - liftoff, mintegral and etc.
Request: select the appropriate appid for adpaters - liftoff, mintegral and etc.
Feb 4, 2025
goleoh
changed the title
Request: select the appropriate appid for adpaters - liftoff, mintegral and etc.
Request: select the appropriate appid for adapters - liftoff, mintegral and etc.
Feb 4, 2025
Networks like Liftoff and mintegral support android and amazon both. They recommend to create two apps for each.
Admob supports amazon store but does not select the appid for amazon,
just picks 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: