Smarty iOS SDK

If you want to access our US Street Address API or US ZIP Code API from an app written in Objective-C or Swift, the Smarty (formerly SmartyStreets) iOS SDK can make it a lot easier. Our iOS SDK includes ready-made data structures and takes care of all the gritty, low-level HTTP intricacies for you.

Contents

  1. Requirements
  2. How to Get It
    1. SPM
    2. Download the Source Code
  3. How to Use It
    1. Demo
    2. Examples
  4. API Reference Material

Requirements

  1. Decide to build a software project using Objective-C or Swift.
  2. Download and install XCode.
  3. Make sure you are using iOS 8.4 or higher as your target framework.
  4. Build enough of the project to realize that you now need an address verification component.
  5. Wisely conclude that you don't want to build your own address verification component.
  6. Realize that Smarty has already created an address verification component.
  7. Congratulations! You are now ready to use the Smarty iOS SDK.

How to Get It

SPM

The easiest way to get your giddy hands on this goodness is by using Swift Package Manager. You can then use the Smarty framework in your iOS project.

Download the Source Code

You can find source code of the Smarty iOS repository on Github which contains many sample code snippets.

Use the source, Luke!

Examples

Here are a few examples showing how to use the iOS SDK:

Ready to get started?