Get the name of device and OS version [Solved]

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

Get the name of device and OS version [Solved]

Post by Jellobus » Sat Feb 13, 2016 10:57 am

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
Last edited by Jellobus on Sun Feb 14, 2016 6:06 am, edited 1 time in total.

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Get the name of device and OS version

Post by Klaus » Sat Feb 13, 2016 11:44 am

Hi Louis,

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


Best

Klaus

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Get the name of device and OS version

Post by Dixie » Sat Feb 13, 2016 11:46 am

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

Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

Re: Get the name of device and OS version

Post by Jellobus » Sun Feb 14, 2016 6:05 am

Hi Dixie and Klaus,

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

Cheers,

Louis

Post Reply