Balackburn / Apollo

Altstore source and website for Apollo for Reddit (with ImprovedCustomApi)
https://balackburn.github.io/Apollo/
295 stars 5 forks source link

Possible to upload a separate ipa with app extensions removed? #6

Closed Jasonxu5 closed 7 months ago

Jasonxu5 commented 7 months ago

Since SideStore only allows a maximum of 10 App IDs, would it possible for subsequent releases to upload a separate .ipa with the extensions below removed? extensions

I previously removed these extensions with Sideloadly and most of the functionality still worked fine. I believe this only disables notifications and the iOS Widget

This is completely optional but it would definitely be a time saver for those that don't have any need for those features

Balackburn commented 7 months ago

Hello I was going to do it but Sideloadly tells me it doesn't have any Plugins (Extensions)

Capture d’écran 2023-12-06 à 21 15 39
Jasonxu5 commented 7 months ago

Found the solution to that issue from this guide (https://old.reddit.com/r/apolloapp/comments/14nzii3/how_to_continue_using_apollo_past_june_30th_2023/)

The decrypted .ipa by itself doesn't detect the plugins/extensions

You need to inject the latest .deb tweak from Apollo-ImprovedCustomAPI and then export a new .ipa file below: Untitled

Then when you load in the modified .ipa into Sideloadly again, the app extensions appear and can be removed: image

Balackburn commented 7 months ago

I added it to the latest release https://github.com/Balackburn/Apollo/releases/download/v1.15.11-1.0.5/NO-EXTENSIONS_Apollo-1.15.15_improvedcustomapi-1.0.5.ipa

Can you try to download it and close the issue if it works as expected?

Jasonxu5 commented 7 months ago

Thanks for doing this!

Unfortunately I can't delete the App IDs so I need to wait 7 days for them to expire. Feel free to close this issue for now and I'll post an update next week

Jasonxu5 commented 6 months ago

@Balackburn Downloaded the ipa with no extensions and confirmed that it works with no issues. Thanks again!