是否有人知道如何在UA的StoreFront中设置自定义目录?
根据Apple关于数据存储位置的新规则,UA在/ Library / ua / download中执行此操作的常规方法存在问题。
需要设置为/ Library / Cashes / ua / download。 他们在StoreFront有一席之地;
+ (BOOL)setDownloadDirectory:(NSString *)path;
+ (BOOL)setDownloadDirectory:(NSString *)path withProductIDSubdir:(BOOL)makeSubdir;
但我不知道如何改变'路径'。 那里的人已经修好了吗?
感谢您的帮助。
答案 0 :(得分:0)
如何改变ThePat。
之后,您将需要更改UAGlobal.h
。
在Urban Airship文件中查找名为UAGlobal.h
的文件
你会找到路径,比如
#define kPendingProductsFile [[NSSearchPathForDirectoriesInDomains(NSLibraryDirectory,\
NSUserDomainMask, YES) objectAtIndex:0] stringByAppendingString: @"/ua/pendingProducts.history"];
我相信你可以简单地改变路径结束。
祝你好运沙尼