Build Used: 2014.2332
Have added the following plugin to build.settings since I want to use admob-v2:
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”
},
When executing the following line, the app hangs (Android) and the OS prompts that the app is not responding.
facebook.login( facebookAppID, facebookListener, { “publish_actions”,“user_friends” } )
If admob v1 (“CoronaProvider.ads.admob”) is used instead of “plugin.google.play.services”, the app doesnt hang.
With build 2014.2264 (first build with admob-v2), this problem does not exist. It seems to have creeped in sometime after that.
Please help fix this problem since I want to use the latest build, Facebook and AdMob v2.