Add activation logs

更新时间:
复制 MD 格式

Activation logs track application installations and user counts. On the Data Overview page of the Mobile Analysis console, you can view metrics such as new users, active users, and active accounts.

Log instrumentation is supported for projects based on the mPaaS framework and for native projects.

Based on the mPaaS framework

The framework automatically records an activation after the application starts and syncs the data to the Mobile Analysis console. No action is required.

Based on a native project

The SDK provides an activation API. You can call this API in didFinishLauncher by referencing the <MPMasAdapter/MPAnalysisHelper.h> header file.

reportActiveCode