Search Unity

Banner and Reward ads in android

Discussion in 'Android' started by SlowSpeed, Apr 5, 2019.

  1. SlowSpeed

    SlowSpeed

    Joined:
    Jun 5, 2015
    Posts:
    2
    Hi all,
    maybe you will be able to help me make some sense into it

    I'm trying to add the unity ads to my game
    I have reward ads and they are working find and I want to add banner ads
    My understanding is that I need to use the monetization package from the store
    but when I use it my game crush on load...

    I tried it in a new project and the same problem happened...

    All I did was creating a script and initialized the classes in the start method (like it states in the tutorial)

    Monetization.Initialize(_gameStoreId, false);
    Advertisement.Initialize(_gameStoreId, false);

    but when I do that my game freezes on load
    and each alone works fine...


    any reason for that to happen?
    what do I need to do to be able to have both banner and reward ads in my game?
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Probably want to check in the Ads forum, this has been discussed. https://forum.unity.com and look for Unity Ads