Xcode project for developing a MEGA app for iOS.
Target OS: iOS 8.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
-
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
include
andlib
to the directorysdk/bindings/ios/3rdparty
-
Go to
sdk/examples/Swift
and openMEGAWS.xcworkspace
-
Make sure the
MEGA
target 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)