Post

Replies

Boosts

Views

Activity

Reply to Creating ApplicationToken with Decoder from string
Try this if let app = try? JSONDecoder().decode(.decode(ApplicationToken.self, from: data) { let token = Application(token: app) print(token) } else { print("didn't work") } Token.self changed to ApplicationToken.self
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Device Activity Reports are returning a blank screen in release mode
I have a similar problem. I’m not sure why, but about 2 out of 10 times, it shows a blank report when I try to get daily or weekly reports, whereas the hourly report works without any issues.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24