Post

Replies

Boosts

Views

Activity

Comment on Device Activity Monitor Extension Sometimes Fails To Launch
Thank you for contributing to this thread! I saw in another thread that you were having issues with writing to UserDefaults from the Device Activity Monitor extension. I will check if I can reproduce the issue on my end. Have you filed a bug report with Apple regarding this? If so, could you please provide the report identifier (FBXXXXXXXX) so I can include it in my report?
Topic: App & System Services SubTopic: General Tags:
Jan ’24
Comment on iOS 17.2 breaking AppIntents and shortcuts
In my case, my app entity was declared twice under the same name: once in my main app target and once in my app intents extension, where I used it for a focus filter. I resolved the issue by renaming my app entity in the app intents extension. It appears there was a conflict between the two entities sharing the same name beginning with iOS 17.2; this was not an issue prior to that.
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’23
Comment on Managed Settings shield website using a list of urls
No, you can't get past this limit when using the Screen Time API. I don't know if it will be lifted in the future as I don't work at Apple. You can file an enhancement request to them about this. In the meantime, you could maybe use a dedicated Safari content blocker to achieve what you want. For example, I know that 1Blocker makes extensive use of these content blockers and the app is pretty powerful: https://support.1blocker.com/en/articles/6436183-quick-access-to-content-blockers-in-safari.
Topic: App & System Services SubTopic: General Tags:
Sep ’23
Comment on How to find out if an app extension process is alive on iOS?
The container app and the Device Activity Report extension can share an app group. However, the extension can only read from the app group due to the sandbox restrictions. Attempts to write in the shared app group from the app extension will fail. So I guess the app group can't be used to monitor the extension status. @eskimo Do you know who is currently supporting FamilyControls?
Topic: App & System Services SubTopic: General Tags:
Aug ’23