Hello,
We are working on an update to an app that we realsed 10 days ago.
Now, when I build the app, it crashes when logging in to FB. I tried restoring the project to the point that we released the app, and it still crashes, but the one that is in the app store doesn’t.
Did anything change in Corona or the Facebook plugin that we should know about?
thank you,
Mars Inc
build.settings:
android =
{
permissions =
{
{ name = “.permission.C2D_MESSAGE”, protectionLevel = “signature” },
},
usesExpansionFile = false,
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.VIBRATE”,
“android.permission.GET_ACCOUNTS”,
“android.permission.RECEIVE_BOOT_COMPLETED”,
“android.permission.WRITE_EXTERNAL_STORAGE”,
“android.permission.ACCESS_NETWORK_STATE”,
“com.google.android.c2dm.permission.RECEIVE”,
“com.android.vending.BILLING”,
“.permission.C2D_MESSAGE”,
“com.android.vending.CHECK_LICENSE”,
},
facebookAppId = “249368672077551”, – Replace XXXXXXXXXX with your Facebook App ID
},