Else even Objective-C apps, with the Obj-C messaging
system are not native, e.g. they delegate a lot to
C-based APIs...
For starters, that doesn't make any sense. Note the `C` part of Objective-C.Secondly, native infers compiled to executable native code, not interpreted or JIT'd via an intermediary.