All Products
Search
Document Center

Mobile Platform as a Service:Quick start guide

Last Updated:Nov 18, 2022

The guide walks you through the steps to run the app for mobile analysis and view the reports generated by MAS.

Procedure

  1. Log in to the mPaaS console and create an app.

  2. Integrate the event SDK in client, and implement event tracking. For how to integrate the event SDK, see iOS event tracking or Android event tracking.

  3. In the mPaaS console, from the navigation bar on the left, click Mobile Analysis Service to view the statistical data.

  4. If the iOS app needs crash symbol parsing, you need to upload the corresponding dSYM symbol through the mPaaS console > Mobile Delivery Service > Release management page. Symbol reverse parsing is done in real time when the crash log is uploaded with minutes’ delay. If no symbol file is uploaded after the app is released, the original log content is displayed by default.

Start and run app

Run the app directly. In the app, when you click a button, switch pages or a crash occurs, an event log is generated and synchronized to the server that the client reports the log to. Then, you can view the analysis reports based on the event data from the Mobile Analysis page on the mPaaS console.

View analysis reports

You can log into the Mobile Analysis Service console to view the analysis reports:

  1. Log into mPaaS console, and select an app.

    1. Log into the Console.

    2. On the upper left corner of the page, select Products and Services > Mobile PaaS.

    3. Click the app name from the app list.

  2. On the left navigation bar, click Mobile Analysis Service, then you can see Basic analysis, Performance analysis, Component usage analysis, and other tabs.

The examples of analysis reports are as follows:

  • Startup count, Active users, Active accounts, and New users

    You can view the Startup times, Active users, and Active accounts on the Data overview > Real-time dashboard page.

    1
  • Startup speed

    You can view the startup speed of app on the Basic analysis > Behavior analysis page.

    startup time
  • Users by region

    You can view the users by region on the Basic analysis > Behavior analysis page.

    image
  • Retention analysis

    You can view the retention analysis data on the Basic analysis > Retention analysis page.

  • Crash report

    You can view the crash report on the Performance analysis > Crash report page.

    2

  • Hotpatch report

    You can view the hotpatch report on the Component use analysis > Hotpatch analysis page.