Format of OS property

(imported topic written by JohnnyRapid)

Hello,

I am curious if the format of the OS “core” property for Android/iOS/Blackberry/etc. will always be the OS name followed by a space and digits separated by periods (e.g. “iOS 6.1.3”) . Is there documentation on this or a sample set of values I can reference? Unfortunately, I only have so many devices to test my code against.

Thank you!

(imported comment written by liuhoting)

I think inspectors just return whatever APIs can return, so just because the OS name looks like name followed by space and digits separated by periods now doesn’t mean it will always be this way.

What exactly are you trying to do?