Hello.
Im using IronSource and have banner with 50 points (pt) height.
On android I can easly calculate pixels height using this formula: dp * Screen.dpi / 160;
On iOS this formula doesnt work.
Please, help calculate banner pixels height on iOS (how to convert 50 iOS points to pixels in Unity).