How Can I Add Admob Banner Manually To A Buildbox Eclipse Project ?

Discussion in 'How Can I...?' started by KarimS, Apr 16, 2017.

  1. KarimS

    KarimS Boxer

    Joined:
    Mar 21, 2017
    Messages:
    18
    Likes Received:
    1
    As the title says: How can I add admob banner manually to a buildbox eclipse project ?
    Thank you.
     
  2. sysads

    sysads Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    885
    Likes Received:
    353
    Go to the asset > data folder, open the file "PTModelGeneralSettings.0.attributes.xml" in Notepad++

    Locate the line "<key>Google Play Store</key>"

    somewhere in that section, you should see "<key>adMobBanner</key>" and enter the admob key below it

    Then I think to make it show up in game, open this file "PTModelScreen.0.attributes.xml"
    then locate this line(s) "<key>Ad Banner</key>" and ensure it looks like this:

    <key>Ad Banner</key>
    <dict>
    <key>selectedStringValue</key>
    <string>kAdMob</string>
    </dict>

    I am assuming you bought a buildbox game without the bbdoc file?
     

Share This Page