简体   繁体   中英

where can i find above iOS path ?

I use the ifunbox to find my this path , but it 's not as what i think it should be. /var/mobile/Applications/XXX/../../Library/Caches/com.apple.mobile.installation.plist.

You should get this file with the following code

NSString *directory = [NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES) lastObject];

NSString *yourFile = [directory stringByAppendingPathComponent:@"com.apple.mobile.installation.plist"];

But i'm not sure if you are doing the right thing.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM