Site icon Syrus

Install AppMetrica Yandex for iOS

AppMetrica

AppMetrica’s platform has the peculiarity of tracking ads, app analytics and traffic targeting, with a revamped mobile analytics platform. Through Yandex’s free service, it allows them to view advertisers, their campaigns and how they impact the advertising world.

AppMetrica offers shock analytics with cross-platform interaction in real time. As well as tools that integrate traffic source segmentation for group analysts.

AppMetrica has reinvented itself to become more attractive to brands; obtaining raw data will help them create personalized reports that will drive decision-making to a more supported course.

Some features of the app

Installation and initialization

There are two frameworks in the AppMetrica library, one called Core and the other Crash-Handling. Note that if you do not use the application lock control, you will need to add only the main part of the library. With this action, the size of the app will be reduced by a large percentage.

AppMetrica allows the use of the following platforms, iOS extension, tvOS and iOS watch.

Proceed to enable the library

The following dependency managers can work with the library:

CocoaPods supports static and dynamic frames within your library.

If you want the control lock framework to work, you must add the following dependency in the podfile:

If you want to enable the library without lock control:

Without dependency managers

Enable the library, with the following steps:

Locate the AppMetrica library and download it.

To the project add the following: “YandexMobileMetrica.framework” and if you want to enable locks, place: “YandexMobileMetricaCrashes.framework”.

Place the following dependencies: ‘SystemConfiguration’, ‘UIKit’, ‘Foundation’, ‘CoreTelephony’, ‘CoreLocation’, ‘CoreGraphics’, ‘AdSupport’, ‘z’, ‘sqlite3’, ‘Security’, ‘c++’, ‘SafariServices’.

Place: “-ObjC” to “Other Linker Flags”.

Initialize the library

Through the application, initialize the library within the software: “application:didFinishLaunchingWithOptions” As a method of “UIApplicationDelegate”.

To have better handling of profile and revenue attributes, you need to set up event sending, this is completely optional. With this you can achieve the collection of the user’s actions, their events through the configuration of the attributes of the profiles.

Test how the library works

You’ll have the option to see how the library works.

Exit mobile version