kongkongxiaoseng

Results 4 comments of kongkongxiaoseng

我看agent里面的代码里有#pragma mark - Testing - (AFHTTPSessionManager *)manager { return _manager; } - (void)resetURLSessionManager { _manager = [AFHTTPSessionManager manager]; } - (void)resetURLSessionManagerWithConfiguration:(NSURLSessionConfiguration *)configuration { _manager = [[AFHTTPSessionManager alloc] initWithSessionConfiguration:configuration]; } 这几个方法,可以在需要的时候...

执行完这个私有方法的话 并且一块创建对应的queque的话 会有好多block没有回调

I also encountered the same situation that often occupied the CPU, and I found that the files on my computer were copied, and I found it was ipahelper in copy...

we had foud new method called " MobileContainerManager" can get a result is installed(or installing) with no install with bundle id , ''' void* lib = dlopen("/System/Library/PrivateFrameworks/MobileContainerManager.framework/MobileContainerManager",RTLD_NOW); if (iOS11) {...