Developing on the iPad Pro

The iPad is a great content consumer and casual gaming platform, but sometimes, you need to get some work done. Here are the tools that you can use to develop on the iPad (Pro) Posted by erwinkarim on 10:56 AM, March 11, 2023 Last updated on 11:06 PM, November 22, 2023 Filed in: developer, programming, ipados, ipad pro, ipad,

Table of Contents

Imagine this scenario: you are on vacation, and you only bought your iPad Pro since you are expecting to “decompress” from your work. Then, your boss is calling in that one of your codes is buggy on production and is affecting user experience and needs to be fixed now. Luckily it is a small fix but you didn’t bring your work laptop. What do you do?

Challenges of Developing on iPad Pro

There are a few things to know when developing on the iPad Pro


There's plenty of power to run anything on the iPad Pro, the problem is iPadOS is being neutered by Apple on purpose
  • iPad Pro is very capable: The latest iPad Pro uses the M-series chip that is designed for MacBooks. So we know they are capable to run anything
  • iPadOS on the other hand … is neutered by Apple to be more content-consumer centric so there are no utilities like Terminal, hardware inspector or even Finder (Files is a bad replica of Finder).
    Apple initially didn't add function and ESC keys in the Magic Keyboard for iPad. They quitely add it for the iPad 10
  • Apple keyboard doesn’t have function keys: The keyboards by Apple don’t have functions or ESC keys. Ironically, they added those rows of keys on the iPad 10 keyboard (Magic Keyboard Folio). This could be a problem if you are planning to use apps like Vim.

Building iPad app


The closest thing from Apple that allows you to code on iPad is Swift Playgrounds

Apple does not ship Xcode for iPadOS. Xcode is the official IDE from Apple. It is used to build other software like all Apple’s first-party apps like Notes, Music, and others. The closest thing that Apple allows you to code on the iPad is Swift Playground where you solve challenges by running some Swift code. The app is meant to teach people about Swift.

Building web app

Apple does not ship utilities like Terminal in macOS, so there’s no command line for you to manipulate anything in the iPad. So you can’t install 3rd party packages like npm or Homebrew where you can easily install 3rd party app.

The best you can do is to connect to 3rd party computers (or servers) and do your development work from there. Yes, a full-blown IDE would be nice, but it is possible to code from using the terminal using apps like Vim or Emacs, or even nano.

Some app that will help your way

Even the smartest developers need the best tools to do their job. Here are some of the free ones that can help you when you are in a pinch and need to get work done quickly.

Termius is a handy tool to connecto to servers and code in them

  • Termius - Free / Paid - Termius is an ssh client for iPad. One of the things that I like about this is that you can save your sessions so you can connect to servers with a single touch. The app even has shortcuts for the ESC, function, and other keyboard keys right on the bottom. The paid version adds bells and whistle but you should be able to get by with the free version

Web inspector allows you to access web dev tools right on your safari page. Not as powerful as the desktop counterpart but useful if you are troubleshooting something
  • Inspector web service - Free - Of course when you are building/troubleshooting web apps, you need to inspect your site. The Apple was is to lay a wire between your iPad and your Mac is impractical. Inspector web service allows you to access web developer tools right on your safari page. My only gripe is that it takes too much screen real estate to do so.

A-shell gives you a terminal on your iPhone or iPad
  • A-shell - Free - A-shell aims to build the missing terminal app for iPadOS. It is very basic but you can run Lua, Python, JS, C, and C++ (yes C++) scripts and binary in the terminal. File manipulation is possible, but like all iPadOS apps, it is sandboxed into the A-shell directory only. There are minimal buttons that add ESC, tab, and arrow keys functionality.

Conclusion

Yes, you can code on the iPad but it is not as powerful as using your Mac, but when you are in a pinch like going on vacation, you know you have some tools to make things work.

Plug

Support this free website by visiting my Amazon affiliate links. Any purchase you make will give me a cut without any extra cost to you

Prices are correct at time of publishing. Please get the final price at Amazon.

ItemPrice
Mac Mini M2 - Best desktop in the world $599.99 $499.00
Apple iPad (10th Generation) Wi-Fi 64GB $518.00 $403.00
2020 Apple MacBook Air Laptop: Apple M1 Chip $1,178.00 $889.00
Apple 2023 MacBook Air Laptop with M2 chip $1,528.00 $1,238.00
Beats Studio Pro headphones $378.99 $194.95
Apple AirPods Pro (2nd Generation) $249.00 $189.99
Apple AirPods (2nd Generation) $129.00 $79.99
Apple AirTag 4 Pack $99.00 $79.99
Apple Watch SE (2nd Gen) $249.00 $179.00
Bose QuietComfort Earbuds II $279.00 $199.00
Sony-INZONE H9 Wireless Noise Canceling Gaming Headset 299.99 $214.97
Sony WH-1000XM5 $399.99 $328.00
Dyson V12 Detect Slim Cordless Vacuum Cleaner $649.99 $499.00
Breville the Barista Pro Espresso Machine $849.95 $679.95

Share this article:

Related:

iPad 10 vs iPad Air 4

In October 2022, Apple basically re-launched the iPad Air 4, did some minor modifications and rebranded it as the 10th generation iPad. See how the new iPad compared to the old iPad Air 4. Or in other words, why new does not mean better

WWDC 2022 Preview

WorldWide Developers Conference is coming in early June as always. This year’s theme would be ‘Swiftly Approaching’. Take take a sneak peek of what we expect will come out of WWDC 2022.

WWDC 2024: What to Expect

Apple's World Wide Developer's Conference has been announced. Here is what we think Apple will introduce on a hot June morning.
Tags: developer, programming, ipados, ipad pro, ipad,