Post

Replies

Boosts

Views

Activity

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 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 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?
2w
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.
1w