Accessing Device Property Values

748
0
01-23-2017 12:39 PM
by Anonymous User
Not applicable

Is there any current method or future functionality where you will be able to access just the operating system value as a property value instead of os+device id (property('uri:deviceid'))? I'd venture to say a lot of clients/people would be hesitant to collect device id info. 

Is it feasible to think that I could use re or some string formatting method to only collect the os value? 

If I know that the os value comes before the ':', I could use re or split on that? or I could search for 'android', 'ios', 'windows' (can anyone confirm these values?)

0 Kudos
0 Replies