Failed to find provider info for com.google.plus.platform

前端 未结 2 1467
误落风尘
误落风尘 2021-01-04 02:42

I have integrated an app with Google+ platform as well as a Google+ button so far. Things seem to be working ok, but I keep on getting this message appears in the logs quite

2条回答
  •  失恋的感觉
    2021-01-04 02:48

    if you are getting this error while you have added Google Admob add, then it comes usually due to the wrong ID we have putted in the xml file:

       ads:adUnitId="ca-app-pub-1403552879675846/2424242" 
    

    Its not a publisher ID, but it is the application unique id:

    • In Admob, go to Monetise, All Apps.
    • ckick on your app to open
    • you will get 'Add Unit ID' just below your app

    Now replace it in xml file and run it.

提交回复
热议问题