Good day all,
Please this is my first to develop app that connect online,
After build the app and install on device is giving me the error below
Runtime Error:
java.lang.securityexception: neither user 10183 nor cureent process has android.permission.internet.
this is code in my build setting
– Supported values for orientation:
– portrait, portraitUpsideDown, landscapeLeft, landscapeRight
settings = {
orientation = {
default = “portrait”,
supported = { “portrait”, }
},
iphone = {
plist = {
UIStatusBarHidden = false,
UIPrerenderedIcon = true, – set to false for “shine” overlay
–UIApplicationExitsOnSuspend = true, – uncomment to quit app on suspend
--[[
– iOS app URL schemes:
CFBundleURLTypes =
{
{
CFBundleURLSchemes =
{
“fbXXXXXXXXXXXXXX”, – example scheme for facebook
“coronasdkapp”, – example second scheme
}
}
}
--]]
}
},
–[[
– Android permissions
androidPermissions = {
“android.permission.INTERNET”,
},
]]–
}