Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aac音频文件无法上传 #6

Open
lovederh opened this issue May 20, 2019 · 2 comments
Open

aac音频文件无法上传 #6

lovederh opened this issue May 20, 2019 · 2 comments

Comments

@lovederh
Copy link

image
根据提示查看源码,应该是没有获取到data,麻烦看看是什么原因

image

@acathur
Copy link
Member

acathur commented May 20, 2019

@lovederh hi, 目测是调用传参问题,upload(url, opts) 参考文档

@lovederh
Copy link
Author

对NatTransfer.m中的180行进行了修改,在真机测试中可以了,但是有一个警告
NSData *data = [NSData dataWithContentsOfFile:fileUrl];
警告是这样子的incompatible pointer types sending 'NSURL *' to parameter of type 'NSString * _Nonnull'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants