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
To build and run the project, follow theses steps:
-
Download or clone the whole SDK
-
Download the prebuilt third party dependencies from this link: https://mega.nz/#!gN9w0I7Q!-OPUWBoEnvXeZWkkC5oUho2MFm_49nwBwN6q07sxKII
-
Uncompress the content and move
includeandlibto the directorysdk/bindings/ios/3rdparty -
Go to
sdk/examples/iOSand openMEGA.xcworkspace -
Make sure the
Demotarget is selected -
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)