Urban Airship设置自定义下载目录

时间:2011-12-17 11:04:09

标签: ios urbanairship.com

是否有人知道如何在UA的StoreFront中设置自定义目录?

根据Apple关于数据存储位置的新规则,UA在/ Library / ua / download中执行此操作的常规方法存在问题。

需要设置为/ Library / Cashes / ua / download。 他们在StoreFront有一席之地;

+ (BOOL)setDownloadDirectory:(NSString *)path;
+ (BOOL)setDownloadDirectory:(NSString *)path withProductIDSubdir:(BOOL)makeSubdir;

但我不知道如何改变'路径'。 那里的人已经修好了吗?

感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

更新: 看这里 : https://support.urbanairship.com/customer/portal/questions/66315-rejected-app-with-2-23-ios-data-storage-guidelines

如何改变ThePat。

之后,您将需要更改UAGlobal.h

中的路径

在Urban Airship文件中查找名为UAGlobal.h的文件

你会找到路径,比如

   #define kPendingProductsFile [[NSSearchPathForDirectoriesInDomains(NSLibraryDirectory,\
    NSUserDomainMask, YES) objectAtIndex:0] stringByAppendingString: @"/ua/pendingProducts.history"];

我相信你可以简单地改变路径结束。

祝你好运

沙尼