Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: IOS Support #7

Open
gedw99 opened this issue Aug 9, 2024 · 3 comments
Open

Feature: IOS Support #7

gedw99 opened this issue Aug 9, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@gedw99
Copy link

gedw99 commented Aug 9, 2024

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.

@pojntfx pojntfx added the enhancement New feature or request label Aug 23, 2024
@pojntfx
Copy link
Owner

pojntfx commented Aug 23, 2024

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.

@gedw99
Copy link
Author

gedw99 commented Aug 24, 2024

Thanks @pojntfx

To Compile IOS app and Mac app from Linux Debian here:

https://git.sr.ht/~eliasnaur/gio/tree/main/item/.builds/apple.yml


Alternate IOS App Stores in the EU and also accessible from outside ..

https://www.theverge.com/24221683/hands-on-fortnite-iphone-europe-epic-games-store

How a User in and out of the EU can access Alternate Apple App stores:
https://www.youtube.com/watch?v=9trGv1ykc68

@pojntfx
Copy link
Owner

pojntfx commented Aug 24, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants