You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove +load method in GDTCCTUploader, instead, use something like setup to do the same thing which controlled by developers.
I found +load method affect our app's launch time. see the image below, it blocked 56ms the run [GDTCCTUploader load]. so could it be possible to remove the +load?