HZMobileInstallation
HZMobileInstallation copied to clipboard
AppList API error "not Entitled"?
I wanna to get the list of all installed IAPs in my ipad2 which has been jailbroken. But when I to use AppList api like this “NSArray* array = AppList(@"Any")”,
int ret = MobileInstallationBrose([NSDictionary dictionaryWithObject:@"Any"] for key:kApplicationType], &browse_mibcallback, apps)
then it's in function browse_mibcallback, the currentList has only one key/pair values(@"error", @"NotEntitled"). So Then How can I do.
There are two parameters, user and system. #define kUser @"User" #define kSystem @"System" NSArray* array = AppList(kUser)
I’ve tried both @"User" and @“System”. but the result remains the same.
" NSArray *currentlist = [dict objectForKey:@"CurrentList"];" the value "dict" has only one pair "@"error", @"NotEntitled").
BTW, my development enviment is : iPhone4, iOS 6.1 Jailbroken
You need to add permissions (installation, write, browse) 。 entitlements file
I've added an example file
without Jailbroken。 can list app。 install,uninstall not work。 can you help me?
no, No jailbreak is no way to get
On Tue, Apr 8, 2014 at 10:50 AM, mrdaios [email protected] wrote:
without Jailbroken。 can list app。 install,uninstall not work。 can you help me?
— Reply to this email directly or view it on GitHubhttps://github.com/kikohz/HZMobileInstallation/issues/1#issuecomment-39806801 .
You can look at this article http://iloss.me/post/kai-fa/2014-04-08-get-applist
On Tue, Apr 8, 2014 at 5:20 PM, iloss [email protected] wrote:
no, No jailbreak is no way to get
On Tue, Apr 8, 2014 at 10:50 AM, mrdaios [email protected] wrote:
without Jailbroken。 can list app。 install,uninstall not work。 can you help me?
— Reply to this email directly or view it on GitHubhttps://github.com/kikohz/HZMobileInstallation/issues/1#issuecomment-39806801 .
好吧! 谢谢你。
kikohz [email protected]于2014年4月8日星期二写道:
no, No jailbreak is no way to get
On Tue, Apr 8, 2014 at 10:50 AM, mrdaios <[email protected]javascript:_e(%7B%7D,'cvml','[email protected]');> wrote:
without Jailbroken。 can list app。 install,uninstall not work。 can you help me?
— Reply to this email directly or view it on GitHub< https://github.com/kikohz/HZMobileInstallation/issues/1#issuecomment-39806801>
.
— Reply to this email directly or view it on GitHubhttps://github.com/kikohz/HZMobileInstallation/issues/1#issuecomment-39827620 .
This private doesn't work on iOS8 Beta2.
Need to jailbreak to use, ios8 can not jailbreak
No jailbreak can get the installed list by the private API too.But iOS8 Beta2 is invalided.
On Fri, Jun 20, 2014 at 10:05 AM, x [email protected] wrote:
Need to jailbreak to use, ios8 can not jailbreak
— Reply to this email directly or view it on GitHub https://github.com/kikohz/HZMobileInstallation/issues/1#issuecomment-46638209 .