-
|
Hi! I’m outside the EU, so I can’t use AltStore PAL. That means I still rely on AltStore Classic and .ipa files. Is there an official AltStore Classic source for AppFair for non-EU users? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Great question. In theory it would be easy enough to make a classic variant of the catalog. We would just need to link to the release's If you wanted to take a crack at it, you could start by looking into adding a |
Beta Was this translation helpful? Give feedback.
Great question. In theory it would be easy enough to make a classic variant of the catalog. We would just need to link to the release's
.ipa(e.g., https://github.com/appfair/Tune-Out/releases/download/1.0.9/TuneOut-release.ipa) rather than themanifest.json(e.g. https://github.com/appfair/Tune-Out/releases/download/1.0.9/manifest.json). Ultimately, I would prefer if it were possible to support both variants in a single catalog (:nudge:, @rileytestut), but AFAIK that isn't currently possible.If you wanted to take a crack at it, you could start by looking into adding a
--classicflag to SourceCommand.swift where it outputs a classic variant, and then we could host it alongside https://ap…