I was wondering if it\'s possible to determine what kind of iPhone (for example) the currentdevice is? I know it\'s possible to get the model through NSString
NSString
Kotlin Native:
memScoped { val q = alloc() uname(q.ptr) val identifier = NSString.stringWithCString(q.machine, encoding = NSUTF8StringEncoding) }