Admob ads issue

@kmystro It’s an ungentlemanly thing to do to post a link to your Youtube channel instead of just posting the answer. Further, it’s even less gentlemanly to not post a link to a specific video where the answer resides but to post an automatic subscription link to your channel. A link that will attempt to automatically subscribe the person clicking it to your channel.

The gentlemanly thing to do is to say: Adding this:

DynamicallyLoadedModuleNames.Add("OnlineSubsystem");
DynamicallyLoadedModuleNames.Add("AndroidAdvertising");

to my build.cs file helped me out. If you want more similar tips, please check out my YouTube channel.

3 Likes