-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not receiving events #10
Comments
I received the following log message in the Xcode console window: DeviceActivity.AppLoggedTimeDaily.17 |
Yeah, I think the example isn't quite working right now. Don't have time to dig further into it right now, hopefully in a month or so. The "excessive activities" error is because the example tries to register 24 activities (one per hour) - and apparently there is a limit on 20. Not sure if this is what causes the events not to trigger for you, or if the first 20 activities still work as expected. One thing that another developer noted is that you might have to add this to your app.json. If that solves it for you we should add it to the config plugin. |
I am facing an issue where I am not receiving any events despite having granted the necessary permissions and set the threshold to 1 minute. I have also selected all apps for monitoring.
The text was updated successfully, but these errors were encountered: