原生插件开发的时候,图片和文档素材的路径,要如何获取?获取下来都是nil。
看到官方文档说图片存储到 appinfo.documentPath 路径下即可,这个appinfo.documentPath 在哪里,要如何存储到这个路径下面?
4***@qq.com
- 发布:2021-03-17 19:12
- 更新:2021-12-19 15:12
- 阅读:1537
1***@163.com
没看懂路径获取什么意思, 第二个问题在文档里有,
PDRCoreAppInfo appinfo = [PDRCore Instance].appManager.getMainAppInfo;
NSString docPath = appinfo.documentPath;
这样就可以获取到这个路径啊, 然后存储调用原生的writeToFile方法就行
2021-06-22 15:20