获取app安装信息私有api
@class LSApplicationProxy, NSArray, NSDictionary, NSProgress, NSString, NSURL, NSUUID; @interface LSApplicationProxy : LSResourceProxy <NSSecureCoding> {
NSArray *_UIBackgroundModes;
NSString *_applicationType;
NSArray *_audioComponents;
unsigned int _bundleFlags;
NSURL *_bundleURL;
NSString *_bundleVersion;
NSArray *_directionsModes;
NSDictionary *_entitlements;
NSDictionary *_environmentVariables;
unsigned int _flags;
BOOL _foundBackingBundle;
NSDictionary *_groupContainers;
unsigned int _installType;
BOOL _isAppUpdate;
BOOL _isInstalled;
BOOL _isNewsstandApp;
BOOL _isPlaceholder;
BOOL _isRestricted;
NSArray *_machOUUIDs;
NSArray *_privateDocumentIconNames;
LSApplicationProxy *_privateDocumentTypeOwner;
BOOL _profileValidated;
NSString *_shortVersionString;
NSString *_signerIdentity;
NSString *_vendorID;
NSString *_vendorName;
} @property(readonly) NSArray * UIBackgroundModes;
@property(readonly) BOOL _gkIsAppleInternal;
@property(readonly) BOOL _gkIsInstalled;
@property(readonly) NSString * applicationIdentifier;
@property(readonly) NSString * applicationType;
@property(readonly) NSArray * audioComponents;
@property(readonly) NSURL * bundleURL;
@property(readonly) NSString * bundleVersion;
@property(readonly) NSURL * containerURL;
@property(readonly) NSUUID * deviceIdentifierForVendor;
@property(readonly) NSArray * directionsModes;
@property(readonly) NSDictionary * entitlements;
@property(readonly) NSDictionary * environmentVariables;
@property(readonly) BOOL foundBackingBundle;
@property(readonly) NSDictionary * groupContainers;
@property(readonly) NSProgress * installProgress;
@property(readonly) unsigned int installType;
@property(readonly) BOOL isAppUpdate;
@property(readonly) BOOL isInstalled;
@property(readonly) BOOL isNewsstandApp;
@property(readonly) BOOL isPlaceholder;
@property(readonly) BOOL isRestricted;
@property(readonly) NSArray * machOUUIDs;
@property(readonly) BOOL profileValidated;
@property(readonly) NSString * roleIdentifier;
@property(readonly) NSString * shortVersionString;
@property(readonly) NSString * signerIdentity;
@property(readonly) NSString * vendorID;
@property(readonly) NSString * vendorName; + (id)_gkMetadataForBundleURL:(id)arg1;
+ (id)applicationProxyForIdentifier:(id)arg1 placeholder:(BOOL)arg2 server:(BOOL)arg3;
+ (id)applicationProxyForIdentifier:(id)arg1 placeholder:(BOOL)arg2;
+ (id)applicationProxyForIdentifier:(id)arg1 roleIdentifier:(id)arg2;
+ (id)applicationProxyForIdentifier:(id)arg1;
+ (BOOL)supportsSecureCoding; - (id)UIBackgroundModes;
- (unsigned char)_createContext:(struct LSContext { struct LSDatabase {} *x1; }*)arg1 andGetBundle:(unsigned int*)arg2 withData:(const struct LSBundleData {}**)arg3;
- (struct CGSize { float x1; float x2; })_defaultStyleSize:(id)arg1;
- (id)_gkAdamID;
- (id)_gkBundle;
- (void)_gkDetachITunesMetadata;
- (id)_gkExternalVersion;
- (id)_gkGameDescriptor;
- (id)_gkITunesMetadata;
- (BOOL)_gkIsAppleInternal;
- (BOOL)_gkIsGameCenterEnabled;
- (BOOL)_gkIsGameCenterEverEnabled;
- (BOOL)_gkIsInstalled;
- (id)_gkItemName;
- (id)_gkPurchaseDate;
- (struct { int x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; }*)_iconVariantDefinitions:(id)arg1;
- (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;
- (id)_plistValueForKey:(id)arg1;
- (id)applicationIdentifier;
- (id)applicationType;
- (id)audioComponents;
- (id)bundleURL;
- (id)bundleVersion;
- (id)containerURL;
- (void)dealloc;
- (id)description;
- (id)deviceIdentifierForVendor;
- (id)directionsModes;
- (void)encodeWithCoder:(id)arg1;
- (id)entitlements;
- (id)environmentVariables;
- (BOOL)foundBackingBundle;
- (id)groupContainers;
- (unsigned int)hash;
- (id)iconDataForVariant:(int)arg1;
- (id)iconStyleDomain;
- (id)initWithCoder:(id)arg1;
- (id)installProgress;
- (id)installProgressSync;
- (unsigned int)installType;
- (BOOL)isAppUpdate;
- (BOOL)isEqual:(id)arg1;
- (BOOL)isInstalled;
- (BOOL)isNewsstandApp;
- (BOOL)isPlaceholder;
- (BOOL)isRestricted;
- (id)localizedName;
- (id)machOUUIDs;
- (BOOL)privateDocumentIconAllowOverride;
- (id)privateDocumentIconNames;
- (id)privateDocumentTypeOwner;
- (BOOL)profileValidated;
- (id)resourcesDirectoryURL;
- (id)roleIdentifier;
- (void)setPrivateDocumentIconAllowOverride:(BOOL)arg1;
- (void)setPrivateDocumentIconNames:(id)arg1;
- (void)setPrivateDocumentTypeOwner:(id)arg1;
- (id)shortVersionString;
- (id)signerIdentity;
- (id)vendorID;
- (id)vendorName; @end
获取app安装信息私有api的更多相关文章
- iOS 获取APP相关信息 私有API
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/MobileCoreServices.framework/Mobile ...
- [Q]“获取AutoCAD安装信息时失败...”解决方法
“获取AutoCAD安装信息时失败...”解决方法:在“setup.exe”上右键,以管理员权限运行即可.
- 获取app崩溃信息的途径 iOS
获取崩溃日志的几种方法: 1.当用户抱怨闪退时,你可以要求他让设备与iTunes同步,设备与电脑上的iTunes Store同步后,会将崩溃日志保存在电脑上(路径:Mac OS X:~/Library ...
- cordova获取app版本信息插件的使用:cordova-plugin-app-version
1. 添加插件: cordova plugin add cordova-plugin-app-version 2. 调用方法: //获取当前文件的版本号: document.addEventListe ...
- iOS 9已下的获取APP进程信息
- (NSDictionary *)getAppInfo:(NSString *)exec withBundleID:(NSString *)bundle { if ([exec isKindOfCl ...
- 如何获取已经安装到苹果手机上的App信息
//如何获取已经安装到苹果手机上的App信息? Is it possible to get the information (app icon, app name, app location) abo ...
- iOS获取已安装的app列表(私有库)+ 通过包名打开应用
1.获取已安装的app列表 - (void)touss { Class lsawsc = objc_getClass("LSApplicationWorkspace"); NSOb ...
- 怎么获取iOS的私有API
前言 作为iOS开发人员,相信大多数伙伴都对怎么获取iOS的私有API很有兴趣,最近通过查找资料,总结了以下三种方法,希望对你有用. 第一种(class-dump) 不得不说这是一个很棒的工具,安装和 ...
- Expo大作战(三十九)--expo sdk api之 DocumentPicker,Contacts(获取手机联系人信息),Branch
简要:本系列文章讲会对expo进行全面的介绍,本人从2017年6月份接触expo以来,对expo的研究断断续续,一路走来将近10个月,废话不多说,接下来你看到内容,讲全部来与官网 我猜去全部机翻+个人 ...
随机推荐
- (转载)The One Sign You Will Be Rich-(by Brian de Haaff Founder and CEO Aha! -- world's #1 product roadmap software)
When I was studying Philosophy at Berkeley, a friend told me that she could tell who was going to be ...
- eclipse添加easyExport插件,打开本地文件
下载地址:https://github.com/samsonw/OpenExplorer/downloads 官方:http://sourceforge.net/projects/easystruts ...
- 27-React Lists and Keys
Lists and Keys React支持以数组的形式来渲染多个组件,它会将你数组中的每个组件以列表的形式渲染开来. 当你使用数组的方式来渲染你的组件时,你需要给每个组件一个Key值,否则会出现一个 ...
- ie不兼容的几个js问题及解决办法
1.table问题 在动态新增tr或者td时,createElement()一般用appendChild();都不生效,解决办法是用新增tbody,如 var table=document.creat ...
- NE Upgrade python script. Need to write a Tkinter GUI for it
# -*- coding: utf-8 -*-#from ftplib import FTP __authour__='CC' import osimport telnetlibimport time ...
- python走起之第十三话
前景介绍 到目前为止,很多公司对堡垒机依然不太感冒,其实是没有充分认识到堡垒机在IT管理中的重要作用的,很多人觉得,堡垒机就是跳板机,其实这个认识是不全面的,跳板功能只是堡垒机所具备的功能属性中的其中 ...
- .net连接DB2的异常SQL0666 - SQL query exceeds specified time limit or storage limit.错误处理
SQL0666 - SQL query exceeds specified time limit or storage limit. 原因:查询超时 解决办法: set the DbCommand.C ...
- easyui 随笔
问题1:easyui-datagrid中,如果装载datagrid的表格通过javascript 或者 jquery 来resize,那么将会reload重新加载数据.这样当我们调整的时候不得不重新发 ...
- repeater重复器、地址栏传值、response
repeater重复器: <HeaderTemplate> <ItemTemplate> <AlternatingItemTemplate> <FooterT ...
- adeng朝花夕拾
============================C/C++基础拾遗===================================== 1.指针: 函数指针做函数参数 回调函数 语法现象 ...