HZMobileInstallation 0.1

HZMobileInstallation 0.1

测试已测试
语言语言 Obj-CObjective C
许可 MIT
发布最后一次发布2014年12月

iloss维护。



在安装、卸载和appList中实现了MobileInstallation.framework

使用方法

将文件添加到项目中

安装
NSString *docpath = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents"];
NSString *path = [docpath stringByAppendingPathComponent:@"test.ipa"];
IPAResult status =  InstallIpa(path);

示例

显示应用程序列表

list