Post

Replies

Boosts

Views

Activity

Reply to NEfilterDataProvider file access Restrictions
I tried that out but I am having issues reading from the database. With the Filter Control provider I can open the database as well as read from the database and store the contents. With the Filter Data provider, I can list contents of the App group directory and see that the file exists. I also can open the database, but I am unable to read from the database. I am not even trying to write to the database. This is not the expected behavior from Filter Data provider right?
Topic: App & System Services SubTopic: Core OS Tags:
Apr ’21
Reply to NEfilterDataProvider file access Restrictions
I tried that out but I am having issues reading from the database. With the Filter Control provider I can open the database as well as read from the database and store the contents. With the Filter Data provider, I can list contents of the App group directory and see that the file exists. I also can open the database, but I am unable to read from the database. I am not even trying to write to the database. This is not the expected behavior from Filter Data provider right?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’21
Reply to Questions and Clarifications about ScreenTime API Authorization.
Thanks for the feedback. I did provide a bug report : https://feedbackassistant.apple.com/feedback/9147978
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Unable to load Family Activity Picker ScreenTimeAPI
@LoguLogu No I've not been able to resolve it. I do see the preview of the categories in Preview screen but it doesn't load on the device.
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to startMonitoring fails
@jonathancurrie I got this to run by Stopping the monitoring first and then doing the startMonitor.       center.stopMonitoring()       try center.startMonitoring(.daily, during: schedule)     }
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to NSExtensionPointIdentifier for ShieldConfigurationProvider
Thanks
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Unable to load Family Activity Picker ScreenTimeAPI
@caguilar51 I can see that the picker is loading and showing a bunch of categories, but it doesn't show any apps inside each category. What behavior are you seeing?
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Unable to load Family Activity Picker ScreenTimeAPI
I can see the list of Applications on the child device after successive requestAuthorization calls. Still can't see it on the Parent device.
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Unable to load Family Activity Picker ScreenTimeAPI
On Beta 4, it shows up on the child device, but not on the parent device. :-/
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to com.apple.developer.kernel.increased-memory-limit problem.
@HeoJin Do you know if this works now?
Replies
Boosts
Views
Activity
Aug ’21
Reply to Unable to load Family Activity Picker ScreenTimeAPI
Looks like this is fixed as of Beta 5. Anyone else tried it?
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to About using com.apple.developer.kernel.increased-memory-limit entitlement.
Unfortunately no
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to Xcode 13 causing a CFRunLoopRun crash
I was able to figure this out. The AutoReleasePool was basically releasing memory. I had to disable ARC for that file, to get past the error. But don't understand why this would be kicked in by Xcode 13, and why this was never an error in the first place in the previous Xcode versions.
Replies
Boosts
Views
Activity
Sep ’21
Reply to About using com.apple.developer.kernel.increased-memory-limit entitlement.
@Danny182, Just tested it and it appears to be working.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Sep ’21