Post

Replies

Boosts

Views

Activity

Comment on How are you supposed to handle ShieldActionDelegate's .defer action?
I was very confused because I couldn't get this to work at all, but I finally figured out what I was doing wrong. I was trying to both read and write data in the Shield Configuration, but like you said it only has reading permissions. So in order to implement .defer I had to architecture it so that the Shield Action does all the writing and the Configuration only needs to read it.
Topic: App & System Services SubTopic: General Tags:
Oct ’22
Comment on missing com.apple.developer.family-controls / Missing Family Controls from provisioning profile
When you're approved, you need to manually go to the app's identifier configuration page in developer.apple and enable "Family Controls (Distribution)". This setting is hidden in a tab called "Additional Capabilities"
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on How are you supposed to handle ShieldActionDelegate's .defer action?
I was very confused because I couldn't get this to work at all, but I finally figured out what I was doing wrong. I was trying to both read and write data in the Shield Configuration, but like you said it only has reading permissions. So in order to implement .defer I had to architecture it so that the Shield Action does all the writing and the Configuration only needs to read it.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22