- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
RSA Mobile SDK 3.8 missing attributes!!!
This question is regarding the RSA mobile SDK 3.8, document states the following attributes not supported for iOS
PhoneNumber
SIM_ID
CellTowerId
LocationAreaCode
SignalStrength
But we are missing the following attribute as well
Android:
GeoLocationInfor
- Heading
- Speed
- Altitude
- AltitudeAccuracy
iPhone:
- WiFiMacAddress
GeoLoctionInfor
- Heading
- Speed
WiFiNewworksData
- Channel
Please help us to understand the reason for missing attributes.
Thanks
- Tags:
- Adaptive Auth
- Adaptive Authentication
- Community Thread
- Discussion
- Forum Thread
- RSA Adaptive Authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Manjunatha.
Is this for an in production environment? Some information is not captured unless collection mode 2 is enabled in the application's code. That's the mode that usually collects Geo Location info.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks Leonardo. No we are not in production environment
We set it to mode:2 and we still missing few elements
we are still seeing the difference in iOS and Android
GeoLocationInfor
- Heading
- Speed
Android
"GeoLocationInfo": [
{
"Longitude": "174.7737097",
"Latitude": "-36.8460553",
"HorizontalAccuracy": "21",
"Altitude": "60",
"AltitudeAccuracy": "21",
"Timestamp": "1508382948928",
"Status": "0"
}
iOS
"GeoLocationInfo" : [
{
"Status" : "0",
"Latitude" : "-36.84610866",
"AltitudeAccuracy" : "10",
"Timestamp" : "1508381479674",
"Altitude" : "10.03635597",
"Longitude" : "174.7734766",
"HorizontalAccuracy" : "65"
}
],
Wifi Networkdata
Android
"WiFiNetworksData": {
"BBSID": "1c:e6:c7:dd:57:61",
"SignalStrength": "-60",
"Channel": "null",
"SSID": "FISV_Dev"
},
iOS
"WiFiNetworksData" : {
"BBSID" : "1c:e6:c7:dd:57:6e",
"SSID" : "FISV_Dev"
},
Another difference
Android having the value "WiFiMacAddress": "02:00:00:00:00:00",
iOS missing this
Please let me know, the reason for these difference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Manjunatha,
For Android and iPhone:
Heading and Speed information will only be captured if the device is moving from one location to another with location setting on constantly.
Altitude and AltitudeAccuracy will be captured only if the location permission is on and supported by the device itself.
For iPhone:
WiFiMacAddress and Channel:- Starting from iOS 7, It is no longer supported in Native iOS, therefore this element will never be captured.
Please let us know if you have any further questions.
Thanks,
Jasmine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks Jasmine. It worked!!!
