Smartface Interstitial Ads - smartface.io

Although don't support current version of smart face for Admob. Is there any way to create Interstitial Ads (Full screen Ads) with Smartface for the next release for Android and IOS

For the upcoming release(4.5.0), plugin support will be available. Therefore you can generate your own plugins and you will be able to use it as you wish.

Related

Unity ads in flutter via admob mediation

In my flutter app , admob ads are already showing , I want to show unity ads via admob mediation.
How to setup unity ads in flutter app via admob mediation?
There is official doc from google admobs that very much explains the Unity Ads integration using mediation.
There are several tutorial videos on youtube aswell. Please try the steps and asks specifically if you face issue in any of those steps or if any step is confusing.
eg. https://www.youtube.com/watch?v=mnr4mlVctXw
A generic guide for mediation in Flutter is documented here.
Also, it is noteworthy that the dependencies need to be added in android gradle file and ios Podfile separately as mentioned here: Add dependencies for partner networks

Flutter. Admob ads with mediation

I've integrated https://pub.dev/packages/firebase_admob into my app and implemented rewarded ads. My problem now is that I'd like to use mediation via this plugin. The only thing is that I know (from developing Android apps and also it says in the Admob docs) that one needs to include the mediated networks' SDKs in the app.
Does this plugin even support mediation? I wasn't able to find anything relating to this.
Or does the mediation only come from the admob dashboard, just by setting up the add-unit with mediation and you're not really required to add the SDKs?
I couldn't find any adapters for this plugin, so ... don't really have anything to integrate in the app.
I'm very confused. Does anyone know how to use mediation or if it even works with the current firebase_admob` flutter plugin?
You can use firebase_admob and that dependency supports mediation. You you would like to add mediation there is a guide over here:
Android - https://developers.google.com/admob/android/mediate
iOS - https://developers.google.com/admob/ios/mediate
You can select the ad network you would like to integrate and read the steps on how to do so. Sometimes the documentation can be outdated so just make sure you cross-check the steps with the ad network you want to integrate on their github repo.
If you are integrating it for Android you have to add the dependencies in your app level build.gradle file and it will automatically install that particular ad networks SDK in your Flutter app.
If you are adding the same for iOS just install the Cocoapod for the ad network at the end of your Podfile.

Alternative to admob for flutter

I am a new flutter developer.
I have an app on the play store using flutter.
When setting up admob inside the app, I placed the code inside the main.dart file.
Inside the app a user will navigate through multiple screen (roughly 10+ screens) hourly.
I didn't realize the way the admob code was setup, that a new ad was loading and showing every-time a user switched pages.
With over 50 users, some doing this up to 10 times a day, Google decided that I had broke terms of agreement and disabled my admob account.
I filed a dispute but was denied the ability to reactivate my admob account.
I am trying to figure out what my options are for monetizing my app.
I assume 1 option is to write native code and use something other than admob. Is there any other option for monetizing an app with flutter outside of admob?
SEARCH THESE PLUGINS IN PUB DEV..THEY ARE ALTERNATIVES OF ADOMB FOR FLUTTFR
facebook audience network
ironsrc.com
adcolony
admost flutter plugin
sanjagh
nend plugin
flutter pollfish
You can use admob config as usual. You only need to add https://pub.dev/packages/admob_flutter as a dependency and handle configs for iOS and android separately.

While Adding chartboost ads in unity getting error of google play servces could not be found

I'm trying to add chartboost ads into my unity project, after adding app id and app signature when i click on setup android sdk i got this pop screen which shows the error google play services could not be found see the screen shot below..
Have you included Google Play Services in your Android Manifest? The button you mentioned should automatically install GPS painlessly into your project.
What version of the SDK are you using?

MoPub ads in unity3d

I want to add Mopub native ads in my unity project.
Is it possible to do it ? or can I just use native ads in Android or iOS native applications ? is there any way around to solve my problem ?
Have you tried mopub's unity pluggin? It's open source and free.
http://www.mopub.com/2013/01/18/the-mopub-unity-plug-in-is-now-open-source/
There are 2 pluggins, one to use on android build and another to use with iOS.