Skip to content
New issue

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

Request: Select the approriate appid for adpaters - liftoff, mintegral and etc. #557

Open
goleoh opened this issue Feb 4, 2025 · 0 comments

Comments

@goleoh
Copy link

goleoh commented Feb 4, 2025

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.

    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() {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant