Mopub.m File Not Found

Discussion in 'Buildbox General Discussion' started by wissemslimi974, Apr 11, 2019.

  1. wissemslimi974

    wissemslimi974 Boxer

    Joined:
    Nov 26, 2015
    Messages:
    67
    Likes Received:
    23
    Hi all,

    Trying to integrate MoPub For 3 days and always get the '' MoPub.m file not found '' Error.

    does anyone know how to solve this ? or how to integrate any other mediation service Appodeal, Ironsource, Admob....

    Buildbox version : 2.3.7

    Thank you.
     

    Attached Files:

    Last edited: Apr 11, 2019
  2. spicedbeangames

    spicedbeangames Miniboss Boxer

    Joined:
    Mar 31, 2016
    Messages:
    1,389
    Likes Received:
    596
    You are best emailing support. Sounds like the SDK is out of date.
     
  3. wissemslimi974

    wissemslimi974 Boxer

    Joined:
    Nov 26, 2015
    Messages:
    67
    Likes Received:
    23
    Thank you for replying.
    Do you mean Buildbox or MoPub support ?
    and have you managed to integrate any mediation service ?
     
  4. spicedbeangames

    spicedbeangames Miniboss Boxer

    Joined:
    Mar 31, 2016
    Messages:
    1,389
    Likes Received:
    596
    Buildbox and mediation hasn't been working for ages since the Yandex issues and since the SDKs have all been updated but BB haven't.
     
  5. wissemslimi974

    wissemslimi974 Boxer

    Joined:
    Nov 26, 2015
    Messages:
    67
    Likes Received:
    23
    TBH the forum members are not helpful at all when it comes to monetization and ad networks ...
    I've been using a website called appbrain to see what SDKs are integrated in other buildbox games and most of them have MoPub, appodeal, ironsource ... but no one is showing us how they manage to do it, Why not sharing the steps ??
    Most of those games are new games so we are not talking about old ones here .
     
  6. spicedbeangames

    spicedbeangames Miniboss Boxer

    Joined:
    Mar 31, 2016
    Messages:
    1,389
    Likes Received:
    596
    There were older guides for Appodeal but they no longer work. The lack of support regarding ad networks is something many folk have raised. It's crazy to think the key factor to generate revenue is like some dark arts that need to be mastered elsewhere.

    There are other guides but again, many are outdated now due to the rule changes with GDPR many of the BB SDKs are out of date and will be flagged such - which I believe are reasons why Apple extend review times when Yandex is detected, for example
     
  7. wissemslimi974

    wissemslimi974 Boxer

    Joined:
    Nov 26, 2015
    Messages:
    67
    Likes Received:
    23
    A big question mark here, why would the buildbox team ignore this important thing?
    I think buildbox will not survive if they don’t make the necessary updates....
    Anyway thank you for your time.
     
  8. Froylan

    Froylan Boxer

    Joined:
    Mar 21, 2019
    Messages:
    6
    Likes Received:
    1


    go to the section for the error, normally in AdIntegrator.h. and change #import 'MoPub' to #import <MoPub/MoPub.h> This should fix the error. The < MoPub/MoPub.h> bracket are used for frameworks, that why the 'MoPub' file is not found.
     

Share This Page