Cloudinary is a cloud service that offers a solution to an application's entire image management pipeline. This sample app demonstrates the Cloudinary capabilities using Cloudinary's native iOS sdk.
- Easily upload images and videos to the cloud.
- Automatically perform smart image resizing, cropping and conversion based on real time UIView data.
- Media resources are seamlessly delivered through a fast CDN.
Once you clone this repository there are two required steps to run the sample app:
- Create a free Cloudinary account, note the cloud name - you'll need to type it in when running the app for the first time.
- Create an upload preset named 'ios_sample' in your cloudinary account console:
- Login to your Cloudinary console, go to settings>upload, scroll down
to Upload Presets and click
Add upload preset. Alternatively, head directly to the new preset page. - Type in
ios_sampleas the name and save, leaving all the fields with their default values.
- Login to your Cloudinary console, go to settings>upload, scroll down
to Upload Presets and click
Additional resources are available at:
You can open an issue through GitHub.
Contact us at support@cloudinary.com
Or via Twitter: @cloudinary
Released under the MIT license.