I’ve tried to change my build.settings as you said adding some other permission just to be sure, but it still doesn’t work.
settings = { orientation = { default = "portrait", }, iphone = { plist= { UIHiddenStatusBar= true, CFBundleIconFile = "Icon.png", CFBundleIconFiles = { "Icon.png", "Icon@2x.png", "Icon-72.png", }, }, }, android = { usesPermissions = { "android.permission.INTERNET", "android.permission.CALL\_PHONE", "android.permission.CALL\_PRIVILEGED", "android.permission.PROCESS\_OUTGOING\_CALLS", "android.permission.READ\_PHONE\_STATE", }, }, }