Which programming language for iOS apps?

Hello folks,

I'm not a programming expert, more of a beginner, as I'm learning to be a systems integrator, not an application developer. However, I'm interested in programming my own dream apps, completely without ads and subscriptions.

Since I have no real experience, the question follows […]. What I do know is that Apple's programming language Swift is intended for iOS.

However, I have also heard of Flutter, Go, C, C++, Java, with which you can apparently also create apps.

What should I choose?

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
3 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
regex9
1 year ago

As long as your focus is on developing programs for Apple OS, you are best served with Swift. The language is basically easy to learn and, along with the surrounding, necessary technologies, naturally learns the best support from Apple.

If you want to use other platforms/OS (e.g. Android or Windows), you should use a different programming language (e.g. C++, C#, Dart or Java).

Frameworks such as Flutter (Dart), Qt (C++) or Xamarin (C#) allow the development of mobile apps for different OS with only one programming language.

GuteAntwort2021
1 year ago

Hello.

The majority of phones are based on Android, not ios. Probably you want to offer your app in both stores, so you should also learn for both variants.

I would recommend C# with an appropriate framework.