> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.dropboxapi.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.dropboxapi.com/_mcp/server.

# Objective-C

#### Overview

## Objective-C SDK

The official Objective-C SDK for API v2 helps you to integrate Dropbox into your iOS and macOS apps using Objective-C.

### Code

[Dropbox for Objective-C](https://github.com/dropbox/dropbox-sdk-obj-c) - Dropbox for Objective-C is open source on GitHub.

### Sample app

[DBRoulette](https://github.com/dropbox/dropbox-sdk-obj-c/tree/master/Examples/DBRoulette) - View random photos from Dropbox.

#### Install

## Install Objective-C SDK

You can add the Objective-C SDK to your project via CocoaPods, Carthage, or as an Xcode subproject.

To get started with the Objective-C SDK, check out the README in the GitHub repo, under the [Get started](https://github.com/dropbox/dropbox-sdk-obj-c#get-started) section.

#### Tutorial

## Objective-C SDK tutorial

For a complete tutorial, check out the README in the GitHub repo, under the [Configure your project](https://github.com/dropbox/dropbox-sdk-obj-c#configure-your-project) section.

#### Documentation

## Objective-C SDK documentation

Here's the [full documentation](https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/) for the Objective-C SDK.