What is iPhone 7, iPad Pro Screen.resolution / Screen.DPI?

I’m interested in actual values returned by UnityEngine.Screen APIs (5.5+).

Google is always a great friend before asking
1334-by-750-pixel resolution at 326 ppi (got from here)
2048-by-1536 resolution at 264 pixels per inch (ppi) (from here)

I know the values, my question is what values Screen class gives back (edited the question). I’ve read about a lot of issues with Screen class, especially with dpi.

Anyway, I decided to assign hardcoded PPI values to device generations (from iOS classes), instead of relying on Screen.dpi.