caixindong / XDNetworking

A Network framework based on AFNetworking
MIT License
23 stars 6 forks source link

几个问题 几个建议 #4

Open jackey-jiang opened 8 years ago

jackey-jiang commented 8 years ago

问题: image 缓存到硬盘的 数据类型 应该多加一个 array的判断 有些 restAPI 会直接返回数组

image 这里不清楚为什么 会提示 : createDirectory error is You don’t have permission to save the file “networkCache” in the folder “XDNetworking”. 没有权限是什么原因造成的

建议 :

  1. XDNetworking.h 可以公开一个 设置baseUrl 的 方法
  2. 可以加入数组 字典 的log分类 来 显示unicode
DamonRao commented 7 years ago

找到原因了吗,我用真机测试的时候也碰到提示 : createDirectory error is You don’t have permission to save the file “networkCache” in the folder “XDNetworking”.