Hello,
I am getting this weird error which I do not really know how to solve it. When I tap on the Facebook button in my app which is supposed to share the score on Facebook but instead gives this error saying :
"Runtime Error
java.lang.SecurityException: Neither user 10081 nor current process has android.permission.INTERNET."
Here’s the code in my build.settings :
android =
{
versionCode = “1”
},
androidPermissions =
{
“android.permission.ACCESS_FINE_LOCATION”,
“android.permission.INTERNET”,
“android.permission.WRITE_EXTERNAL_STORAGE”,
“android.permission.ACCESS_WIFI_STATE”,
“android.permission.ACCESS_NETWORK_STATE”,
},