我怎樣才能讓我的iPhone設備上的所有安裝的應用程序的詳細信息,如何獲得安裝的應用程序,並在後臺運行的所有應用程序的細節?提前致謝。iPhone上
Q
iPhone上
1
A
回答
3
是的,我們可以得到安裝應用程序的列表。
NSDictionary *cacheDict;
NSDictionary *user;
static NSString *const cacheFileName = @"com.apple.mobile.installation.plist";
NSString *relativeCachePath = [[@"Library" stringByAppendingPathComponent: @"Caches"] stringByAppendingPathComponent: cacheFileName];
NSString *path = [[NSHomeDirectory() stringByAppendingPathComponent: @"../.."] stringByAppendingPathComponent: relativeCachePath];
cacheDict = [NSDictionary dictionaryWithContentsOfFile: path];
user = [cacheDict objectForKey: @"User"];
用戶Dict會給我們關於安裝的應用程序的所有信息。
相關問題
- 1. iPhone上
- 2. iPhone上
- 3. iPhone上
- 4. iPhone上
- 5. iPhone上
- 6. iPhone上
- 7. 在iPhone上安裝ipa iPhone
- 8. iphone:無法在iPhone上
- 9. iphone上的jquery.hover
- 10. iPhone上的libtask
- 11. 使iPhone上
- 12. Mcrypt在iPhone上
- 13. iPhone上的Fullcalendar
- 14. iPhone上的requestAnimationFrame
- 15. iphone上的ffmpeg
- 16. iPhone上的OpenSSL
- 17. RSA/ECB/iPhone上
- 18. iPhone上的FFmpeg
- 19. OpenCV.framewok在iPhone上
- 20. 在iPhone上
- 21. iphone上的caldav
- 22. 在iPhone上
- 23. .epub iPhone上
- 24. iPhone上的NSbeep()
- 25. iPhone上的UIModalPresentationFormSheet
- 26. iPhone上的Fork()
- 27. 使用iPhone上
- 28. iPhone上的libxml2
- 29. iPhone上的AudioSessionProperty
- 30. iPhone上的SSDP
越獄。這是唯一的方法。 –