NyaMisty / AltServer-Linux

AltServer for AltStore, but on-device
GNU Affero General Public License v3.0
945 stars 74 forks source link

Where/how to get AltStore? #72

Closed ghost closed 1 year ago

ghost commented 1 year ago

I'm using altserver-linux-gui, which asks that all questions be posted here, so where to get the AltStore.ipa file? It says to add it to the resources folder before running build.sh, but I can't find it anywhere online. Can anyone help?

ArrowAced commented 1 year ago

You can find the default AltStore apps at https://github.com/rileytestut/AltStore/blob/master/AltStore/Resources/apps-alpha.json (including AltStore itself), so hopefully that helps.

brkzlr commented 1 year ago

Use this link instead of the one from above: https://github.com/rileytestut/AltStore/blob/master/AltStore/Resources/apps.json

The issue with the alpha link is that it contains the old version of AltStore (1.4.2 to be more specific) and rest of the apps. You cannot install .ipa's through that AltStore because it will complain about code signing version being out of date. The downside of AltStore 1.5 from this new link is that you won't be able to add custom untrusted sources because it's a Patreon exclusive feature, but it wouldn't matter since you cannot install .ipa manually or through untrusted sources in 1.4.2 anyway

ghost commented 1 year ago

Thanks for the help!