Search Issue Tracker
Fixed in 5.4.4
Votes
3
Found in
5.4.0f3
Issue ID
828288
Regression
No
[iOS] UnityEngine.Apple.ReplayKit.APIAvailable returns 'true' on unsupported devices
ReplayKit is supported on newer devices (iPhone 5S and later), running at least iOS 9. However, on devices that don't support ReplayKit (like iPhone 5) and run at least iOS 9, UnityEngine.Apple.ReplayKit.APIAvailable returns 'true'.
Steps to reproduce:
1) Open the latest attached project.
2) Build for iOS.
3) Deploy on an iOS device that doesn't have ReplayKit support, but runs iOS 9 or higher.
"ReplayKit is available" is logged in the Console (meaning that ReplayKit.APIAvailable returned 'true'). This doesn't occur if iOS version is older than iOS 9.
Reproduced on:
5.5.0b2, 5.4.0f3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment