Achieved MobileInstallation.framework
inside install, uninstall, appList.
###Usage
Add a pod entry to your Podfile:
pod 'HZMobileInstallation', '~> 0.1'
Install the pod(s) by running:
pod install
add entitlements file
open keychain will automatically generate entitlements file
Reference Source/test.entitlements
Set
######Install ipa
NSString *docpath = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents"];
NSString *path = [docpath stringByAppendingPathComponent:@"test.ipa"];
IPAResult status = InstallIpa(path);
###Demo
######Show App List