DeviceActivityReport not showing report data to main app

I am getting this error when I try to show device activity report view by this DeviceActivityReport(appsContext, filter: filter)

Attempt to map database failed: permission was denied. This attempt will not be retried.

I have taken access by this way. AuthorizationCenter.shared.requestAuthorization(for: .individual)

Where are you trying to show the report? This is a launch services error and should just work if permission was granted in your main app.

DeviceActivityReport not showing report data to main app
 
 
Q