hydrapp icon indicating copy to clipboard operation
hydrapp copied to clipboard

Feature: IOS Support

Open gedw99 opened this issue 1 year ago • 3 comments

Also there is no IOS support, but only android ? Can probably help with that too.

@pojntfx Any blockers you know of ?

Getting the required secrets for IOS, just like we do for Android is easy first step.

gedw99 avatar Aug 09 '24 08:08 gedw99

iOS lacks support for a few things that we need here:

  • A cross-compilation toolchain that allows building iOS apps from a Linux machine. hydrapp uses an Apple toolchain for it's macOS builds & code signing already, but there isn't one for iOS yet.
  • A free as in freedom distribution chain that allows signing and distributing iOS apps without requiring permission from Apple or depending on it's distribution mechansims

Once those blockers are removed, I'm happy to add iOS support. We'll probably need to wait for more EU regulatory action though before this is possible.

pojntfx avatar Aug 23 '24 23:08 pojntfx

Oooh! Thanks for that iOS Linux toolchain - I didn't know that existed!

The alternate apps stores are great, but right now you need to pay 50ct/user/year even if you use them, and Apple can deny you permission to install even if you do (you still need a $100+/year developer account, too). That being said it could def. be interesting to investigate the builds with the SDK you've linked for now!

pojntfx avatar Aug 24 '24 02:08 pojntfx