How to develop iOS apps without a Mac

Manpreet Singh
3 min readMay 24, 2021

Welcome back! iOS development is one of the biggest areas of coding, being able to develop iPhone / iPad apps is a very valuable skill, but not everyone owns a Mac to develop these apps, well let’s talk about some other methods (besides using Xcode) to develop apps for iOS. A huge thing to remember is that in order to deploy that app (putting it on the App Store) you will need a Mac to do so, but developing the app doesn’t have to be on a Mac.

Flutter + Dart

Starting off we have the Flutter framework with the Dart programming language, both of which were developed by Google. Flutter allows you to develop apps for both Android / iOS within one environment, there have also been many apps built out with Flutter, check out the article I made the other day to view this list:

This is a very popular Framework / Language duo that is growing rapidly, if you plan on developing iOS / iPad apps, this…

--

--