Hence my question: Is it possible?
Is it possible to write plain C iOS app in 2025?
1–10 of 74 posts
Re: Is it possible to write plain C iOS app in 2025?
#2Re: Is it possible to write plain C iOS app in 2025?
#3Re: Is it possible to write plain C iOS app in 2025?
#4Definitely. Just find a use case where you need the performance
Re: Is it possible to write plain C iOS app in 2025?
#5Re: Is it possible to write plain C iOS app in 2025?
#6Re: Is it possible to write plain C iOS app in 2025?
#7I think I had one objective C file in there for calling a library function I needed, but otherwise I just wrote C code.
Re: Is it possible to write plain C iOS app in 2025?
#8Re: Is it possible to write plain C iOS app in 2025?
#9If you just want to write C and are ok linking to stuff that is in other languages, then I used SDL2 for my game which I wrote in C and is on the app store. It was a very pleasant experience, and if I were doing an iOS thing again, I would likely do something similar. I think I had one objective C file in there for calling a library function I needed, but otherwise I just wrote C code.
Re: Is it possible to write plain C iOS app in 2025?
#10If you just want to write C and are ok linking to stuff that is in other languages, then I used SDL2 for my game which I wrote in C and is on the app store. It was a very pleasant experience, and if I were doing an iOS thing again, I would likely do something similar. I think I had one objective C file in there for calling a library function I needed, but otherwise I just wrote C code.