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

前端 未结 2 1439
误落风尘
误落风尘 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 03:06

    Well I think i have found the reason for this message after adding admob to one of my new projects. Fortunately its is not an error, but a warning.

    And it happens if the application google+ is not installed in the phone where the application runs. It seems that admob tries to find specific ads for a person based on his google plus account if he has installed the app in his phone.

    Or it just throws the message

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

    and continues to show general ads.

    What i have done was to install the google+ app in my phone and logged in with my account. And after that when i run my app it doesn't throw this message when ads are being refreshed.

    So you can't do something to fix this warning and you should not be worried about it as your ads will continue to show without a problem.

提交回复
热议问题