Greetings to all.
After upgrading to Xcode 14.1 my app that is on deployment target iOS 13 and above gets the warning :
This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the -locationManagerDidChangeAuthorization: callback and checking authorizationStatus first
After reading some answers in StackOverflow it is suggested to wrap it in DispatchQueue.global however due to the complexity of my app and my current use case I cannot use it in this manor.
The warning only appears in the latest Xcode 14.1 in Xcode 13.XX the warning does not appear.
Is there any way to silence the warning without wrapping it in a DispatchQueue or using the delegate method?
Thanks for the help.
Post
Replies
Boosts
Views
Activity
After testing our app (min deployment iOS 13) on a iPhone 14 Pro iOS version 16.2 the card io SDK brings up the camera however the device is unable to scan the credit card.
We have tested the same SDK on other devices with iOS 16.2 and it works.
Apple have admitted a bug with the camera in the Pro and Pro Max models.
Is anyone else facing these issues?
And is there a fix?
A link to the SDK.
https://github.com/card-io/card.io-iOS-SDK
Thanks.