This Week's Sponsor:

Kolide

Ensures that if a device isn’t secure it can’t access your apps.  It’s Device Trust for Okta.


Launch Center Pro 1.1

LCP

LCP

Released in December 2011, App Cubby’s Launch Center re-ignited interest in iOS URL schemes – shortcuts to automate communication between apps and get specific things done faster with less manual tapping and interactions. Its direct sequel, Launch Center Pro, was released in the summer of 2012 and doubled down on the entire idea of automating iOS tasks by providing a “Home screen for your actions” to allow users to better and more visually organize their shortcuts.

Launch Center Pro 1.1, released today, focuses on improving three key aspects of Launch Center Pro: native in-app actions, the Action Composer, and TextExpander support in URLs.

Action Composer

I’d start with the Action Composer, which has been completely redesigned in version 1.1. It used to be that, upon creating a new action, Launch Center Pro would offer a single list of system actions and third-party apps that had URL schemes you could use in the app. While simple and straightforward, the way the Action Composer was designed didn’t allow App Cubby to easily showcase new additions or recommended apps, forcing them to tweet new actions or update the documentation on the Launch Center Pro website.

The new Action Composer is more flexible. By tapping on the “+” button to add a new action you’ll get a new screen containing 5 sections for System Actions, Installed Apps, All Supported Apps, Featured Apps, and Recently Added. There’s also a separate Custom URL section to manually add a URL without following App Cubby’s built-in example or suggestions.

LCP Composer

LCP Composer

Similar in terms of overall design to Launch Center Pro 1.0, the new sections enabled App Cubby to do a couple of interesting things: for instance, Installed Apps are sorted alphabetically with a search field on top and possibility to open a single app’s detail screen to view all available actions.

The All Supported Apps screen works in the same way, but it comes with (what I assume are) affiliate links to buy apps so that App Cubby will get a small kickback for every sale started from Launch Center Pro. Recently Added will let the developers list additions directly inside the app with a simple server-side update, and, overall, I believe seperating sections from each other makes for a cleaner, easier to understand overview of the possibilities offered by Launch Center Pro.

TextExpander Snippets

Launch Center Pro 1.1 comes with support for TextExpander snippet expansion inside URLs. This is a terrific addition in terms of iOS automation possibilities, and something I’ve been looking forward to for months now. Basically, provided you have TextExpander touch installed and “snippet sharing” activated, you’ll be able to build Launch Center Pro actions containing snippet abbreviations, which will be expanded upon launching the action. If this doesn’t sound like a big deal, let me give you a few examples.

LCP Drafts

LCP Drafts

In Drafts, I have an action that appends a string of text to a file in Dropbox. With the new Launch Center Pro, I can insert a snippet – essentially a variable – that will be sent to Drafts alongside the usual “prompt” and expanded in place. So instead of just sending text from Launch Center Pro to Drafts, I can send my date snippet and text by putting the snippet abbreviation in the URL, as shown below.[1]

drafts://x-callback-url/create?text=<sddate>[prompt]&action=URL%20to%20Scratch&x-success=launchpro://

Snippets, Mail, and Clipboard Actions

Snippet support is great in combination with the new in-app email action that doesn’t take you to the Mail app anymore, showing a Mail compose panel inside Launch Center Pro.

Available in the new In-App Email area, you can create actions that do something as simple as showing a blank compose panel or more advanced stuff like pre-defined recipients, subject, and body fields – the latter supporting pre-set text or (another new feature) the last photo taken. Obviously, all these fields support existing Launch Center Pro tags like [clipboard] and [prompt], allowing you to create handy email templates for recurring contacts (there is a contact picker to choose emails when composing actions) or with recurring subjects, all while not having to necessarily type inside the Mail panel.

LCP Email

LCP Email

Now think about combining the new in-app Mail actions with snippets, clipboard detection, and last photo taken. For instance, many people use TextExpander to store their email signature, so it makes sense to integrate that in Launch Center Pro. With 1.1, we can build an action that:

  • Creates an email addressed to specific contacts;
  • Lets us type the Subject in a keyboard prompt;
  • Puts a signature at the bottom of the body using a TextExpander snippet;
  • Puts the last photo taken and text from another keyboard prompt in the body.

This single action, however, is actually made of two distinct new features in Launch Center Pro 1.1: in-app email and the brand new clipboard actions.

Clipboard actions can:

  • Place specific text in the clipboard;
  • Place the last photo taken in the clipboard;
  • Convert text to another format.[2]

Because Launch Center Pro supports x-callback-url, for each of these clipboard actions there is an “and Return” version that will execute the first action and then automatically go to another action. So, as you can guess, you can place a photo in the clipboard and then do other stuff – you get where this is going.

There are therefore two ways to accomplish the email workflow that I described above: we can place a photo in the clipboard and then tell Launch Center Pro to start a Mail action, or we can just go ahead and tell Launch Center Pro to start a Mail action containing the last photo taken as inline attachment.

LCP 1.1 supports two ways of sending emails with photos: you can send the Last Photo Taken or “Email with Clipboard Photo”; both of these actions are available in the In-App Email actions under System Actions.

The first, more complex method involves creating an “Email with Clipboard Photo” action and using its URL as the “and Return” in a “Place Last Photo and Return” action.[3]

The advantage is that you can use the Mail action separately to attach a photo you copied that isn’t necessarily the last one you took; the downside is that you’ll likely have two actions.[4]

There is an easier, built-in way that does exactly what we want without having to fiddle with URLs. Head over the email actions and create an “Email Last Photo” one as shown below. Note how I’m using a “sssig” abbreviation for my signature, which triggers a TextExpander snippet. Hit the action, and you’ll get two prompts to type the Subject and the Body, which will be put inside a new email message. The Mail.app wasn’t touched – not even once; and because this is a native iOS feature, you can turn text into rich text, or save the message as a draft. Too bad that you can’t control the placement of an image inside the body (a TextExpander signature will always be at the top).

LCP Last photo email

LCP Last photo email

Doing stuff with the clipboard, snippets, and Camera Roll photos opens Launch Center Pro to new possibilities that will help better differentiate App Cubby’s app from Drafts. For instance, tweeting the last photo taken:

launchpro-clipboard://x-callback-url/addLastPhoto?x-success=launchpro-tweet%3A%2F%2Fclipboard

…or requesting text in a prompt and then URL-encoding it:

launchpro-clipboard://x-callback-url/addText?value=[prompt]&x-success=launchpro-clipboard%3A%2F%2Fconvert%3Fformat%3Durlencode

…or placing the last photo in the clipboard and then calling a Pythonista script that uploads it:

launchpro-clipboard://x-callback-url/addLastPhoto?x-success=pythonista%3A%2F%2FDropboxShoot%3Faction%3Drun

… or sharing text in Evernote using a TextExpander timestamp as title:

pythonista://EvernoteTextShare?action=run&argv=Note%20created%20on%20<dddate>&argv=[prompt]

…or using TextExpander snippets for Markdown formatting[5]

…or, better yet, sending messages directly within Launch Center Pro with In-App Messaging.

launchpro-messaging://?to=mail%40example.com,mail2%40example.com

Similar to in-app emails, you can automate sending messages inside Launch Center Pro by pre-defining recipients and the contents of the body. Unfortunately, you can’t attach photos to these actions and the app doesn’t support manually pasting a photo item into the messaging panel.[6]

I have, however, created two shortcuts that are saving me a lot of time in sending – not reading – messages to my teammates from Launch Center Pro. The first action takes addresses of the MacStories team and brings up a new iMessage panel where I can type.[7] The second action does the same thing, but it puts contents of the clipboard by default in the compose field; this is perfect when I copy a link from Tweetbot and I want to quickly send it over iMessage.

And, of course, I have automated the process from the browser by creating a bookmarklet that sends the currently open webpage to Launch Center Pro’s messaging action. Scriptable iMessage![8]

javascript:window.location='launchpro-messaging://?to=mail%40example.com&body='+encodeURIComponent(document.location.href)+'&x-success=googlechrome%3A%2F%2F';

1.1

It’s good to see App Cubby extending Launch Center Pro’s actions beyond text: I think it’s safe to say that, with the current feature sets, Launch Center Pro and Drafts are apps that complement each other. Using both Drafts and Launch Center Pro while taking advantage of each app’s unique strengths can lead to the creation of pretty powerful iOS workflows. There is some overlap, but both apps remain ultimately different.

The big downside of Launch Center Pro is that there’s still no iPad version. While the iPhone is always with me, the iPad is the device where I get work done, and I miss the ability of running a tablet version of Launch Center Pro. I hope that App Cubby will soon consider making an iPad version starting from the solid foundation of Launch Center Pro 1.1.

I am a big fan of the changes introduced in Launch Center Pro 1.1, especially for photos, clipboard actions, and in-app messaging. Combining URL schemes with clipboard processing and TextExpander snippets is something I’ve long wished for, and I’m looking forward to trying the ideas Launch Center Pro users will come up with.

Launch Center Pro 1.1 is available on the App Store.


  1. Pro tip: to handle new lines between the and [prompt] in Launch Center Pro, my suggestion would be to create snippets with new lines at the top/bottom directly in TextExpander. ↩︎
  2. Available formats are: plain text, urlencode, urldecode, leet, and piglatin. ↩︎
  3. Launch Center Pro launches URLs, but its own actions also have URLs. You can chain Launch Center Pro actions together. ↩︎
  4. When chaining a Launch Center Pro action to another Launch Center Pro action that contains prompt or other placeholders, you have to wrap the second URL inside double curly brackets. The concept is the same as Mr. Reader and Drafts, both of which use {{ and }} to enclose URLs that must not be encoded. ↩︎
  5. Think about text editors that support URL schemes. You could build an action that appends a TextExpander timestamp + text to a Nebulous Notes file. Or you could modify my existing Notesy actions to include a <snippet> placeholder. ↩︎
  6. Developer David Barnard told me they can’t do anything about this for now, as it’s likely a limitation coming from the pre-iMessage, MMS era that doesn’t allow them to programmatically add photos in the Body field. ↩︎
  7. You can, obviously, use a keyboard prompt if you want. I just don’t see the purpose here. ↩︎
  8. I haven’t figured out how to use x-callback-url with the in-app messaging actions. It would be neat to send a link from the browser, be taken to Launch Center Pro’s messaging, and then go back to the browser automatically. As for the bookmarklet, just replace the recipient with the phone number or email address you need. Multiple recipients are comma-separated. ↩︎

Unlock More with Club MacStories

Founded in 2015, Club MacStories has delivered exclusive content every week for over six years.

In that time, members have enjoyed nearly 400 weekly and monthly newsletters packed with more of your favorite MacStories writing as well as Club-only podcasts, eBooks, discounts on apps, icons, and services. Join today, and you’ll get everything new that we publish every week, plus access to our entire archive of back issues and downloadable perks.

The Club expanded in 2021 with Club MacStories+ and Club Premier. Club MacStories+ members enjoy even more exclusive stories, a vibrant Discord community, a rotating roster of app discounts, and more. And, with Club Premier, you get everything we offer at every Club level plus an extended, ad-free version of our podcast AppStories that is delivered early each week in high-bitrate audio.

Choose the Club plan that’s right for you:

  • Club MacStories: Weekly and monthly newsletters via email and the web that are brimming with app collections, tips, automation workflows, longform writing, a Club-only podcast, periodic giveaways, and more;
  • Club MacStories+: Everything that Club MacStories offers, plus exclusive content like Federico’s Automation Academy and John’s Macintosh Desktop Experience, a powerful web app for searching and exploring over 6 years of content and creating custom RSS feeds of Club content, an active Discord community, and a rotating collection of discounts, and more;
  • Club Premier: Everything in from our other plans and AppStories+, an extended version of our flagship podcast that’s delivered early, ad-free, and in high-bitrate audio.