kikohz / HZMobileInstallation

Achieved MobileInstallation.framework inside install, uninstall, appList.
http://iloss.me
MIT License
36 stars 21 forks source link

AppList API return 0 item #2

Open kvzn opened 10 years ago

kvzn commented 10 years ago

Dear kikohz, I use AppList to get the apps, but it returns 0 item, could you opensource your demo?Thank you very much.

NSArray *apps = AppList(kUser); NSLog(@"apps count:%lu", (unsigned long)[apps count]);

kikohz commented 10 years ago

Confirm this step: “open keychain will automatically generate entitlements file

Reference Source/test.entitlements Set”

kvzn commented 10 years ago

Thank you, but to generate an entitlements tile, must I have an available apple developer account, event I'm working on a tweak app for the jailbroken devices?