1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
# iOS Example app
Xcode project for developing a MEGA app for iOS.
Target OS: iOS 7.0
Demo application that allows:
- Login into user account
- List folders and files stored into the user account
- Navigate along the folders structure (forward and backward)
- Download files, upload photos, create folders
- Delete, rename and export nodes
- View contacts
- Logout
## How to build and run the project:
To build and run the project, follow theses steps:
1. Download or clone the whole SDK
2. Download the prebuilt third party dependencies from this link: https://mega.nz/#!gN9w0I7Q!-OPUWBoEnvXeZWkkC5oUho2MFm_49nwBwN6q07sxKII
3. Uncompress the content and move `include`and `lib`to the directory `sdk/bindings/ios/3rdparty`
4. Go to `sdk/examples/iOS` and open `MEGA.xcworkspace`
5. Make sure the `Demo` target is selected
6. Build and run the application
If 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)
|