uxcam / ios-sdk

This is the UXCam iOS SDK
9 stars 4 forks source link

Certain UI elements are not displayed properly in the final recording #6

Closed india2sarthak closed 11 months ago

india2sarthak commented 3 years ago

I am using UXCam v3.3.4 to record user activity on my app. The sessions do show up on the UXCam dashboard, however, some UI elements either don't show up or are masked (without me explicitly masking them using the UXCam.occludeSensitiveView method) in the final recording. I am having trouble getting the following elements to work

1.) ImageViews to show up in the recording. All image views in my app are masked by default in the recording. (Not an issue on Android) 2.) Mapbox MapView, the Mapbox map view object is not present in the recording and is represented by a static solid black fill in the final recording. (Reproducible on Android as well)

Thanks a lot for your help :)

richardgroves commented 3 years ago

Hi,

  1. That is the schematic recording - it blanks out images to reduce the possibility of capturing sensitive data
  2. By "Mapbox MapView" do you mean this https://docs.mapbox.com/ios/maps/examples/simple-map-view/ SDK? And the whole view of the map doesn't show up? That could be the schematic system or as it is on Android as well then some other quirk of their rendering of the map.

I'll get someone to review the Mapbox SDK. The ImageView is by design.

india2sarthak commented 3 years ago

Thanks for the quick reply! Yes, that's the one. I could see certain static parts of the map like the branding, but the actual map data did not show up. One thing, worth mentioning would be that the mapView does not load instantly and takes some time to prepare itself similar to MapKit.

india2sarthak commented 3 years ago

Any updates on this?

Anup-UXCam commented 1 year ago

Hi @india2sarthak, are you still facing this issue on the newer version of the SDK?

DFDIEGOH commented 11 months ago

Closing due to inactivity