Skip to content

Add "More iOS Apps" CTA linking to developer App Store page in Settings/About#163

Open
tigpt wants to merge 1 commit intomainfrom
codex/improve-about/settings-view-with-cta
Open

Add "More iOS Apps" CTA linking to developer App Store page in Settings/About#163
tigpt wants to merge 1 commit intomainfrom
codex/improve-about/settings-view-with-cta

Conversation

@tigpt
Copy link
Copy Markdown
Member

@tigpt tigpt commented Jan 14, 2026

Motivation

  • Provide a clear call-to-action in the Settings/About view to promote the developer's other iOS apps on the App Store.
  • Keep feature parity between the main app and the App Clip by surfacing the same link in both views.

Description

  • Added a developerAppsURL property pointing to https://apps.apple.com/developer/tiagorodrigues/id1634871093 in both ios/Shared/MainViews/AboutView.swift and ios/AWSaryAppClip/AboutViewClipApp.swift.
  • Inserted a new Section(header: Text("More iOS Apps")) that shows a Link with a Label (Image(systemName: "apps.iphone") and descriptive text) which opens the developer App Store page.
  • Changes mirror the same UI and behavior in the App Clip settings view to ensure consistency across app targets.

Testing

  • No automated tests were run for this change.

Codex Task


Note

Adds a call-to-action in About/Settings to discover the developer’s other apps, unified across app and App Clip.

  • Introduces developerAppsURL and a new Section("More iOS Apps") showing a Link with Image(systemName: "apps.iphone") in ios/Shared/MainViews/AboutView.swift and ios/AWSaryAppClip/AboutViewClipApp.swift
  • Maintains feature parity between the main app and App Clip by mirroring the UI and destination

Written by Cursor Bugbot for commit 97a7f8a. This will update automatically on new commits. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant