Name:
interface
Value:
Amplify has re-imagined the way frontend developers build fullstack applications. Develop and deploy without the hassle.
Gen1 DocsLegacy

Page updated Mar 26, 2026

アプリのアンインストール

AWS will end support for Amazon Pinpoint on October 30, 2026,, and is no longer accepting any new users as of May 20 (see the linked doc). The guidance is to use AWS End User Messaging for push notifications and SMS, Amazon Simple Email Service for sending emails, Amazon Connect for campaigns, journeys, endpoints, and engagement analytics. Pinpoint recommends Amazon Kinesis for event collection and mobile analytics.

AnalyticsやAuthなどの一部のAmplifyカテゴリは、ローカルデバイスにデータを永続化します。このアプリケーションデータは、ユーザーがデバイスからアプリケーションをアンインストールすると削除されます。

Android Auto Backup for Appsサービスが有効になっている場合、このサービスはアプリケーションデータを復元しようとします。

Amplify Authは、認証データを永続化する際にEncryptedSharedPreferencesを使用します。アプリケーションがアンインストールされると、EncryptedSharedPreferencesファイルの作成に使用されるAndroid Keystoreキーが削除されます。アプリケーションを再インストールすると、Android Keystoreからのキー削除により、これらの復元されたファイルは読み取り可能ではなくなります。

EncryptedSharedPreferencesのこの制限により、アプリケーションの再インストール時に認証情報を復元することはできません。ユーザーは再度認証する必要があります。