1# iOS Example app
2
3
4Xcode project for developing a MEGA app for iOS.
5
6Target OS: iOS 7.0
7
8Demo application that allows:
9
10- Login into user account
11
12- List folders and files stored into the user account
13
14- Navigate along the folders structure (forward and backward)
15
16- Download files, upload photos, create folders
17
18- Delete, rename and export nodes
19
20- View contacts
21
22- Logout
23
24## How to build and run the project:
25
26To build and run the project, follow theses steps:
27
281. Download or clone the whole SDK
29
302. Download the prebuilt third party dependencies from this link: https://mega.nz/#!gN9w0I7Q!-OPUWBoEnvXeZWkkC5oUho2MFm_49nwBwN6q07sxKII
31
323. Uncompress the content and move `include`and `lib`to the directory `sdk/bindings/ios/3rdparty`
33
344. Go to `sdk/examples/iOS` and open `MEGA.xcworkspace`
35
365. Make sure the `Demo` target is selected
37
386. Build and run the application
39
40If you want to build the third party dependencies by yourself: open a terminal in the directory `sdk/bindings/ios/3rdparty`. Run	`sh build-all.sh` (Wait until the process ends, it will take some minutes ~20)
41