I have a SiriKit type in intent definition which include system field 'identifier' and a custom field id. When I try to migrate to AppIntent, since AppEntity conforms to 'Identifiable' I cannot use 'id' in AppEntity, how can I solve this?
Post
Replies
Boosts
Views
Activity
I've set CompositorLayerConfiguration.colorFormat = .bgr10a2Unorm, I can see that in the shader debugger that the texture is not gamma corrected, but the result is brighter than the attachment shown in the shader debugger, it looks like it is still gamma corrected
https://developer.apple.com/documentation/cloudkitjs/cloudkit/database/1628735-saverecords mentions that we can use the downloadURL to provide a link to the user, however it seems this URL will expire after some time, and it will return 410 GONE as http status code when it expires.
How long does the link persist before it expires, is it documented anywhere?