lianleven
lianleven
### Platform - [x] iOS ### In app purchase type - [x] Consumable ### Environment - [x] Production ### Version 0.15.0 ### Issue summary I printed the log in the...
 因为文件下载完成,下载状态不对[[CTVideoDownloadManager sharedInstance] nativeUrlForRemoteUrl:url]永远为空,没办法播放本地文件 2.还有一个问题是,重复设置同一个下载链接,没有去重处理 
串哥,原因是detailLabel的top.offSet写死了。 [self.detailLabel mas_makeConstraints:^(MASConstraintMaker *make) { make.top.equalTo(lastAttribute).offset(5);//这里应该加一个判断 make.left.right.equalTo(self).insets(UIEdgeInsetsMake(0, config.innerMargin, 0, config.innerMargin)); }];
程序在前台中断可以正常播放,在后台中断无法重新播放,设置setActive会失败报错信息是AUIOClient_StartIO failed (560557684)