adrnsoh / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

IOS - missing getProperty key/values #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
getProperty should implement the following key values pairs

"User-Agent" - returns the device user agent example:
for ipod the String looks like this - 
"Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3_3 like Mac OS X; en-us) 
AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 
Safari/6533.18.5"

"IMEI" - the International Mobile Equipment Identity (IMEI) number

"UDID" - Device Unique identifier

"MSISDN" - the device phone number (not sure if this is available)

Original issue reported on code.google.com by cf27...@gmail.com on 23 Feb 2012 at 10:29

GoogleCodeExporter commented 9 years ago

Original comment by shai.almog on 28 Feb 2012 at 5:05