Ver Fonte

Update App Store links to use the published app ID 6785831537.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 há 3 semanas atrás
pai
commit
c7f71288ec
2 ficheiros alterados com 4 adições e 3 exclusões
  1. 2 1
      App AI for Reddit/Utilities/AppLinks.swift
  2. 2 2
      website/index.html

+ 2 - 1
App AI for Reddit/Utilities/AppLinks.swift

@@ -7,7 +7,8 @@ enum AppLinks {
     static let privacy = URL(string: "https://sites.google.com/view/appforreddit/privacy-policy")!
     static let terms = URL(string: "https://sites.google.com/view/appforreddit/terms-and-condition")!
     static let support = URL(string: "https://sites.google.com/view/appforreddit/get-support")!
-    static let appStore = URL(string: "https://apps.apple.com/app/app-ai-for-reddit")!
+    static let appStoreID = "6785831537"
+    static let appStore = URL(string: "https://apps.apple.com/app/id\(appStoreID)")!
 
     static var shareMessage: String {
         "Check out \(appName) — AI-powered tools for Reddit posts, titles, and comments."

+ 2 - 2
website/index.html

@@ -215,7 +215,7 @@
           Draft posts, sharpen titles, and craft smarter comments — all from a native Mac app with Reddit built in.
         </p>
         <div class="hero__actions">
-          <a class="btn btn--primary" href="https://apps.apple.com/app/app-ai-for-reddit">
+          <a class="btn btn--primary" href="https://apps.apple.com/app/id6785831537">
             <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.8-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z"/></svg>
             Download for Mac
           </a>
@@ -300,7 +300,7 @@
   <section class="cta">
     <h2>Ready to level up your Reddit game?</h2>
     <p>Join App AI for Reddit on Mac and start creating content that gets noticed.</p>
-    <a class="btn btn--secondary" href="https://apps.apple.com/app/app-ai-for-reddit">
+    <a class="btn btn--secondary" href="https://apps.apple.com/app/id6785831537">
       <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.8-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z"/></svg>
       Download for Mac
     </a>