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

Feature Request: Integrate adapters as Flutter packages #104

Open
desmeit opened this issue Jul 10, 2023 · 4 comments
Open

Feature Request: Integrate adapters as Flutter packages #104

desmeit opened this issue Jul 10, 2023 · 4 comments
Assignees

Comments

@desmeit
Copy link

desmeit commented Jul 10, 2023

Please answer my question: Is it generally necessary to install the SDK separately as described on the page or is it included in the Applovin sdk? ShowMediationDebugger says the SDKs are missing.

https://dash.applovin.com/documentation/mediation/flutter/mediation-adapters/ios

IMG_6253C67A80A4-1

@desmeit
Copy link
Author

desmeit commented Jul 10, 2023

So, I have now tried it on my own. I simply added the pods. But I don't know if this is the right way in Flutter because the pods are installed automatically.
It would be helpful if a more detailed tutorial for Flutter could be added to the docs regarding this question.

target 'Runner' do
  use_frameworks!
  use_modular_headers!
  pod 'AppLovinSDK'
  pod 'AppLovinMediationGoogleAdapter'
  pod 'AppLovinMediationYandexAdapter'

  flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

@thomasmso
Copy link
Member

@desmeit - We're investigating better ways to install SDKs without having to go into the underlying Android / iOS projects. If you have some suggestions, we're open.

The snippet you posted looks good to me though.

@desmeit
Copy link
Author

desmeit commented Jul 11, 2023

Thanks @thomasmso
I think it would be nice to have own packages for these adapters. Similar like Firebase does.

@thomasmso
Copy link
Member

@desmeit - Fair. Let's use this thread for seeing the demand for integrating adapters as standalone Flutter packages. We'll add it to our queue in the meantime.

@thomasmso thomasmso changed the title Install SDKs separately? Feature Request: Integrate adapters as Flutter packages Jul 11, 2023
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

3 participants