# MyFinalKey — End-of-Life Planning Assistant

> Secure digital vault and AI assistant for comprehensive end-of-life planning. (iPhone/iPad app by MATTHEW ALLEN COLAN.)

- Source: https://appshunter.io/ios/app/myfinalkey/id6756896149 (this page in markdown: same URL + `.md`)
- Developer: [MATTHEW ALLEN COLAN](https://appshunter.io/developer/1863529242)
- Category: Productivity, Lifestyle
- Price: Free with in-app purchases
- Rating: 5.00/5 from 1 App Store ratings
- Age rating: 4+
- Requires: iOS 15.1 · 32 MB
- Languages: English
- Released: 2026-02-17
- Data updated: 2026-06-28
- Monetization: free with in-app purchases
- User reviews in markdown: https://appshunter.io/ios/app/myfinalkey/id6756896149/reviews.md

## What is MyFinalKey?

MyFinalKey is the world’s first secure digital vault for end-of-life with an AI planning assistant to help you through the entire process. Organize everything your loved ones will need—all in one protected place. 

SECURE YOUR LEGACY 

Store personal information, advanced directives, wills and trusts, account details, and final wishes with bank-level AES-256 encryption. Your data stays private and protected.

COMPREHENSIVE PLANNING
• Personal & family information 
• Property and asset details 
• Advance directives and DNR preferences
• Funeral and burial preferences
• Medical history, medications, and healthcare directives
• Financial accounts, investments, and insurance
• Important documents and passwords

SHARE WITH THOSE YOU TRUST
Designate keyholders and successors who can access specific information when needed. You control exactly what each person can see with granular lock/unlock permissions. 

MEET ORION, THE WORLD’S FIRST EOL PLANNING AI ASSISTANT 
Get personalized guidance on your end-of-life planning journey. Orion helps you understand what to prioritize and answers your questions along the way.

DOCUMENT VAULT 
Securely store important documents like wills, trusts, advance directives, insurance policies, deeds, and more. Upload, organize, and share with your designated contacts.

FLEXIBLE PLANS  (subscription required, sold separately) 
• Basic: Essential planning tools  
• Plus: Enhanced document storage
• Premium: Full vault access with priority support

PRIVACY FIRST
Your sensitive information is encrypted end-to-end. We never sell your data or share it with advertisers. You own your information.

Start planning today. Give yourself and your loved ones peace of mind.

Terms of Use: https://www.apple.com/legal/internet-services/itunes/dev/stdeula/

## Key features

- Secure digital vault for documents
- AI planning assistant
- Organize personal information
- Designate keyholders and successors
- Granular access permissions
- End-to-end encryption

## Pricing and in-app purchases

Base price: Free.

**Subscriptions**

| Subscription | Price | Period |
| --- | --- | --- |
| Plus Monthly Subscription | $6.99 | per month |
| Basic Annual Subscription | $24.99 | per year |
| Premium Monthly Subscription | $9.99 | per month |
| Plus Annual Subscription | $59.99 | per year |
| Premium Annual Subscription | $99.99 | per year |
| Founding Member Beta Tester | $29.99 | per year |
| Basic Spouse Annual Shared Plan | $44.99 | per year |
| Plus Spouse Annual Shared Plan | $79.99 | per year |
| Premium Family Annual Shared Plan | $169.99 | per year |
| Premium Spouse Annual Shared Plan | $119.99 | per year |



## Frequently asked questions about MyFinalKey

### What is MyFinalKey?

MyFinalKey is a secure digital vault designed to help you organize all essential end-of-life information and documents. It features an AI assistant named Orion to guide you through the planning process.

### What kind of information can I store in MyFinalKey?

You can store personal and family information, property and asset details, advance directives, funeral preferences, medical history, financial accounts, important documents, and passwords. All data is protected with AES-256 encryption.

### How does MyFinalKey handle sharing information?

You can designate keyholders and successors who can access specific information within the vault. MyFinalKey offers granular lock/unlock permissions, allowing you to control exactly what each person can view.

### Does MyFinalKey have ads?

Yes, MyFinalKey contains advertisements. As a free application with in-app purchases, it utilizes ads to support its services.

### What are the subscription plans for MyFinalKey?

MyFinalKey offers flexible subscription plans: Basic for essential tools, Plus for enhanced document storage, and Premium for full vault access with priority support. Subscriptions are sold separately.

### Is my data safe with MyFinalKey?

Yes, MyFinalKey prioritizes privacy with end-to-end encryption. Your sensitive information is protected, and the company states they never sell your data or share it with advertisers.

### What devices does MyFinalKey support?

MyFinalKey is available on iPhone, iPad, and iPod. It is designed to be accessible across various Apple devices.

### How often is MyFinalKey updated?

The latest version of MyFinalKey is 1.9.0, and it was last updated on June 2, 2026. This indicates a relatively active development cycle.

## Version history (last 5 releases)

### 1.9.0 — 2026-06-02

Builds on the encryption foundation from 1.7.0. No new IAP products,
  no new permissions. One new SDK added: @sentry/react-native for crash
  reporting (no user PII collected, DSN-only telemetry).

  --- USER-VISIBLE CHANGES ---

  1. Vault Data Isolation (all task screens)
     Every vault storage path is now scoped to the authenticated user's
     ID. Previously, some paths used a shared prefix — now each user's
     financial, property, professional, utility, funeral, membership,
     document, and portal credential data is stored under their own
     namespace. Existing data was migrated automatically.

  2. Keyholder Access Controls
     Keyholders can no longer access passwords, loyalty points,
     documents, or portal credentials. Access is gated through the
     unified_access_grants table. Successor access is unchanged.

  3. End-of-Life Unlock Flow
     Single terminal unlock transition that honors the
     requireSecretCodeValidation policy. Prevents duplicate grants and
     ensures the death verification flow completes atomically.

  4. Invitation Acceptance Improvements
     - Terminal screens (accepted/expired/error) now have properly sized
       buttons and clear stale invitation tokens
     - Invitation lockout UX improved for beta testers
     - Final Wishes "view-as" access now works for all 18 categories

  5. Successor Prompt Banner
     Dashboard banner now correctly recognizes pending successor
     invitations and drives users to complete the trusted-party
     handshake.

  6. Feedback Button → Modal
     The floating feedback tab replaced with a bottom-sheet modal,
     eliminating overlap with navigation elements.

  7. Idle Lock Overlay
     Improved auto-lock behavior when app is backgrounded.

  8. Dashboard Full-Screen Scroll
     Entire dashboard (header + cards) now scrolls as one view.

  --- SECURITY FIXES ---

  - PBKDF2 key derivation: length parameter corrected from bytes to bits
    per react-native-aes-crypto API (was producing 256-bit keys from a
    32-bit derivation — now correctly derives 256-bit keys)
  - Atomic master-key enrollment with native CSPRNG for trusted-party
    wrapping
  - Vault keychain unlock cache no longer gated behind biometric check
  - Duplicate trusted-party grants prevented
  - Owner-only access enforced on /api/vault/sensitive-data/:userId
  - Profile image cache namespaced per userId

  --- CRASH REPORTING ---

  @sentry/react-native added for production crash monitoring. No user
  PII collected. Only crash stack traces and device metadata (OS version,
  app version) are transmitted to Sentry. DSN configured server-side.

  --- REVIEWER TEST FLOW ---

  Same test accounts as previous submissions:
  Account #1 (Owner):  appreview-owner@myfinalkey.com / Review2026!
  Account #2 (Spouse): appreview-spouse@myfinalkey.com / Review2026!

  Key flows to verify:
  1. Log in → Dashboard scrolls fully (header + cards)
  2. Settings → Recovery Code (set/change code flow)
  3. Settings → Add Successor → send invitation
  4. Accept invitation from Account #2
  5. Verify keyholder cannot access passwords/documents
  6. Family Plan and Refer a Friend flows unchanged from 1.6.0

  --- PRIVACY ---

  No new user data collected. Sentry receives only crash telemetry
  (stack traces, device model, OS version). Recovery Code never leaves
  the device. All vault data encrypted with AES-256-CBC + HMAC-SHA-256.

### 1.7.0 — 2026-04-25

This release hardens MyFinalKey's encryption and adds new tools for
keeping your vault under your control.

NEW: Recovery Code
Open Settings → Recovery Code to set a code that becomes the ONLY key
to your vault. Once enabled, even MyFinalKey cannot unlock your vault
without that code. Write it down somewhere safe — we cannot recover it
for you.

NEW: Pending Connections banner
If you invite a Successor or Keyholder who has already set up their own
Recovery Code, your Dashboard shows a banner asking you to finalize the
connection with one tap. This is what links their access to your vault
in a way that keeps everything encrypted end-to-end.

Also in this version:
- Streamlined Add Successor screen (removed an unused field)
- Small copy updates for accuracy
- Backend and encryption hardening behind the scenes

### 1.5 — 2026-03-06

What's New in Version 1.5

iPad Layout Optimization:

Improved responsive scaling across all screens for iPad compatibility. Fixed-dimension elements (logos, icons, cards, buttons) now use moderate scaling instead of full-width scaling, preventing oversized UI elements on iPad while maintaining the same appearance on iPhone.
Dashboard screen: properly scaled logo, profile images, side menu, navigation icons, and category cards for iPad
Checklist screens: category cards and logos now scale appropriately on iPad without pushing content off-screen
Lock/Unlock screens: button icons and profile containers properly sized so the white modal no longer overlaps the blue header text on iPad
Scrollability & Accessibility:

All intro screens (76 screens) now wrap content in a ScrollView, ensuring the "Get Started" button is always reachable on all device sizes including iPhone 12 Pro Max with larger text settings
iPad App Icon & Multitasking Support:

Added all required iPad app icon sizes (20px, 29px, 76px, 152px, 167px) to the asset catalog
Added UIInterfaceOrientationPortraitUpsideDown to supported orientations for iPad multitasking compliance
No Functional Changes:

No changes to subscription logic, IAP flow, or backend services
All changes are UI/layout only — zero impact on existing iPhone behavior
Demo Account:

Email: appreview@myfinalkey.com
Password: Review2024!

### 1.3 — 2026-03-05

What's New in This Version

Bug Fixes & Improvements:

Fixed an issue where the unlock button on the Personal Information screen was not navigating correctly after tapping
Added an "Add Successor" button on all unlocked task screens when no contacts are assigned, making it easier to add successors or key holders directly from any task
Fixed back arrow positioning on lock/unlock screens so it is no longer obscured by other UI elements
Fixed navigation for the Add Successor button to correctly open the successor management screen from any task category

### 1.2 — 2026-02-25

What's New in This Build (v1.1, build 7.0.3):                                                                                            
                                                                                                                                           
  1. Removed Face ID Toggle from Login Screen                                                                                              
  The Face ID / biometric toggle on the login screen has been removed. iOS Keychain AutoFill already provides seamless credential filling  
  via Face ID at the system level, so the in-app toggle was redundant and potentially confusing. Users still benefit from Face ID through  
  the native iOS AutoFill experience.                                                                                                      

  2. Improved Session Persistence
  Fixed an issue where users were unexpectedly logged out after approximately 24 hours. The app now automatically refreshes authentication
  tokens in the background using the existing 30-day device trust mechanism, so users who choose "Remember this device for 30 days" during
  two-factor authentication will stay logged in as expected.

  3. Added Founding Member Subscription
  A new limited-edition "Founding Member" annual subscription ($29.99/year) has been added to the Subscription Management screen. This tier
   provides Premium-level features at a discounted rate for early adopters, limited to 50 members. The product ID is
  com.myfinalkey.subscription.v2.founding.annual and has been configured in App Store Connect within the existing subscription group.

 Demo account credentials remain the same as previously provided.

## Related topics

[end-of-life planning](https://appshunter.io/ios/topics/end-of-life-planning)

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-06-28.*
