Post

Replies

Boosts

Views

Activity

Reply to iOS18 crash
We have the same issue with an inhouse signed app, but only on one phone. I can see the same messsages in the device log related to the code signature: TXM [Error]: CodeSignature: selector: 17 | 0x22 | 0x3B | 2 AMFI: XNU monitor refused profile: 1 TXM [Error]: CodeSignature: selector: 23 | 0xA6 | 0x12 | 1 Did you find a solution to this issue?
Mar ’25
Reply to is it possible to turn on the torch while having the front camera open (swift/objective c)
We had the same issue with cameraDevice = .rear, the camera preview in the UIImagePickerController would freeze and blur when turning on the torch. Turns out the issue was that we enabled the torch on a different camera device than the one used by UIImagePickerController. When using the right input device, it works. On iPhone 13 Mini, we had to use .builtInDualWideCamera to turn on the torch while UIImagePickerController was active.
Topic: Media Technologies SubTopic: Audio Tags:
Apr ’23