Problem description
The statistics of a specific version are not available on the mPaaS Mobile Analysis Service (MAS) console. For example, a customer has released a client version 5.12.1, but failed to query the statistical information of this version on the console.
Troubleshooting means
A possible cause is that the client reports an incorrect version number. In this example, the version number actually reported is found as 5.11.1 in the captured HTTP packets.

Through further inspection, you can find the
Production Versionfield in the iOS project is not updated.
After you determine the cause is an incorrect version number, check the following field in the client project:
iOS project: Check whether the
Production Versionfield ininfo.plistis updated.Android project: Check whether the
versionNamefield inbuild.gradleis updated.