Add push notification deep linking and sharing subscription checks

- Add deep link navigation from push notifications to specific task column on kanban board
- Fix subscription check in push notification handler to allow navigation when limitations disabled
- Add pendingNavigationTaskId to handle notifications when app isn't ready
- Add ScrollViewReader to AllTasksView for programmatic scrolling to task column
- Add canShareResidence() and canShareContractor() subscription checks (iOS & Android)
- Add test APNS file for simulator push notification testing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Trey t
2025-12-10 23:17:28 -06:00
parent ed14a1c69e
commit cbe073aa21
21 changed files with 723 additions and 127 deletions
+9
View File
@@ -561,6 +561,15 @@ enum L10n {
static var support: String { String(localized: "profile_support") }
static var contactSupport: String { String(localized: "profile_contact_support") }
static var contactSupportSubtitle: String { String(localized: "profile_contact_support_subtitle") }
// Upgrade Benefits
static var unlockPremiumFeatures: String { String(localized: "profile_unlock_premium_features") }
static var benefitUnlimitedProperties: String { String(localized: "profile_benefit_unlimited_properties") }
static var benefitDocumentVault: String { String(localized: "profile_benefit_document_vault") }
static var benefitResidenceSharing: String { String(localized: "profile_benefit_residence_sharing") }
static var benefitContractorSharing: String { String(localized: "profile_benefit_contractor_sharing") }
static var benefitActionableNotifications: String { String(localized: "profile_benefit_actionable_notifications") }
static var benefitWidgets: String { String(localized: "profile_benefit_widgets") }
}
// MARK: - Settings