# iOS Sharing Guide

DevFeed: [iOS Sharing Guide](<https://devfeed.tech/articles/ios-sharing-guide-2067.md>)

Original publisher: [Read original article](<https://developers.soundcloud.com/blog//ios-sharing>)

Published: 2011-01-01T00:00:00Z

Content type: tutorial

Language: en

Sources: [SoundCloud Backstage Blog](<https://devfeed.tech/sources/soundcloud-backstage-blog.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [JSON](<https://devfeed.tech/topics/json.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [app](<https://devfeed.tech/tags/app.md>), [display](<https://devfeed.tech/tags/display.md>), [files](<https://devfeed.tech/tags/files.md>), [guide](<https://devfeed.tech/tags/guide.md>), [guides](<https://devfeed.tech/tags/guides.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [ios](<https://devfeed.tech/tags/ios.md>), [json](<https://devfeed.tech/tags/json.md>), [load](<https://devfeed.tech/tags/load.md>), [optional](<https://devfeed.tech/tags/optional.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [screen](<https://devfeed.tech/tags/screen.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [ui](<https://devfeed.tech/tags/ui.md>), [update](<https://devfeed.tech/tags/update.md>), [uploads](<https://devfeed.tech/tags/uploads.md>)

## AI overview

A guide to implementing iOS sharing for SoundCloud uploads through the SoundCloud API Wrapper. It explains how to retrieve user connections, present sharing controls, upload files, and optionally establish new connections while relying on SoundCloud for authentication and token handling.

## Source excerpt

So you are familiar with the SoundCloud API Wrapper and want to use it to share the sounds you upload? And you want to use the existing connections on SoundCloud or make new ones? Awesome. Here's how to do it.