アナリティクスの有効化と無効化
アナリティクスの無効化
アナリティクスはアプリで設定すると、デフォルトで有効になります。アプリのアナリティクスを無効化するには、disable関数を使用してください:
Amplify.Analytics.disable()アナリティクスの有効化
アナリティクスを有効化するには、アプリでenable関数を使用できます:
Amplify.Analytics.enable()Was this page helpful?
Can you provide more details?
Page updated Apr 30, 2024
Amplify iOS v1 is deprecated as of June 1st, 2024. No new features or bug fixes will be added. Dependencies may become outdated and potentially introduce compatibility issues.
Please use the latest version (v2) of Amplify Library for Swift to get started. Refer to the upgrade guide for instructions on upgrading your application to the latest version.
Amplify libraries should be used for all new cloud connected applications. If you are currently using the AWS Mobile SDK for iOS, you can access the documentation here.
アナリティクスはアプリで設定すると、デフォルトで有効になります。アプリのアナリティクスを無効化するには、disable関数を使用してください:
Amplify.Analytics.disable()アナリティクスを有効化するには、アプリでenable関数を使用できます:
Amplify.Analytics.enable()