HZMobileInstallation icon indicating copy to clipboard operation
HZMobileInstallation copied to clipboard

AppList API error "not Entitled"?

Open fiskercui opened this issue 10 years ago • 12 comments

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.

fiskercui avatar Mar 11 '14 10:03 fiskercui

There are two parameters, user and system. #define kUser @"User" #define kSystem @"System" NSArray* array = AppList(kUser)

kikohz avatar Mar 12 '14 03:03 kikohz

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").

fiskercui avatar Mar 12 '14 13:03 fiskercui

BTW, my development enviment is : iPhone4, iOS 6.1 Jailbroken

fiskercui avatar Mar 12 '14 14:03 fiskercui

You need to add permissions (installation, write, browse) 。 entitlements file

kikohz avatar Mar 13 '14 06:03 kikohz

I've added an example file

kikohz avatar Mar 13 '14 07:03 kikohz

without Jailbroken。 can list app。 install,uninstall not work。 can you help me?

mrdaios avatar Apr 08 '14 02:04 mrdaios

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 avatar Apr 08 '14 09:04 kikohz

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 avatar Apr 08 '14 09:04 kikohz

好吧! 谢谢你。

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 .

mrdaios avatar Apr 08 '14 13:04 mrdaios

This private doesn't work on iOS8 Beta2.

ghost avatar Jun 20 '14 00:06 ghost

Need to jailbreak to use, ios8 can not jailbreak

kikohz avatar Jun 20 '14 02:06 kikohz

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 .

ghost avatar Jun 22 '14 03:06 ghost