Problem in appdelegate class thread
when UiactivityController shows,Xcode says This method should not be called on the main thread as it may lead to UI unresponsiveness. in appdelegate class.
DispatchQueue.global.async.
DispatchQueue.global(qos: .background).async. don't help.
what is this?