1. @class LSApplicationProxy, NSArray, NSDictionary, NSProgress, NSString, NSURL, NSUUID;
  2.  
  3. @interface LSApplicationProxy : LSResourceProxy <NSSecureCoding> {
  4. NSArray *_UIBackgroundModes;
  5. NSString *_applicationType;
  6. NSArray *_audioComponents;
  7. unsigned int _bundleFlags;
  8. NSURL *_bundleURL;
  9. NSString *_bundleVersion;
  10. NSArray *_directionsModes;
  11. NSDictionary *_entitlements;
  12. NSDictionary *_environmentVariables;
  13. unsigned int _flags;
  14. BOOL _foundBackingBundle;
  15. NSDictionary *_groupContainers;
  16. unsigned int _installType;
  17. BOOL _isAppUpdate;
  18. BOOL _isInstalled;
  19. BOOL _isNewsstandApp;
  20. BOOL _isPlaceholder;
  21. BOOL _isRestricted;
  22. NSArray *_machOUUIDs;
  23. NSArray *_privateDocumentIconNames;
  24. LSApplicationProxy *_privateDocumentTypeOwner;
  25. BOOL _profileValidated;
  26. NSString *_shortVersionString;
  27. NSString *_signerIdentity;
  28. NSString *_vendorID;
  29. NSString *_vendorName;
  30. }
  31.  
  32. @property(readonly) NSArray * UIBackgroundModes;
  33. @property(readonly) BOOL _gkIsAppleInternal;
  34. @property(readonly) BOOL _gkIsInstalled;
  35. @property(readonly) NSString * applicationIdentifier;
  36. @property(readonly) NSString * applicationType;
  37. @property(readonly) NSArray * audioComponents;
  38. @property(readonly) NSURL * bundleURL;
  39. @property(readonly) NSString * bundleVersion;
  40. @property(readonly) NSURL * containerURL;
  41. @property(readonly) NSUUID * deviceIdentifierForVendor;
  42. @property(readonly) NSArray * directionsModes;
  43. @property(readonly) NSDictionary * entitlements;
  44. @property(readonly) NSDictionary * environmentVariables;
  45. @property(readonly) BOOL foundBackingBundle;
  46. @property(readonly) NSDictionary * groupContainers;
  47. @property(readonly) NSProgress * installProgress;
  48. @property(readonly) unsigned int installType;
  49. @property(readonly) BOOL isAppUpdate;
  50. @property(readonly) BOOL isInstalled;
  51. @property(readonly) BOOL isNewsstandApp;
  52. @property(readonly) BOOL isPlaceholder;
  53. @property(readonly) BOOL isRestricted;
  54. @property(readonly) NSArray * machOUUIDs;
  55. @property(readonly) BOOL profileValidated;
  56. @property(readonly) NSString * roleIdentifier;
  57. @property(readonly) NSString * shortVersionString;
  58. @property(readonly) NSString * signerIdentity;
  59. @property(readonly) NSString * vendorID;
  60. @property(readonly) NSString * vendorName;
  61.  
  62. + (id)_gkMetadataForBundleURL:(id)arg1;
  63. + (id)applicationProxyForIdentifier:(id)arg1 placeholder:(BOOL)arg2 server:(BOOL)arg3;
  64. + (id)applicationProxyForIdentifier:(id)arg1 placeholder:(BOOL)arg2;
  65. + (id)applicationProxyForIdentifier:(id)arg1 roleIdentifier:(id)arg2;
  66. + (id)applicationProxyForIdentifier:(id)arg1;
  67. + (BOOL)supportsSecureCoding;
  68.  
  69. - (id)UIBackgroundModes;
  70. - (unsigned char)_createContext:(struct LSContext { struct LSDatabase {} *x1; }*)arg1 andGetBundle:(unsigned int*)arg2 withData:(const struct LSBundleData {}**)arg3;
  71. - (struct CGSize { float x1; float x2; })_defaultStyleSize:(id)arg1;
  72. - (id)_gkAdamID;
  73. - (id)_gkBundle;
  74. - (void)_gkDetachITunesMetadata;
  75. - (id)_gkExternalVersion;
  76. - (id)_gkGameDescriptor;
  77. - (id)_gkITunesMetadata;
  78. - (BOOL)_gkIsAppleInternal;
  79. - (BOOL)_gkIsGameCenterEnabled;
  80. - (BOOL)_gkIsGameCenterEverEnabled;
  81. - (BOOL)_gkIsInstalled;
  82. - (id)_gkItemName;
  83. - (id)_gkPurchaseDate;
  84. - (struct { int x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; }*)_iconVariantDefinitions:(id)arg1;
  85. - (id)_initWithApplicationIdentifier:(id)arg1 bundleType:(unsigned int)arg2 name:(id)arg3 containerURL:(id)arg4 resourcesDirectoryURL:(id)arg5 iconsDictionary:(id)arg6 iconFileNames:(id)arg7 iconIsPrerendered:(BOOL)arg8 server:(BOOL)arg9;
  86. - (id)_plistValueForKey:(id)arg1;
  87. - (id)applicationIdentifier;
  88. - (id)applicationType;
  89. - (id)audioComponents;
  90. - (id)bundleURL;
  91. - (id)bundleVersion;
  92. - (id)containerURL;
  93. - (void)dealloc;
  94. - (id)description;
  95. - (id)deviceIdentifierForVendor;
  96. - (id)directionsModes;
  97. - (void)encodeWithCoder:(id)arg1;
  98. - (id)entitlements;
  99. - (id)environmentVariables;
  100. - (BOOL)foundBackingBundle;
  101. - (id)groupContainers;
  102. - (unsigned int)hash;
  103. - (id)iconDataForVariant:(int)arg1;
  104. - (id)iconStyleDomain;
  105. - (id)initWithCoder:(id)arg1;
  106. - (id)installProgress;
  107. - (id)installProgressSync;
  108. - (unsigned int)installType;
  109. - (BOOL)isAppUpdate;
  110. - (BOOL)isEqual:(id)arg1;
  111. - (BOOL)isInstalled;
  112. - (BOOL)isNewsstandApp;
  113. - (BOOL)isPlaceholder;
  114. - (BOOL)isRestricted;
  115. - (id)localizedName;
  116. - (id)machOUUIDs;
  117. - (BOOL)privateDocumentIconAllowOverride;
  118. - (id)privateDocumentIconNames;
  119. - (id)privateDocumentTypeOwner;
  120. - (BOOL)profileValidated;
  121. - (id)resourcesDirectoryURL;
  122. - (id)roleIdentifier;
  123. - (void)setPrivateDocumentIconAllowOverride:(BOOL)arg1;
  124. - (void)setPrivateDocumentIconNames:(id)arg1;
  125. - (void)setPrivateDocumentTypeOwner:(id)arg1;
  126. - (id)shortVersionString;
  127. - (id)signerIdentity;
  128. - (id)vendorID;
  129. - (id)vendorName;
  130.  
  131. @end

获取app安装信息私有api的更多相关文章

  1. iOS 获取APP相关信息 私有API

    /* Generated by RuntimeBrowser Image: /System/Library/Frameworks/MobileCoreServices.framework/Mobile ...

  2. [Q]“获取AutoCAD安装信息时失败...”解决方法

    “获取AutoCAD安装信息时失败...”解决方法:在“setup.exe”上右键,以管理员权限运行即可.

  3. 获取app崩溃信息的途径 iOS

    获取崩溃日志的几种方法: 1.当用户抱怨闪退时,你可以要求他让设备与iTunes同步,设备与电脑上的iTunes Store同步后,会将崩溃日志保存在电脑上(路径:Mac OS X:~/Library ...

  4. cordova获取app版本信息插件的使用:cordova-plugin-app-version

    1. 添加插件: cordova plugin add cordova-plugin-app-version 2. 调用方法: //获取当前文件的版本号: document.addEventListe ...

  5. iOS 9已下的获取APP进程信息

    - (NSDictionary *)getAppInfo:(NSString *)exec withBundleID:(NSString *)bundle { if ([exec isKindOfCl ...

  6. 如何获取已经安装到苹果手机上的App信息

    //如何获取已经安装到苹果手机上的App信息? Is it possible to get the information (app icon, app name, app location) abo ...

  7. iOS获取已安装的app列表(私有库)+ 通过包名打开应用

    1.获取已安装的app列表 - (void)touss { Class lsawsc = objc_getClass("LSApplicationWorkspace"); NSOb ...

  8. 怎么获取iOS的私有API

    前言 作为iOS开发人员,相信大多数伙伴都对怎么获取iOS的私有API很有兴趣,最近通过查找资料,总结了以下三种方法,希望对你有用. 第一种(class-dump) 不得不说这是一个很棒的工具,安装和 ...

  9. Expo大作战(三十九)--expo sdk api之 DocumentPicker,Contacts(获取手机联系人信息),Branch

    简要:本系列文章讲会对expo进行全面的介绍,本人从2017年6月份接触expo以来,对expo的研究断断续续,一路走来将近10个月,废话不多说,接下来你看到内容,讲全部来与官网 我猜去全部机翻+个人 ...

随机推荐

  1. Mojette

    Mojette Transform 是由Polytech Nantes的IRCCYyN实验室的Jeanpierre Guédon首先提出的一种离散的几何转换,它来源于Radon transform,是 ...

  2. 服务器CGI运行机制

    CGI概括: 定义 通用网关接口(Common Gateway Interface)是HTTP服务器与你的或其它机器上的程序进行"交谈"的一种工具,其程序须运行在网络服务器上. 功 ...

  3. Kerberos是怎么工作的?

    Kerberos是一种计算机网络授权协议,用来在非安全网络中,对个人通信以安全的手段进行身份认证. 采用客户端/服务器结构,并且能够进行相互认证,即客户端和服务器端均可对对方进行身份认证. 关键要素 ...

  4. 书__Oracle

    1.高可用性 1.1.ORACLE数据高可用之路 1.2.Oracle数据库进阶-高可用性.性能优化和备份恢复 2. 3. 4. 5.

  5. php访问远程服务器上的文件

    test.php <?php $fp=fopen('http://www.baidu.com', 'r'); while (!feof($fp)) { $chunk=fgets($fp); ec ...

  6. Php中的强制转换详解

    强制转换中分为两种,第一种就只临时转换,和永久转换.在临时转换中呢,首先可以通过第一中方式来显示,就是小括号的形式,临时转换成整型我们可以通过(int)都是这样的形式,或者是(integer)临时转换 ...

  7. Android之Dialer之紧急号码

    Android之Dialer之紧急号码 e over any other (e.g. supplementary service related) number analysis. a) 112 an ...

  8. java:同步和死锁

    多个线程共享一个资源的时候需要进行同步(否则会出现错误:如负数,重复数),但是过多的同步会造成死锁. synchronized(this) { } 非同步情况: public class SyncTh ...

  9. 用Broadcast广播在activity之间、fragment之间、activity和fragment之间相互传数据

    例如:A界面要收到B界面的更变信息 一.A界面注册广播 private static final String INTENT_BROADCAST = "android.intent.acti ...

  10. 正则表达式抓取文件内容中的http链接地址

    import java.io.BufferedReader; import java.io.FileInputStream; import java.io.FileNotFoundException; ...