I have an app out on Play Store with ads. I use Admob mediation to show ads from other ad networks. Right now, I only have Admob and Facebook Audience Network in the mediation group and I have the corresponding adapter for the FAN in the build.gradle. Now, I want to add some more ad networks to the mediation group.
If I add a new ad network to the mediation group, won't the production app start using that ad network as well right away even though, it doesn't have the corresponding adapter for the ad network in the APK. I guess my app won't crash but it won't be able to show the ad either. I didn't find any documentation around this topic.
So, I want to ask what is the process of adding a new ad network to the mediation such that I can avoid my production app using that ad network until I release the update to production.