DonutWare / Fladder

Fladder - A Simple Jellyfin frontend built on top of Flutter.
https://donutware.github.io/Fladder/
GNU General Public License v3.0
314 stars 15 forks source link

💡 [iOS] SideStore Repo #40

Open Akurosia opened 1 month ago

Akurosia commented 1 month ago

Summary

It would be good to also have a iOS SideStore Repo and not only AltStore. The AltStore repo gives an error of: The data couldn't be read because it is missing. No value associated with key CodingKeys(stringValue: "identifier", intValue: nil) ("identifier").

Basic Example

/

Drawbacks

1 additional json to be build on release (maybe avoidable when using github actions which would build everything automaticly in the end)

Unresolved questions

No response

bazzadazza72 commented 1 month ago

I'll take a look at this. AltStore fails to install the IPA, possibly because it's not signed. If the app installs on there, then I'll look to modifying the repo to work with SideStore.

Edit: fixed punctuation

PartyDonut commented 3 weeks ago

This looks like it has the same requirements as AltStore where the .ipa needs to be signed correct @bazzadazza72 @Akurosia? Or is there a different way to have the ability to install unsigned ipa's?

bazzadazza72 commented 1 week ago

Huge update: I successfully installed and ran Fladder using Sideloadly yesterday. It looks like Sideloadly signs the IPA (using your Apple developer credentials) before installation, where AltStore (and presumably SideStore as well) expects the IPA to already be signed.

I'm in the process of creating some installation and usage instructions, which will include how to install using this method.

Edit: added clarity