Important: Starting
May 1, 2024, Apple
requires Privacy Manifests and signatures for iOS applications that use commonly-used SDKs, including GoogleSignIn-iOS. Upgrade to GoogleSignIn-iOS v7.1.0+ before May 1, 2024. Follow
our upgrade guide.
Monitor App Check request metrics
Stay organized with collections
Save and categorize content based on your preferences.
After you add the App Check library to your app, but before you enable
App Check enforcement, you should make sure that doing so won't disrupt your
existing legitimate users.
An important tool you can use to make this decision are App Check
request metrics. You can monitor App Check metrics in the
Google API Console or the Firebase Console.
Monitor Metrics in the Google API Console
To view metrics for your iOS OAuth client, navigate to the edit view of the
client in the Credentials page. There, you will see metrics to the
right of the page under the Google Identity for iOS section. These metrics
will show you your App Check request metrics. The metrics include the
following information:
-
Number of verified requests - requests that have a valid App Check token. After you
enable App Check enforcement, only requests in this category will succeed.
-
Number of unverified requests: likely outdated client requests - requests missing an
App Check token; these request may be from an older version of your app that doesn't include
an App Check implementation.
-
Number of unverified requests: unknown origin requests - requests missing an App Check
token that don't look like they are coming from your app.
-
Number of unverified requests: invalid requests - requests with an invalid App Check
token, which may be from an inauthentic client attempting to impersonate your app, or from
emulated environments.
Monitor Metrics in the Firebase Console
You can view metrics for your projects as a whole, or
for individual OAuth clients:
To view the App Check request metrics for your project, open the
App Check section of the Firebase console and expand the
Google Identity for iOS section. For example:

To view the App Check request metrics for a specific OAuth client, open the
OAuth clients page of the Firebase console and
expand the section corresponding to the client.
The request metrics are broken down into four categories:
Verified requests are those that have a valid App Check token. After
you enable App Check enforcement, only requests in this category will
succeed.
Outdated client requests are those that are missing an App Check
token. These requests might be from an older version of the Firebase SDK
before App Check was included in the app.
Unknown origin requests are those that are missing an App Check token,
and don't look like they come from the Firebase SDK. These might be from
requests made with stolen API keys or forged requests made without the
Firebase SDK.
Invalid requests are those that have an invalid
App Check token, which might be from an inauthentic client attempting to
impersonate your app, or from emulated environments.
The distribution of these categories for your app should inform when you decide
to enable enforcement. Here are some guidelines:
If almost all of the recent requests are from verified clients, consider
enabling enforcement to start protecting your auth endpoints.
If a significant portion of the recent requests are from likely-outdated
clients, to avoid disrupting users, consider waiting for more users to update
your app before enabling enforcement. Enforcing App Check on a released
app will break prior app versions that are not integrated with the
App Check SDK.
If your app hasn't launched yet, you should enable App Check enforcement
immediately, since there aren't any outdated clients in use.
Next steps
When you understand how App Check will affect your users and you're ready to
proceed, you can enable App Check enforcement.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[null,null,["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eBefore enforcing App Check, monitor its request metrics to understand its potential impact on existing users, particularly those using older app versions.\u003c/p\u003e\n"],["\u003cp\u003eApp Check metrics categorize requests into verified, outdated client, unknown origin, and invalid, helping you assess the risk of disrupting legitimate users.\u003c/p\u003e\n"],["\u003cp\u003eIf most requests are verified, consider enabling enforcement; if significant outdated client requests exist, wait for more users to update their app first.\u003c/p\u003e\n"],["\u003cp\u003eFor newly launched apps without existing users, enable App Check enforcement immediately to ensure security from the start.\u003c/p\u003e\n"],["\u003cp\u003eUse the Google API Console or Firebase Console to monitor App Check metrics and make informed decisions about enforcement timing.\u003c/p\u003e\n"]]],[],null,["After you add the App Check library to your app, but before you enable\nApp Check enforcement, you should make sure that doing so won't disrupt your\nexisting legitimate users.\n\nAn important tool you can use to make this decision are App Check\nrequest metrics. You can monitor App Check metrics in the\n[Google API Console](#monitor_metrics_in_the_google_cloud_console) or the [Firebase Console](#monitor_metrics_in_the_firebase_console).\n\nMonitor Metrics in the Google API Console\n\nTo view metrics for your iOS OAuth client, navigate to the edit view of the\nclient in the [Credentials page](https://console.cloud.google.com/apis/credentials). There, you will see metrics to the\nright of the page under the **Google Identity for iOS** section. These metrics\nwill show you your App Check request metrics. The metrics include the\nfollowing information:\n\n- **Number of verified requests** - requests that have a valid App Check token. After you enable App Check enforcement, only requests in this category will succeed.\n- **Number of unverified requests: likely outdated client requests** - requests missing an App Check token; these request may be from an older version of your app that doesn't include an App Check implementation.\n- **Number of unverified requests: unknown origin requests** - requests missing an App Check token that don't look like they are coming from your app.\n- **Number of unverified requests: invalid requests** - requests with an invalid App Check token, which may be from an inauthentic client attempting to impersonate your app, or from emulated environments.\n\nMonitor Metrics in the Firebase Console\n\nYou can view metrics for your projects as a whole, or\nfor individual OAuth clients:\n\n- To view the App Check request metrics for your project, open the\n [App Check](https://console.firebase.google.com/project/_/appcheck) section of the Firebase console and expand the\n **Google Identity for iOS** section. For example:\n\n- To view the App Check request metrics for a specific OAuth client, open the\n [OAuth clients](https://console.firebase.google.com/project/_/appcheck/products/oauth) page of the Firebase console and\n expand the section corresponding to the client.\n\nThe request metrics are broken down into four categories:\n\n- **Verified** requests are those that have a valid App Check token. After\n you enable App Check enforcement, only requests in this category will\n succeed.\n\n- **Outdated client** requests are those that are missing an App Check\n token. These requests might be from an older version of the Firebase SDK\n before App Check was included in the app.\n\n- **Unknown origin** requests are those that are missing an App Check token,\n and don't look like they come from the Firebase SDK. These might be from\n requests made with stolen API keys or forged requests made without the\n Firebase SDK.\n\n- **Invalid** requests are those that have an invalid\n App Check token, which might be from an inauthentic client attempting to\n impersonate your app, or from emulated environments.\n\nThe distribution of these categories for your app should inform when you decide\nto enable enforcement. Here are some guidelines:\n\n- If almost all of the recent requests are from verified clients, consider\n enabling enforcement to start protecting your auth endpoints.\n\n- If a significant portion of the recent requests are from likely-outdated\n clients, to avoid disrupting users, consider waiting for more users to update\n your app before enabling enforcement. Enforcing App Check on a released\n app will break prior app versions that are not integrated with the\n App Check SDK.\n\n- If your app hasn't launched yet, you should enable App Check enforcement\n immediately, since there aren't any outdated clients in use.\n\nNext steps\n\nWhen you understand how App Check will affect your users and you're ready to\nproceed, you can [enable App Check enforcement](/identity/sign-in/ios/appcheck/enable-enforcement)."]]