HZMobileInstallation 0.1

HZMobileInstallation 0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by iloss.



Achieved MobileInstallation.framework inside install, uninstall, appList.

Usage

Add files to the project

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

Demo

Show App List

list