This repository has been archived by the owner on May 15, 2024. It is now read-only.
[Bug] Access to DeviceDisplay.MainDisplayInfo crashes App on iOS 10.2 #1818
Labels
bug
Something isn't working
Description
Steps to Reproduce
Expected Behavior
Display info is returned.
Actual Behavior
App crashes.
Basic Information
The feature merged with #1443 accesses property
maximumFramesPerSecond
which was added with iOS 10.3 but is not supported/known on earlier iOS versions. Thus the app crashes with the following error:[UIScreen maximumFramesPerSecond]: unrecognized selector sent to instance 0x10615b610
Screenshots
NA
Reproduction Link
NA
The text was updated successfully, but these errors were encountered: