Adding "MobileAds" to Singleton #69
Unanswered
tatarinovvladimir
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hi, i recommend you to use only one plugin/module (for AdMob), if you use more than one can cause a conflict. This Plugin already support personalized ads, please read more here to how use the personalized ads on Android and iOS with UMP: https://support.google.com/admob/answer/7676680?hl=en
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings.
Firstly, I would like to thank you for the admob module for iOS. The installation manual indicates that you need to add the MobileAds scene to startup. Since I use two different modules for advertising Shin-nel for android (since there you can put personalized / non-personalized ads directly from the application, depending on the user's choice) and yours for aios, I have created a self-written API to manage these modules and it is it that is added to startup. The problem is that both modules work on Android (not at the same time, of course, depending on which one you export with), and on iOS, the application does not see the API in startup and all advertising calls go to the Null object.
Question: Can your module work on iOS if MobileAds.tscn is not added to autoload, but is called through
another script?
The photo shows the structure. Both modules work through the Ads node, which is a common API for both modules.
On android it all works fine, but not on iOS.
Beta Was this translation helpful? Give feedback.
All reactions