Installation

Malwarelytics for Apple is distributed via Cocoapods private repository. If you are not using Cocoapods in your project yet, visit the usage guide.

Malwarelytics for Apple supports iOS 10+ and requires Xcode 12 to build.

Personalized Configuration Required.
In order to use Malwarelytics for Apple, you need a custom configuration and access credentials for both the service and artifact repository. Contact your sales representative or technical consultant in order to obtain the required prerequisites.

Install Artifactory Plugin

First, install cocoapods-art plugin to be able to access our private repository:

gem install cocoapods-art

Then, create (or append to if already exists) a .netrc file in your home directory (~) with your credentials to Wultra artifactory.

machine wultra.jfrog.io
      login [[email protected]]
      password [password]

You can now synchronize the remote repo locally:

pod repo-art add malwarelytics_apple https://wultra.jfrog.io/artifactory/api/pods/malwarelytics-apple

To synchronize the repository (and receive new versions) in the future, use pod repo-art update malwarelytics_apple. The library is not updated automatically.

Enable the cocoapods-art plugin in your project Podfile. To do this, add following code on the first lines of the file:

plugin 'cocoapods-art', :sources => [
    'malwarelytics_apple'
]

Install a Pod

After you succesfully connected to our private artifact repository, add the pod to your Podfile:

pod 'AppProtection'

Finally, install the pod from your project directory to make the AppProtection framework available in your project:

pod install
Last updated on Apr 18, 2021 (17:38) View product
Search

0.9.x

Malwarelytics for Apple