Post

Replies

Boosts

Views

Activity

How long does a downloadURL of an asset persist?
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?
1
0
1.3k
Jan ’22
Migrate Intent type with field id
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?
Replies
0
Boosts
0
Views
661
Activity
Sep ’23
Gamma correction applied even though non sRGB color format is chosen
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
Replies
2
Boosts
0
Views
591
Activity
Jul ’23
How long does a downloadURL of an asset persist?
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?
Replies
1
Boosts
0
Views
1.3k
Activity
Jan ’22