Posts

Post not yet marked as solved
13 Replies
15k Views
Xcode 11 beta 3, iOS 13 in plist I have:<key>NSAllowsArbitraryLoads</key><true/>And all http requests work prior iOS 13. In iOS 13 I'm seeing in console:Cannot start load of Task <...>.<1> since it does not conform to ATS policy Task <...>.<1> finished with error [-1022] Error Domain=NSURLErrorDomain Code=-1022 "The resource could not be loaded because the App Transport Security policy requires the use of a secure connection." UserInfo={NSLocalizedDescription=The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.,Is ATS policy have been changed in iOS 13? I can't find any info about it.
Posted Last updated
.
Post not yet marked as solved
1 Replies
482 Views
I have an app that use Vision fo recognize different barcodes. In organizer I see this crash log:https://fastpic.ru/view/111/2020/0223/_af6e07a05b6fe6132a22ede9a5d96930.png.htmlThere is no Zxing lib in my project and according stacktrace Vision use Zxing, am I right?
Posted Last updated
.