I recently made an iOS app that I’d like to distribute the source code for. I was initially going to license it with the GPL, but I read that apparently Apple’s App Store isn’t compatible with the terms of the GPL. Is there something that’s typically recommended by the FOSS community for this situation (other than just not distributing an iOS app)?
Yeah, that’s what I was wondering about. Based on some initial research I did, I went with MPL-2.0. However, I get the impression that non-copyleft licenses are typically frowned upon in the FOSS community, so I wanted to see if there was a better option.