Hi I am coming across this warning in the documentations when setting up, chartboost, admob etc.
If you are building for Android, you should remove any legacy inclusion of the [“plugin.google.play.services”] plugin from your build.settings.
Does this mean I have to remove [“plugin.google.play.services”] from my build.settings? Will it never be needed anymore? Will I have problems if I don’t remove it? I don’t exactly remember why I put it in the first place.
Here is my build.settings file.
plugins =
{
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”
},
[“CoronaProvider.ads.vungle”] =
{
publisherId = “com.vungle”,
},
[“plugin.chartboost”] =
{
publisherId = “com.coronalabs”
},
[“CoronaProvider.native.popup.social”] =
{
publisherId = “com.coronalabs”
},
[“plugin.notifications”] =
{
publisherId = “com.coronalabs”,
},