Page 1 of 1

Get the name of device and OS version [Solved]

Posted: Sat Feb 13, 2016 10:57 am
by Jellobus
Hi all, :D

Is it possible to get the name of mobile device or OS version where an app is installed?

Thanks in advance!

Cheers,

Louis

Re: Get the name of device and OS version

Posted: Sat Feb 13, 2016 11:44 am
by Klaus
Hi Louis,

no idea about the name, but you can check "the systemversion"!


Best

Klaus

Re: Get the name of device and OS version

Posted: Sat Feb 13, 2016 11:46 am
by Dixie
Not the name, but you can fetch the current device's unique system identifier with the iphoneSystemIdentifier() function. This returns a string in the standard UUID/GUID format.... To get the version of iPhoneOS the application is running on, use the systemVersion

Re: Get the name of device and OS version

Posted: Sun Feb 14, 2016 6:05 am
by Jellobus
Hi Dixie and Klaus,

I found that iphoneSystemIdentifier() function has been depreciated but "the systemVersion" works.
Thanks for your advice!

Cheers,

Louis