TextExpander Touch was released August 25th, 2009. Along with it, came an SDK to allow other iPhone apps to integrate it’s expanding feature. For users of TextExpander Touch, having this feature can be quite handy. There are quite a few apps like Tweetie 2 that feature TextExpander integration.
Adding TextExpander Touch support to your iPhone app is extremely easy. The SDK comes with a both a README file and a sample application to show how it came be done.
If you’re more of a visual person, here’s a step by step tutorial on how to add support.
You’ll want to go ahead and head on over here to download the latest version of the SDK. Also, if you currently use TextExpander for the Mac, you’ll want to turn it off while testing in the iPhone Simulator, as things could get confusing.










You will want to copy the “Defaults.textexpander” file to your XCode project for iPhone Simulator testing, but do make sure to remove it from your app when building for Device and Releasing to the App Store. Alternatively, you can keep it if you allow users to disable TextExpander expansions as a setting in your app.
You’ll get a compiling warning every time with the SDK added due to the Device linking. You can always remove the Device part and add it in later when you’re ready to test on a device or release the app.
Stay updated with the TE Touch SDK by sending them an email on their website and also by joining the Google Group for TE Touch SDK.
And as a final note, please don’t violate their license agreement. The SDK Read Me file contains explicit instructions on what needs to be listed in the Feature List for your app and in your About screen.
