Post

Replies

Boosts

Views

Activity

Comment on Device Activity Report View Size and Background
@zengid You can use the following code snippet to extract app name for await d in data { for await a in d.activitySegments { for await c in a.categories { for await app in c.applications { let app = AppDeviceActivity(id: bundle, token: app.application.token!, displayName: app.application.localizedDisplayName ?? "nil") } } } }
Topic: Privacy & Security SubTopic: General Tags:
Dec ’24