This answer uses some math and camera info to determine a value.
Looking at ARKit it hardcodes .7392 radians (42.35 degrees). When I was researching AR I just held the phone camera up and lined the edges up with some landmarks and then measured the angle. My estimation on a 3GS was 48 degrees in landscape and 39 degrees in portrait. My estimation on a iPhone 4 is 58 in landscape and 48 degrees in portrait.
Searching around on the internet there seem to be wildly varying claims. This might be explained by people having different models of the phone. I have found no official source of information on this topic from apple.
If I were to do this again I would borrow the various phone models and use a system of measuring against landmarks on the horizon. Nothing can beat hard numbers you measured yourself.
My method for estimation is as follows: Stand 10 feet from a wall and look at the image on screen. Note the points on the wall at the left and right side of the image and measure the distance. Then use trigonometry to calculate the angle. If a is the distance from the wall and o is the length measured along the wall then tan(A) = (o/2)/a, which is half the angle.
UPDATE: I fixed some incorrect calculations and added the iPhone 4 and how I measured.