appodeal / Appodeal-Flutter-Plugin

Official Flutter Plugin that adds Appodeal SDK support to your Flutter application.
https://pub.dev/packages/stack_appodeal_flutter
Apache License 2.0
18 stars 3 forks source link

Important questions not mentioned in the documentation #71

Closed deakjahn closed 2 months ago

deakjahn commented 2 months ago

Am I correct with these three assumptions?

  1. There is no way to test it before actually committing ourselves and getting an app key. Even the test mode expects a valid key.
  2. Our apps will be quite a bit larger with very many SDK's bundled together and added.
  3. The build process (which is not the fastest in the first place) becomes terribly slow. Integration adds minutes to the process.

This is unfortunate. I had high hopes but with these circumstances, well...

da2gl commented 2 months ago

@deakjahn Hi,

  1. You can try our demo app with test mode and test credentials, you don't need to create an account and get a key in advance.
  2. Appodeal SDK Flutter package install only core, you can configure ad network libraries and service libraries at your discretion.
  3. It also depends on the second point