Privacy Policy
1. Information we do not collect
The App stores all data generated within the App — your subscription list, payment history, diagnosis results, theme settings, notification settings, and so on — only in local storage on your device (SQLite and AsyncStorage). We do not collect your name, address, phone number, payment card information, or the like.
2. Communication with external services
To provide its features, the App communicates from your device with the following external services. Please review each provider's privacy policy on their own website.
2.1 Retrieving subscription icons
- Apple iTunes Search API: Issues a search query using the subscription name you registered to retrieve the corresponding app icon image. Only the subscription name is sent; no information that can identify you is included.
- Brandfetch / Logo.dev: To retrieve logo images of known brands, a request including the service domain name (e.g.,
netflix.com) is sent. No information that can personally identify you is sent. - Google favicon service (s2 favicons): As a fallback when a logo cannot be retrieved from the services above, a request including the service domain name is sent to Google's favicon endpoint to retrieve the site icon. Only the service domain name is sent; no information that can personally identify you is included.
2.2 Google Calendar integration (optional feature)
Only when you enable calendar integration, the App obtains authorization for your Google account via Google OAuth 2.0 and writes subscription renewal-date events to your calendar through the Google Calendar API (scope: https://www.googleapis.com/auth/calendar.events). If you do not use this feature, no communication with Google occurs. The access token is stored in AsyncStorage on your device, and the developer of the App does not receive it. You can revoke the authorization at any time from the App's settings.
2.3 In-app purchases (RevenueCat)
To handle the purchase, cancellation, and restoration of paid features, the App incorporates the SDK of RevenueCat, Inc. To manage purchase transactions, RevenueCat processes an anonymous device identifier, purchase receipts, and purchase status. It does not process your name, email address, or payment card information. For details, see the RevenueCat Privacy Policy. Actual payment is processed by Apple (App Store) or Google (Google Play), and the App never has access to your payment card information.
2.4 Usage analytics (PostHog)
To improve service quality and understand usage trends, the App performs anonymous event analytics using PostHog. Analytics data is sent to PostHog Inc.'s servers (default: app.posthog.com).
- Device identifier: We use iOS's
identifierForVendor(IDFV) as an anonymous identifier. The IDFV changes when the app is reinstalled and cannot identify an individual. We do not use the advertising identifier (IDFA), and we do not track across apps. - Examples of events collected: app launch, onboarding progress and completion, display of the paid-plan screen, purchase/restore results, the category and amount at subscription registration (the service name is not sent), share-card generation, and operation of review and feedback prompts.
- Information not collected: We never send any information that can personally identify you, such as your name, email address, phone number, location, payment card information, or subscription service names or notes.
For details, see the PostHog Privacy Policy. For requests regarding the handling of analytics, please contact us using the contact at the end of this Policy.
3. Where data is stored and for how long
| Data type | Storage location | Retention period |
|---|---|---|
| Subscription information, diagnosis history, settings | On-device SQLite | Until you delete the app |
| Google access token | On-device AsyncStorage | Until the token expires or you sign out |
| Purchase receipts | Apple / Google / RevenueCat | Per each provider's terms |
| Anonymous usage events, IDFV | PostHog (app.posthog.com) | Per PostHog's terms and retention settings |
4. Your rights and controls
- Deletion: Uninstalling the App deletes all data stored on your device (except purchase history).
- Revoking calendar integration: You can revoke the link with your Google account at any time from the App's settings.
- Restoring purchases: You can restore past purchases on the same Apple ID / Google account via "Restore Purchases" in the settings screen.
- Managing notifications: You can enable or disable notifications from your device's OS settings or the App's notification settings.
5. Children's privacy
The App is not primarily intended for children under the age of 13. We do not knowingly collect personally identifiable information from children under 13. If your child uses the App, we ask that parents and guardians review this Policy.
6. Security
The App uses HTTPS for communication with external services and takes reasonable security measures. However, because no method of transmission over the internet or storage on a device is 100% secure, we cannot guarantee absolute security.
7. Links to third-party services
The App may contain links to support, help, or official service websites. Please contact the administrator of each linked site regarding their privacy practices.
8. Changes to this Policy
We may revise this Policy in response to changes in law or in the App's features. If there is an important change, we will give notice within the App or on the store listing page. The "Last updated" date on this page is treated as the date of revision.
9. Contact
For inquiries regarding this Policy or the App's privacy, please contact us below.
- Support: Support page
プライバシーポリシー
1. 収集しない情報
本アプリは、利用者のサブスクリプション一覧・支払履歴・診断結果・テーマ設定・通知設定など、アプリ内で生成されるすべてのデータを 端末内のローカルストレージ(SQLite および AsyncStorage)にのみ 保存します。利用者の氏名・住所・電話番号・支払いカード情報等は一切収集しません。
2. 外部サービスとの通信
本アプリは機能を提供するため、端末から以下の外部サービスへ通信を行います。各サービスのプライバシー方針は各社のサイトをご確認ください。
2.1 サブスクリプションアイコンの取得
- Apple iTunes Search API: 利用者が登録したサブスクリプション名で検索クエリを発行し、対応するアプリアイコン画像を取得します。送信される情報はサブスクリプション名のみで、利用者を特定できる情報は含みません。
- Brandfetch / Logo.dev: 既知ブランドのロゴ画像を取得するため、サービスドメイン名(例:
netflix.com)を含むリクエストを送信します。利用者個人を特定できる情報は送信しません。 - Google ファビコンサービス(s2 favicons): 上記サービスでロゴが取得できない場合のフォールバックとして、サービスドメイン名を含むリクエストを Google のファビコン取得エンドポイントへ送信し、サイトアイコンを取得します。送信される情報はサービスドメイン名のみで、利用者個人を特定できる情報は含みません。
2.2 Google カレンダー連携(任意機能)
利用者がカレンダー連携を有効にした場合に限り、Google OAuth 2.0 を用いて Google アカウントの認可を取得し、Google Calendar API(スコープ: https://www.googleapis.com/auth/calendar.events)を通じて利用者のカレンダーにサブスクリプションの更新日イベントを書き込みます。本機能を使用しない場合、Google への通信は発生しません。アクセストークンは利用者の端末内 AsyncStorage に保存され、本アプリの開発者は受け取りません。利用者は本アプリの設定からいつでも認可を解除できます。
2.3 アプリ内課金(RevenueCat)
有料機能の購入・解約・復元のため、本アプリは RevenueCat, Inc. の SDK を組み込んでいます。RevenueCat は購入トランザクションの管理のために、匿名の端末識別子・購入レシート・購入ステータスを処理します。氏名・メールアドレス・支払いカード情報は処理しません。詳細は RevenueCat プライバシーポリシー をご覧ください。実際の決済は Apple(App Store)または Google(Google Play)が処理し、本アプリは利用者の支払いカード情報に一切アクセスしません。
2.4 利用状況の分析(PostHog)
本アプリは、サービスの品質改善と利用傾向の把握のため、PostHog を用いた匿名のイベント分析を実施しています。分析データは PostHog Inc. のサーバー(既定: app.posthog.com)へ送信されます。
- 端末識別子: iOS の
identifierForVendor(IDFV)を匿名の識別子として使用します。IDFV はアプリの再インストールで変化し、個人を特定することはできません。広告識別子(IDFA)は使用せず、アプリをまたいだトラッキングも行いません。 - 収集するイベントの例: アプリの起動、オンボーディングの進捗・完了、有料プラン画面の表示、購入・復元の結果、サブスクリプション登録時のカテゴリと金額(サービス名は送信しません)、共有カードの生成、レビュー導線・フィードバック導線の操作。
- 収集しない情報: 氏名・メールアドレス・電話番号・位置情報・支払いカード情報・サブスクリプションのサービス名やメモ等、利用者個人を特定できる情報は一切送信しません。
詳細は PostHog プライバシーポリシー をご覧ください。分析の取り扱いに関するご要望は、本ポリシー末尾の連絡先までお問い合わせください。
3. データの保管場所と期間
| データ種別 | 保管場所 | 保管期間 |
|---|---|---|
| サブスクリプション情報・診断履歴・設定 | 端末内 SQLite | 利用者がアプリを削除するまで |
| Google アクセストークン | 端末内 AsyncStorage | トークン有効期限まで、または利用者がサインアウトするまで |
| 購入レシート | Apple / Google / RevenueCat | 各社の規約に準じます |
| 匿名の利用イベント・IDFV | PostHog(app.posthog.com) | PostHog の規約・保持設定に準じます |
4. 利用者の権利と操作
- 削除: 本アプリをアンインストールすると、端末内に保存されたすべてのデータが削除されます(購入履歴を除く)。
- カレンダー連携の解除: 本アプリの設定からいつでも Google アカウントとの連携を解除できます。
- 購入の復元: 設定画面の「購入を復元」から、同一 Apple ID / Google アカウントでの過去の購入を復元できます。
- 通知の管理: 端末の OS 設定または本アプリの通知設定から、通知の有効・無効を切り替えられます。
5. 子供のプライバシー
本アプリは 13 歳未満の児童を主たる利用対象としていません。13 歳未満の児童から個人を特定できる情報を意図的に収集することはありません。保護者の方は、お子様が本アプリを利用する場合、本ポリシーをご確認ください。
6. セキュリティ
本アプリは外部サービスとの通信に HTTPS を用い、合理的なセキュリティ対策を講じます。ただしインターネット通信およびデバイス上のストレージに 100% 安全な方式は存在しないため、絶対的な安全を保証するものではありません。
7. 第三者サービスのリンク
本アプリにはサポート・ヘルプ・サービス公式サイトへのリンクが含まれる場合があります。これらのリンク先のプライバシー方針は各サイトの管理者にお問い合わせください。
8. ポリシーの変更
本ポリシーは法令の改正や本アプリの機能変更に応じて改訂することがあります。重要な変更がある場合は、本アプリ内またはストア掲載ページで通知します。本ページの「最終更新日」を改訂日として扱います。
9. 連絡先
本ポリシーまたは本アプリのプライバシーに関するお問い合わせは、以下までご連絡ください。
- サポート: サポートページ