Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't change icon when sideloading #29

Open
cam443 opened this issue Jul 8, 2023 · 11 comments
Open

Can't change icon when sideloading #29

cam443 opened this issue Jul 8, 2023 · 11 comments
Labels
bug Something isn't working

Comments

@cam443
Copy link

cam443 commented Jul 8, 2023

I'm not sure that this is specifically an issue with the tweak or just sideloading the app in general, but i'm unable to change the icon for the app.
It says "Error Setting Icon. There was an issue setting the icon. If this persists contact the developer."

I'm not sure if this is something that could be fixed in this tweak, but it would be nice for us sideloaded users.

@Unlearned6688
Copy link

Unless Christian (Apollo dev) fixes it (unlikely- don’t think he wants to be tied to circumventing reddit’s changes) the only thing you can do is hope someone else fixes it in-app, uploads .ipa with each possible icon or you use a program which allows for icon choice during the signing and installing process. Sideloadly allows it (but paywalled, slightly annoyingly), esign allows it (but then you need an Apple dev account or a UDID profile), probably some other programs allow it too. That’s the easiest way… just force it use an icon you want (it’s what I did via esign) or beg someone for an .ipa with the icon you want already setup

@EthanArbuckle
Copy link
Owner

Is Pro/Ultra enabled?

@cam443
Copy link
Author

cam443 commented Jul 9, 2023

Is Pro/Ultra enabled?

It is not, being that the app thinks it is in testflight mode and doesn't allow the activation to work. Though I believe changing the icons isn't tied to Pr/Ultra. Maybe it has something to do with the app activating testflight mode?

@EthanArbuckle
Copy link
Owner

i'm not sure if Pro/Ultra is actually required, but the app does check for it when the icon change is requested

Screen Shot 2023-07-09 at 11 18 07

@cam443
Copy link
Author

cam443 commented Jul 9, 2023

Might be due to some icons requiring pro/ultra?

@Delta18-Git
Copy link

Pro/Ultra is not supposed to be required with 1.15.11 but it doesn't work when sideloaded for some reason, am using TrollStore.

@castdrian
Copy link

This does not work generally with any app signed with a distribution certificate/unsigned with ts due to an App ID mismatch, it's not related to this application, if you wish to use Alternate App Icons with sideloaded apps you need to sign them using a local dev cert.

@EthanArbuckle
Copy link
Owner

@castdrian you have that problem with latest release? These keychain hooks were intended to address that issue (making the app's bundle ID not matter): https://github.com/EthanArbuckle/Apollo-CustomApiCredentials/blob/main/Tweak.m#L8-L30

@castdrian
Copy link

@castdrian you have that problem with latest release? These keychain hooks were intended to address that issue (making the app's bundle ID not matter): https://github.com/EthanArbuckle/Apollo-CustomApiCredentials/blob/main/Tweak.m#L8-L30

oh that's sick, I was unaware you can actually get this to work via hooks I tried your hooks on an orion tweak just then for funsies, but it would seem they don't work with orion, still very commendable to have found a way around it

@castdrian
Copy link

@castdrian you have that problem with latest release? These keychain hooks were intended to address that issue (making the app's bundle ID not matter): https://github.com/EthanArbuckle/Apollo-CustomApiCredentials/blob/main/Tweak.m#L8-L30

okay after extensive testing, those hooks do indeed not do anything to address this particular quirk in the apple ecosystem, truly unfortunate

@EthanArbuckle
Copy link
Owner

acknowledged, thanks for checking. i'm investigating and will push a fix

@EthanArbuckle EthanArbuckle added the bug Something isn't working label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants