Explorar el Código

Align subscription product IDs with App Store bundle identifier format.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 hace 2 semanas
padre
commit
6326af857c

+ 3 - 3
App AI for Reddit/Paywall.storekit

@@ -15,7 +15,7 @@
           "locale" : "en_US"
         }
       ],
-      "productID" : "com.app-for-reddit.pro.lifetime",
+      "productID" : "com.app_for_reddit.pro.lifetime",
       "referenceName" : "Lifetime",
       "type" : "NonConsumable"
     }
@@ -99,7 +99,7 @@
               "locale" : "en_US"
             }
           ],
-          "productID" : "com.app-for-reddit.pro.monthly",
+          "productID" : "com.app_for_reddit.pro.monthly",
           "recurringSubscriptionPeriod" : "P1M",
           "referenceName" : "Monthly",
           "subscriptionGroupID" : "21643201",
@@ -133,7 +133,7 @@
               "locale" : "en_US"
             }
           ],
-          "productID" : "com.app-for-reddit.pro.yearly",
+          "productID" : "com.app_for_reddit.pro.yearly",
           "recurringSubscriptionPeriod" : "P1Y",
           "referenceName" : "Yearly",
           "subscriptionGroupID" : "21643201",

+ 4 - 4
App AI for Reddit/Utilities/SubscriptionProductID.swift

@@ -1,10 +1,10 @@
 import Foundation
 
 enum SubscriptionProductID {
-    static let weekly = "com.app-for-reddit.pro.weekly"
-    static let monthly = "com.app-for-reddit.pro.monthly"
-    static let yearly = "com.app-for-reddit.pro.yearly"
-    static let lifetime = "com.app-for-reddit.pro.lifetime"
+    static let weekly = "com.app_for_reddit.pro.weekly"
+    static let monthly = "com.app_for_reddit.pro.monthly"
+    static let yearly = "com.app_for_reddit.pro.yearly"
+    static let lifetime = "com.app_for_reddit.pro.lifetime"
 
     static let catalog: [String] = [weekly, monthly, yearly, lifetime]
 

+ 4 - 4
App AI for Reddit/paywall.json

@@ -1,9 +1,9 @@
 {
   "productIDs": [
-    "com.app-for-reddit.pro.weekly",
-    "com.app-for-reddit.pro.monthly",
-    "com.app-for-reddit.pro.yearly",
-    "com.app-for-reddit.pro.lifetime"
+    "com.app_for_reddit.pro.weekly",
+    "com.app_for_reddit.pro.monthly",
+    "com.app_for_reddit.pro.yearly",
+    "com.app_for_reddit.pro.lifetime"
   ],
   "leftPanelTitle": "Unlock Full Pro Power",
   "rightTitle": "Go Premium",