Post

Replies

Boosts

Views

Activity

Reply to BGContinuedProcessingTask code pauses when device is locked
Hi Kevin, I just did a quick test on 26.1 and the issue still happens: the BGContinuedProcessingTask is expired even though the upload is progressing and actually completes. I'll have to do more testing to confirm, but it appears to me that this only happens with the screen truly locked (lock icon showing in the status bar/dynamic island). When Face ID has seen me and the lock icon disappears, the BGContinuedProcessingTask is updated properly. We're going to give it a try on iOS 26.2 beta as well and if it still happens, I'll make a FB report.
Dec ’25
Reply to BGContinuedProcessingTask code pauses when device is locked
I'm glad I found this thread because we're experiencing exactly the same thing. We're uploading a large-ish (hundreds of MB) file to AWS S3 and using a BGContinuedProcessingTask to show the progress. The actual upload happens in the background using the AWS S3 SDK. Everything goes fine until we lock the screen, then the BGContinuedProcessingTask is expired even though the upload is still ongoing. Is there any resolution on the horizon for this issue? Would it help if I file a Feedback Assistant report or can I join an existing one?
Nov ’25
Reply to New AVPointCloudData assert in iPadOS 17.0 (21A5326a)
We are experiencing the same: a lot of <<<< AVPointCloudData >>>> Fig assert: "_dataBuffer" at bail (AVPointCloudData.m:217) - (err=0) lines in the debug console when we start our ARSession, during which the app appears to hang. It uses an ARSCNView but that just stays blank. Then after some time (10-20s) everything goes back to normal and the camera feed is shown. We've been seeing this on a range of iOS and iPad OS devices. This is obviously problematic because users will think the app has crashed.
Topic: Spatial Computing SubTopic: ARKit Tags:
May ’24
Reply to ARWorld loading works differently on iOS 15
If I'm not mistaken, the transform of this ARAnchor that was added just before saving will not be updated after a relocalization until the moment it is in the camera's field of view again. So the after relocalization, the user should be made to point the camera at this ARAnchor and then when the ARSCNViewDelegate func didUpdate is called, we can use setWorldOrigin(relativeTransform:)?
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’21
Reply to BGContinuedProcessingTask code pauses when device is locked
I tried again, starting an upload then backgrounding the app by hitting the side button, keeping the lock screen unlocked (no lock icon). Again the BGContinuedProcessingTask kept updating progress, after which it (correctly) reported the upload as completed. So I think it is safe to say that the issue only happens when the device is truly locked.
Replies
Boosts
Views
Activity
Dec ’25
Reply to BGContinuedProcessingTask code pauses when device is locked
It is also failing on iOS 26.2 Beta 3. I've filed a Feedback Assistant issue: FB21233240
Replies
Boosts
Views
Activity
Dec ’25
Reply to BGContinuedProcessingTask code pauses when device is locked
Hi Kevin, I just did a quick test on 26.1 and the issue still happens: the BGContinuedProcessingTask is expired even though the upload is progressing and actually completes. I'll have to do more testing to confirm, but it appears to me that this only happens with the screen truly locked (lock icon showing in the status bar/dynamic island). When Face ID has seen me and the lock icon disappears, the BGContinuedProcessingTask is updated properly. We're going to give it a try on iOS 26.2 beta as well and if it still happens, I'll make a FB report.
Replies
Boosts
Views
Activity
Dec ’25
Reply to BGContinuedProcessingTask code pauses when device is locked
I'm glad I found this thread because we're experiencing exactly the same thing. We're uploading a large-ish (hundreds of MB) file to AWS S3 and using a BGContinuedProcessingTask to show the progress. The actual upload happens in the background using the AWS S3 SDK. Everything goes fine until we lock the screen, then the BGContinuedProcessingTask is expired even though the upload is still ongoing. Is there any resolution on the horizon for this issue? Would it help if I file a Feedback Assistant report or can I join an existing one?
Replies
Boosts
Views
Activity
Nov ’25
Reply to NSLocationTemporaryUsageDescriptionDictionary crashes Xcode 13
Xcode 15.4: still happening. Xcode 16 beta: still happening. Come on Apple, do something about this!
Replies
Boosts
Views
Activity
Aug ’24
Reply to New AVPointCloudData assert in iPadOS 17.0 (21A5326a)
We are experiencing the same: a lot of <<<< AVPointCloudData >>>> Fig assert: "_dataBuffer" at bail (AVPointCloudData.m:217) - (err=0) lines in the debug console when we start our ARSession, during which the app appears to hang. It uses an ARSCNView but that just stays blank. Then after some time (10-20s) everything goes back to normal and the camera feed is shown. We've been seeing this on a range of iOS and iPad OS devices. This is obviously problematic because users will think the app has crashed.
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to [CAMetalLayer nextDrawable] returning nil because allocation failed.
We get the same in our app, using ARKit (ARSCNView). Just a ton of these <<<< AVPointCloudData >>>> Fig assert: "_dataBuffer" at bail (AVPointCloudData.m:217) - (err=0) while the ARSession hangs for some time (up to 20s). And then it works normally.
Topic: Graphics & Games SubTopic: Metal Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Unable to Add for Review - Xcode 15.0.1 - New apps and app updates must be built with the public (GM) versions of Xcode 11 or later
Yes, same here.
Replies
Boosts
Views
Activity
Nov ’23
Reply to Strong password autofill, even if we don't want it
I think textContentType should be .newPassword, not .password. Not sure if that will help though, I've been having similar problems but only on iOS 16. On iOS 15.7 everything works fine.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to ARWorld loading works differently on iOS 15
The issue appears to have been fixed in iOS 15.2. Nothing about it in the release notes but it looks like relocalization works like it used to, again.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to ARWorld loading works differently on iOS 15
(or maybe better session(_ session: ARSession, didUpdate anchors: [ARAnchor]) of ARSessionObserver, to not be dependent on SceneKit.)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to ARWorld loading works differently on iOS 15
If I'm not mistaken, the transform of this ARAnchor that was added just before saving will not be updated after a relocalization until the moment it is in the camera's field of view again. So the after relocalization, the user should be made to point the camera at this ARAnchor and then when the ARSCNViewDelegate func didUpdate is called, we can use setWorldOrigin(relativeTransform:)?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21