As a follow up question to this one, I'm wondering if you're able to detect (in an iOS app or application extension) if the app has not been updated for the new screen sizes and is running in 'zoomed' mode or not.
I know there are [UIScreen mainScreen].nativeScale
and
[UIScreen mainScreen].scale
but so far I haven't been able to detect this context between an app that has been properly updated and one that hasn't and is running zoomed.
Does anyone know of a mechanism to do this?