Post

Replies

Boosts

Views

Activity

Reply to How to eliminate boringssl log warning?
I got some relevant answer from stack overflow and it helped me something. Let me share here, If we run the app on physical device with Xcode simulator we don't get any issue and boringssl log warning also on Xcode simulator. This issue might be because of Xcode couldn't able to connect to internet when running the app or call API. Hope this answer help someone!
Jan ’22
Reply to How to eliminate boringssl log warning?
Here how I used URLSession ` let session = URLSession(configuration: .default)             let task = session.dataTask(with: url) {(data, response, error) in
Replies
Boosts
Views
Activity
Dec ’21
Reply to How to eliminate boringssl log warning?
I got some relevant answer from stack overflow and it helped me something. Let me share here, If we run the app on physical device with Xcode simulator we don't get any issue and boringssl log warning also on Xcode simulator. This issue might be because of Xcode couldn't able to connect to internet when running the app or call API. Hope this answer help someone!
Replies
Boosts
Views
Activity
Jan ’22
Reply to How to eliminate boringssl log warning?
it was accidentally marked as right answer.  @ AnnArborMark This is not the soultion and I have mentioned in my question itself that I tried it before which was not working to resolve the issue.
Replies
Boosts
Views
Activity
Mar ’22