Post

Replies

Boosts

Views

Activity

Reply to Setting Multitasking Camera Access Support
I decided to take another look at this since iOS 16 is out of beta. There is a developer comment on the property now. Only certain devices are supported, like the comment mentioned above. Here is a current list of supported devices. This property returns true for iPad Pro (4th generation), iPad Pro (5th generation) and iPad Air (5th generation). Hopefully Apple will help us out further in the future or make it easier to gain access to the entitlement for this feature.
Topic: Media Technologies SubTopic: Audio Tags:
Sep ’22
Reply to NWConnection WebSocket Protocol hangs on preparing for iOS 13 only
No the verify block is not called from the method sec_protocol_options_set_verify_block, but only on iOS 13. Not sure why this would happen. I am using the same queue as the one NWConnection is using. What would cause the block not to be called?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Setting Multitasking Camera Access Support
I decided to take another look at this since iOS 16 is out of beta. There is a developer comment on the property now. Only certain devices are supported, like the comment mentioned above. Here is a current list of supported devices. This property returns true for iPad Pro (4th generation), iPad Pro (5th generation) and iPad Air (5th generation). Hopefully Apple will help us out further in the future or make it easier to gain access to the entitlement for this feature.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Setting Multitasking Camera Access Support
Really? That is interesting. I have tried on iPhone XR. I have not tried on Mac yet. I have several devices I could try on, but I am not sure why trying on a iPhone >= XR wouldn't work. Any suggestions or any other successful test cases?
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to Setting Multitasking Camera Access Support
The documentation states, _"Starting in iOS 16, your app can use the camera while multitasking by setting the isMultitaskingCameraAccessEnabled property to true on supported systems. Do we have a scenario needed or a list of supported systems. This seems to be quite ambiguous.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to How to update destinationBuffer's width and height during a video buffer stream
Ah ok I see. Hey thanks a bunch. The memory footprint is certainly better. Much appreciated! Question: Is free(destinationBuffer.data) preferred over destinationBuffer.data.deallocate()?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’22