bytedance/Bytedance-UnionAD

使用2.3.0.3版本时,会造成其他网页加载失败

Closed this issue · 2 comments

代码如下

        BUAdSlot *slot1 = [[BUAdSlot alloc] init];
        slot1.ID = kBUAdSDKFeedKey;
        slot1.AdType = BUAdSlotAdTypeFeed;
        BUSize *imgSize = [BUSize sizeBy:BUProposalSize_Feed228_150];
        slot1.imgSize = imgSize;
        slot1.position = BUAdSlotPositionTop;
        // slot1.isSupportDeepLink = YES;
        _bytedanceExpressAdManager = [[BUNativeExpressAdManager alloc] initWithSlot:slot1 adSize:CGSizeMake(kScreenWidth, 0)];
        _bytedanceExpressAdManager.adSize = CGSizeMake(kScreenWidth, 0);
        _bytedanceExpressAdManager.delegate = self;

花了两天时间去排错,发现只要注释掉以上代码,其他使用WKWebView加载的页面会显示正常,是否有解决方案?

问题貌似是拦截了其他网页的请求

你好,在2400版本以及后续的版本会逐步解决这个问题