プライバシーポリシー
最終更新日:2026年7月29日
Inkline(以下「本アプリ」)は、1日1行の日記を書き、過去の同じ日と再会するためのiOSアプリです。日記は極めて私的な記録であるため、本アプリは「日記の内容を開発者が受け取らない」ことを設計の前提としています。本ポリシーでは、本アプリが取り扱う情報、その利用目的、保存場所、外部サービスの利用について説明します。
1. 取得・保存する情報
1-1. ユーザーが入力・保存するデータ
本アプリでは、以下の情報をユーザーが入力し、保存できます。
- 日記の本文(1日1行・上限300字)
- 日付(内部的には「YYYY-MM-DD」形式の暦日として保持されます)
- その日の天気アイコン(8種類から選択)
- 作成日時・更新日時
- 添付した写真(Pro版機能)
これらのデータは、端末内の SwiftData ストア(App Group 共有コンテナ配下) に保存されます。本アプリは、日記の本文・写真・天気を開発者のサーバーへ送信しません。開発者がユーザーの日記を閲覧することはできません。
1-2. アプリ設定
リマインダーの有無と時刻、日付の切り替え設定(夜ふかしモード)、テーマ、アプリアイコン、購入状態のキャッシュ、オンボーディング完了状態などの設定値は、App Group の UserDefaults に保存されます。
1-3. 写真(Pro版機能)
本アプリは、ユーザーの操作により、1日につき1枚の写真を日記に添付できます。
- 写真の選択には iOS 標準の写真ピッカー(PHPicker)を使用します。本アプリがフォトライブラリ全体へアクセスすることはありません
- 添付された写真は、長辺2048pxへ縮小したうえで端末内に保存されます
- 原本はユーザーのフォトライブラリに残ります。本アプリが保持するのは縮小されたコピーのみです
- 写真は、ユーザーが共有シートで明示的に共有した場合を除き、外部へ送信されません
1-4. iCloud同期(Pro版機能)
Pro版が有効な場合、ユーザーの日記データを iCloud(CloudKit のプライベートデータベース)経由で同一 Apple ID の端末間で同期します。
- 保存先は ユーザー自身の iCloud 領域 であり、開発者はその内容を取得・閲覧できません
- 同期の対象は日記データ(本文・天気・写真・日時)です。アプリ設定は同期対象に含みません
- 無料版では iCloud への同期は行われず、データは端末内にのみ保存されます
1-5. ローカルバックアップ・書き出し
本アプリは、データ消失を防ぐため、端末内に自動バックアップ(JSON形式のスナップショット・直近数世代のローテーション)を保存します。これは端末内のアプリ領域に保存され、外部へ送信されません。
また、ユーザーの操作により、以下の書き出しを行えます。書き出したファイルの送信先は、ユーザーが共有シートで選択したアプリ・サービスです。
- JSON書き出し(無料):日付・本文・天気・日時を含みます(写真は含みません)
- テキスト書き出し(無料):日付見出しと本文のみを含みます
- PDFブックの作成(Pro版機能):本文・天気・写真を含む冊子を端末内で生成します
1-6. 通知に関する情報
本アプリは、記入忘れを防ぐためのリマインダーとして ローカル通知 を利用します。
- 通知は端末上でスケジュールされます
- 通知の許可は iOS の権限ダイアログを通じて取得されます
- プッシュ通知用デバイストークンの収集や、開発者サーバーへの送信は行いません
1-7. アプリ内課金に関する情報
本アプリは、Pro版機能(写真添付・iCloud同期・テーマ・アプリアイコン・PDFブック)の提供のため、Apple の App Store によるアプリ内課金(買い切り)を利用します。
- 購入、請求、支払い方法、返金等の決済情報は Apple により処理されます
- 開発者は、クレジットカード番号等の決済情報を取得しません
- 本アプリは、購入状態の確認、復元、Pro機能の提供のために、Apple が提供する購入・権利情報および端末内に保存した購入状態を利用します
- ファミリー共有に対応しています
1-8. 外部リンク
本アプリには、以下の外部ページへ遷移する機能があります。
- プライバシーポリシー
- 利用規約
- お問い合わせフォーム
- 開発者サイト(https://yssdev.com)
- App Store のレビュー画面
これらの外部ページを利用した場合、リンク先サービスのプライバシーポリシー等が適用されます。
1-9. 取得しない情報
本アプリは、次の情報を取得しません。
- 広告識別子(本アプリは広告を表示しません)
- 利用状況の計測・解析情報(アナリティクスSDKを組み込んでいません)
- アカウント情報(アカウント登録の仕組みがありません)
- 位置情報、連絡先、マイク、カメラ、ヘルスケアデータ、Bluetooth
2. 利用目的
本アプリは、取得・保存した情報を以下の目的で利用します。
- 日記の記入、保存、表示、検索、および過去の同じ日との比較表示という主要機能を提供するため
- リマインダー通知を配信するため
- ウィジェットに当日および過去の記録を表示するため
- ユーザーの操作に応じて、iCloud同期、バックアップ、書き出し、PDFブック作成を行うため
- Pro版機能の提供、購入状態の確認、復元対応のため
- お問い合わせ対応のため
3. 保存場所と保存期間
- 日記データ:端末内の SwiftData ストア(App Group 共有コンテナ)。Pro版有効時はユーザー自身の iCloud にも保存されます
- 設定値:端末内の UserDefaults(App Group 共有)
- 自動バックアップ・サムネイルキャッシュ:端末内のアプリ領域
- 保存されたデータは、ユーザーが削除するまで保持されます。アプリをアンインストールした場合、端末内データは削除されます。iCloud 上のデータ、およびユーザーが書き出したファイルは、ユーザー自身が削除するまで残る場合があります
4. 第三者提供
本アプリは、ユーザーが記入した日記の本文、写真、天気等の内容を、開発者が取得したり、第三者へ提供・販売したりしません。
本アプリが利用する外部サービスは、次のとおりです。
- Apple:App Store によるアプリ内課金、購入の復元、iCloud(CloudKit)によるデータ同期、iOS のバックアップ
広告事業者、解析事業者その他の第三者SDKは組み込んでいません。
5. ユーザーによる管理手段
ユーザーは、以下の方法で情報を管理できます。
- アプリ内で日記、写真、天気を編集・削除する
- 設定画面から「すべてのデータを削除」を実行する(実行前に書き出しを提案します)
- JSON・テキストで書き出し、他のアプリやサービスへ保存する(無料機能として常時提供します)
- iOS の設定から通知の許可を変更・無効化する
- iOS の設定から本アプリの iCloud 利用を無効化する
- 端末から本アプリを削除する
6. セキュリティ
本アプリは、必要最小限の情報のみを端末内で取り扱います。iCloud に関する通信および保存は、Apple のセキュリティ対策に依存します。端末 OS およびアプリを最新の状態に保ってご利用ください。
なお、本アプリは独自のパスコード・生体認証ロックを備えていません。他者に見られたくない場合は、iOS 標準の「Face ID を要求」(アプリアイコンの長押しから設定)をご利用ください。
7. 子どものプライバシー
本アプリは一般利用者向けであり、13歳未満の児童を主たる対象として設計したものではありません。
8. 国際的なデータ移転
本アプリ自体は、日記データを開発者のサーバーへ送信しません。ただし、アプリ内課金および iCloud 同期に関連して、Apple が国外でデータを処理する場合があります。詳細は Apple のポリシーをご確認ください。
9. お問い合わせ
本ポリシーに関するお問い合わせは、以下よりご連絡ください。
- https://yssdev.com/contact
- k.yamashita8436@gmail.com
10. 改定
本ポリシーは、機能追加、法令改正、プラットフォーム要件の変更等に応じて改定されることがあります。重要な変更がある場合は、アプリ内または配布ページ等で周知することがあります。
Privacy Policy (English)
Last updated: July 29, 2026
Inkline (the "App") is an iOS app for writing one line a day and meeting your past self on the same date. Because a diary is deeply personal, the App is designed so that the developer never receives your entries. This policy explains what information the App handles, how it is used, where it is stored, and which external services are involved.
1. Information We Handle
1-1. Content you write
- Diary text (one line per day, up to 300 characters)
- The date of each entry (stored internally as a "YYYY-MM-DD" calendar day)
- A weather icon for the day (chosen from eight options)
- Creation and update timestamps
- Attached photos (Pro feature)
This data is stored in a SwiftData store inside the App Group container on your device. The App does not transmit your entries, photos, or weather selections to the developer's servers, and the developer cannot read your diary.
1-2. App settings
Reminder on/off and time, the day-boundary setting ("night owl mode"), theme, app icon, cached purchase state, and onboarding completion are stored in App Group UserDefaults on your device.
1-3. Photos (Pro)
With your action, the App can attach one photo per day.
- Photos are selected through the standard iOS photo picker (PHPicker). The App does not request access to your entire photo library
- Attached photos are resized to a maximum edge of 2048px and stored on your device
- The original remains in your photo library; the App keeps only a reduced copy
- Photos are never transmitted externally except when you explicitly share them through the system share sheet
1-4. iCloud sync (Pro)
When Pro is active, diary data is synced across your devices signed in to the same Apple ID via iCloud (CloudKit private database).
- Data is stored in your own iCloud account; the developer cannot access or view it
- Only diary data (text, weather, photos, timestamps) is synced. App settings are not
- In the free version, no data is synced to iCloud and everything stays on your device
1-5. Local backups and exports
To protect against data loss, the App keeps automatic JSON snapshots on your device (a small number of rotating generations). These are stored locally and are not transmitted.
You can also export your data. Exported files go wherever you choose in the system share sheet.
- JSON export (free): dates, text, weather, and timestamps (photos are not included)
- Plain text export (free): date headings and text only
- PDF book (Pro): a booklet generated on device, including text, weather, and photos
1-6. Notifications
The App uses local notifications as a writing reminder.
- Notifications are scheduled on your device
- Permission is requested through the standard iOS dialog
- The App does not collect push notification device tokens or send them anywhere
1-7. In-app purchases
The App offers a one-time in-app purchase through the App Store for Pro features (photo attachment, iCloud sync, themes, app icons, and PDF book).
- Purchases, billing, payment methods, and refunds are processed by Apple
- The developer does not receive your payment details
- The App uses Apple-provided purchase and entitlement information, plus a locally cached purchase state, to unlock and restore Pro features
- Family Sharing is supported
1-8. External links
The App links to the following external pages: this privacy policy, the terms of service, a contact form, the developer site (https://yssdev.com), and the App Store review page. Those pages are governed by their own policies.
1-9. What we do not collect
- Advertising identifiers (the App shows no ads)
- Usage analytics (no analytics SDK is embedded)
- Account information (there are no accounts)
- Location, contacts, microphone, camera, health data, or Bluetooth
2. Purposes of Use
- Providing core features: writing, saving, displaying, searching, and comparing entries with the same date in past periods
- Delivering reminder notifications
- Showing today's and past entries in widgets
- Performing iCloud sync, backup, export, and PDF creation when you request them
- Providing, verifying, and restoring Pro features
- Responding to inquiries
3. Storage and Retention
- Diary data: SwiftData store on your device (App Group container); also your own iCloud when Pro is active
- Settings: UserDefaults on your device (App Group)
- Automatic backups and thumbnail caches: local app storage
- Data is retained until you delete it. Uninstalling the App removes on-device data. Data in iCloud and files you exported remain until you delete them yourself
4. Third Parties
The developer does not obtain, share, or sell the contents of your diary, photos, or weather selections.
The only external service the App relies on is:
- Apple: in-app purchases and restore, iCloud (CloudKit) sync, and iOS backups
No advertising, analytics, or other third-party SDKs are embedded.
5. Your Controls
- Edit or delete entries, photos, and weather in the App
- Use "Delete all data" in Settings (an export is offered first)
- Export to JSON or plain text at any time — these remain free features
- Change or revoke notification permission in iOS Settings
- Disable iCloud for the App in iOS Settings
- Uninstall the App
6. Security
The App handles a minimal amount of information, primarily on device. Communication with and storage in iCloud rely on Apple's security measures. Please keep your OS and apps up to date.
The App does not implement its own passcode or biometric lock. If you want to keep it private, use the standard iOS "Require Face ID" option (long-press the app icon).
7. Children's Privacy
The App is intended for general users and is not primarily designed for children under 13.
8. International Transfers
The App does not send diary data to the developer's servers. However, Apple may process data outside your country in connection with in-app purchases and iCloud sync. See Apple's policies for details.
9. Contact
- https://yssdev.com/contact
- k.yamashita8436@gmail.com
10. Changes
This policy may be revised in response to new features, legal changes, or platform requirements. Significant changes will be announced in the App or on the distribution page.