Enhanced security

We will provide you with some security methods to prevent your app from being cracked or modded

Play Integrity API (Android app only)

The Play Integrity API helps you check that interactions and requests to the server come from the binary of a legitimate app running on a real Android device. By detecting potentially risky and fraudulent interactions, such as from tampered app instances and untrusted environments, your app's backend server can respond with appropriate actions. appropriate measures to prevent attacks and minimize misuse.

For more detail, please checkout this document of Google Play

https://developer.android.com/google/play/integrity/setup

Request header

Header FieldDescription

X-Api-BundleId

BundleId of your android app

X-Api-Token

Integrity token

How to get BundleId

How to generate Integrity Token

Policy

Your integrity token will expire after 1 day

Error code

StatusErrorDescription

400

integrity-token.expired

Your integrity token is expired

400

integrity-token.unlicensed

Token is not valid because your application was not installed on Google Play

400

google-credentials.invalid-format

Credentials file is not valid

429

google-api.rate-limit-exceeded

Limit request from google

400

google-api.invalid-parameter

Token is not valid

500

google-api.error

Some error from Google Play

Last updated