Post

Replies

Boosts

Views

Activity

Reply to What is CloudKit error: AssetUploadTokenRetrieveRequest request size exceeds limit
Thank for your quick reply. Ok understood. So there are two possible solutions. Quick and dirty: Reduce the batch size to 100 Reliable: Split the batch size and retry recursively until no limit exceeded error is returned. BUT "and the maximum number of tokens in a request is limited to 200" How can I predict how many tokens are needed for my request? Is there any documentation available?
Feb ’25
Reply to Since iOS 18.3, icons are no longer generated correctly with QLThumbnailGenerator
With iOS 26 beta 9 this seems to be fixed. @OolonColoophd,@alex9403, @tkmcintosh is it solved for you too?
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to Since iOS 18.3, icons are no longer generated correctly with QLThumbnailGenerator
Unfortunately not fixed in 18.4
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to What is CloudKit error: AssetUploadTokenRetrieveRequest request size exceeds limit
@Ziqiao Chen I've reduced the batch limit to 100, but I still get the same error on rare occasions. The limit is 200 tokens. So uploading 100 assets in a batch might require more than 200 tokens?! Is there a way to calculate the number of tokens before uploading the assets?
Replies
Boosts
Views
Activity
Apr ’25
Reply to Since iOS 18.3, icons are no longer generated correctly with QLThumbnailGenerator
Thumbnails of type .thumbnail work correctly. I can confirm this. But you need an existing file for the given URL. .icon normally works also without an existing file. As a workaround, we have created a set of icon of the most used file types. In iOS 18.3.1: no change to this issue and also no Simulator available.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to What is CloudKit error: AssetUploadTokenRetrieveRequest request size exceeds limit
Thank you for your reply. I will update the app now and send it out and we will see how step 1 works.
Replies
Boosts
Views
Activity
Feb ’25
Reply to What is CloudKit error: AssetUploadTokenRetrieveRequest request size exceeds limit
Thank for your quick reply. Ok understood. So there are two possible solutions. Quick and dirty: Reduce the batch size to 100 Reliable: Split the batch size and retry recursively until no limit exceeded error is returned. BUT "and the maximum number of tokens in a request is limited to 200" How can I predict how many tokens are needed for my request? Is there any documentation available?
Replies
Boosts
Views
Activity
Feb ’25
Reply to Since iOS 18.3, icons are no longer generated correctly with QLThumbnailGenerator
Today I have also tried: let documentInteractionController = UIDocumentInteractionController(url: fileURL) return documentInteractionController.icons.first It works under 18.2 but not under 18.3 Same error on console
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Since iOS 18.3, icons are no longer generated correctly with QLThumbnailGenerator
Thank you for your quick reply. I have already opened a bug report: FB16445589 Yes this issue starts with iOS 18.3 in an already existing app out to customers. This issue does not occur in former versions. I have now added a sample project too.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25