Is there a way to check the iOS version within a Delphi app? I would like to create specific piece of code for iOS7 and iOS6 in Delphi XE6.
You can use TOSVersion record in System.SysUtils.
if TOSVersion.Check(7, 0) then //Os is iOS 7
Also you can find sample for iOS here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With