lianleven

Results 6 issues of 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...

type: bug
status: needs analysis

![a04cf714-f9e3-4bb2-bcb4-78be49acc43a](https://user-images.githubusercontent.com/8415878/39955062-3dc77346-55fc-11e8-851a-30b75abb4c4d.png) 因为文件下载完成,下载状态不对[[CTVideoDownloadManager sharedInstance] nativeUrlForRemoteUrl:url]永远为空,没办法播放本地文件 2.还有一个问题是,重复设置同一个下载链接,没有去重处理 ![c0b6ff2a-bf4b-4c91-93f9-9f925fa7726e](https://user-images.githubusercontent.com/8415878/39955168-2ee5c052-55fd-11e8-8e99-28904daaf984.png)

串哥,原因是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)