Create a Custom AdMob Plugin for Phonegap Build (for iOS and Android)

后端 未结 5 1181
一生所求
一生所求 2021-02-03 17:39

Everything in my Phonegap Build app is working, including the Analytics and FacebookConnect plugins. However, now I would like to add AdMob ads.

Phonegap Build does not

5条回答
  •  伪装坚强ぢ
    2021-02-03 18:36

    This is an old unanswered question as since today it was impossible. But Phonegap has announced a change in their rules: see here, so now it's possible to use external plugins. To add Admob Ads to your Phonegap Build app, edit your config.html file and place the following code:

    
    

    I'm the author of the plugin and you can see a live demo app (for Android only) here

提交回复
热议问题