aliyun / aliyun-oss-react-native

MIT License
148 stars 99 forks source link

ios #53

Open yfGitHub123 opened 5 years ago

yfGitHub123 commented 5 years ago

编译ios,xcode中编译通过后,在iPhone x模拟器中调用initMultipartUpload接口没反应,也不报错,android正常

yangin commented 5 years ago

我也遇到了相同问题,并且在真机上也是没反应,求解答。

haishangshijie commented 2 years ago

在iOS源码里,他又拼接了一遍filepath: filePath = [NSHomeDirectory() stringByAppendingPathComponent:filePath]; 导致拿不到文件,所以也无法上传,也就是没有反应。 在传参时,处理一下filepath, 只传入 /tmp/xxx,就可以了