Hi Ed,
I borrowed an iPhone 7+ for video making purposes and noted that the architectureInfo came up with “iPhone9,4”, your code is only checking for “iPhone9,2”.
ssk\_system.oniPhone7Plus = ( string.find( system.getInfo("architectureInfo"), "iPhone9,2" ) ~= nil )
Cheers,
Craig