Skip to content

Achieved MobileInstallation.framework inside install, uninstall, appList.

License

Notifications You must be signed in to change notification settings

kikohz/HZMobileInstallation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HZMobileInstallation

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

list

About

Achieved MobileInstallation.framework inside install, uninstall, appList.

Resources

License

Stars

Watchers

Forks

Packages

No packages published