Post

Replies

Boosts

Views

Activity

Comment on Background Assets file diff?
Thx. I can obtain the file content by executing the code let aFileData = try AssetPackManager.shared.contents(at: FilePath(filePath)), but when executing let url = try AssetPackManager.shared.url(for: FilePath(path)), it throws an error: "" couldn't be copied to "Staging" because an item with the same name already exists. Could you please explain the reason for this? BestRegards.
Oct ’25
Comment on Background Assets file diff?
I performed the following code: let assetPackStatus = try await AssetPackManager. Shared. The status (ofAssetPackWithID: assetPackID) print("checkAssetPackStatus (assetPackStatus)"). The content of the print assetPackStatus is:(BackgroundAssets. AssetPack. Status) assetPackStatus = (rawValue = 69). I couldn't find the explanation for this content in AssetPack.Status. Could you please tell me what it means. Thanks.
Sep ’25
Comment on Background Assets file diff?
Is the maximum number of aar 100? If there is no upper limit on the quantity, only the total size is limited to 200G. Developers can break down the granularity further to avoid duplicate file occupation of space, which will be very beneficial for developers. Looking forward to having the quantity limit removed.
Sep ’25