dvmarinoff / Flux

Indoor Cycling App for Structured Training
https://flux-web.vercel.app
GNU Affero General Public License v3.0
541 stars 92 forks source link

Make iOS/tvOS app #120

Open dvmarinoff opened 2 years ago

dvmarinoff commented 2 years ago

A native app is still the only way to go for acceptable level of Apple device support.

MHordecki commented 2 years ago

Vanilla GPL licenses are incompatible with the App Store distribution model. You'd have to modify the license. See this for example.

dvmarinoff commented 2 years ago

@MHordecki Welcome to the repo!

The plan is to start the iOS app from scratch and build it with Swift. It is not going to share any code with the web app and is going to be in a separate repo. I don’t have any recent experience with Apple App Store and their licensing so any advice on how to approach this is welcome? Maybe some sort of dual license?