Hi all,
Can you help me on a problem I am currently experiencing?
I have an app that displays admob banner and interstitial ads. I am using the new plugin.google.play.services and the ads are working fine.
I also have Facebook for SSO (for sharing scores in the game) and this works fine on iOS, but hangs on Android.
It hangs on this line.
facebook.login(appID, listener, {“publish_actions"});
I replace this line of code below in my build.settings file:
[“CoronaProvider.ads.admob”] =
{
publisherId = “com.coronalabs”,
},
With this one:
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”
},
If I revert the code to using CoronaProvider.ads.admob the app works fine on both platforms (but of course their are issues with using admob for both banners and interstitials, and in any event we need to use the plugin.google.play.services moving forward for admob compatibility.
It appears there is a conflict with the new google play plugin and Facebook on Android.
Any suggestions?
Thanks