Posts

Post not yet marked as solved
3 Replies
AVCaptureDevice.default(for: .video) is defaulting to builtInWideCamera device type On iPhone 14 Pro (Max) the wide angle camera has a higher minimum focal length of 200 mm which is different as compared to its predecessors where it is typically 150 mm. So, on these newer devices it would be safer to choose either builtInDualCamera or builtInTripleCamera instead of using default wide angle camera which would ensure that iOS automatically switches from wide angle to ultra wide angle if necessary to maintain focus.
Post not yet marked as solved
1 Replies
Looks like card.io SDK is using OpenCV library which has a pretty old code to initialize iOS camera which just uses default camera for video which defaults to wide-angle camera on dual and triple camera equipped iOS devices. See OpenCV iOS Camera Initialization Code On iPhone 14 Pro (Max) however the wide angle camera has a higher minimum focal length of 200 mm which is different as compared to its predecessors where it is typically 150 mm. So, on these newer devices it would be safer to choose either builtInDualCamera or builtInTripleCamera instead of using default wide angle camera which would ensure that iOS automatically switches from wide angle to ultra wide angle if necessary to maintain focus.
Post not yet marked as solved
4 Replies
UPDATE:- Put a file apple-app-site-association in pre-iOS13 format to /.well-known/ subdirectory and ensured it's content type is application/jsonOn iOS12.4.1 it looks fine so far:- swcd successfully activates applinks service.- Relevant delegates callback are called correctly if user taps on a link in Mail / Safari etc.iOS13.3.1:- On one of the devices, swcd doesn't update configuration even if app is deleted and re-installed. So, universal links have stopped working there entirely for our app. Reboots / re-installs don't help.- On the device same effect is seen as before: when user taps a link -> app is started, but activity continuation delegate methods are not called. They are only called if the app wasn't terminated.search.developer.apple.com still is not validating the site configuration: "Error no apps associated with url"