What is the maximum number of vertices/triangles on IOS?

I have an application that needs to be ported from windows to iOS devices.
The level contains a huge mesh, as shown in the picture.

This mesh is provided from the thirty manufacturer
Should I ask them to limit the number of vertices/triangles in this mesh?
Or is there a better optimization method that can successfully allow me to run on iOS?

Thanks