Procházet zdrojové kódy

Update StoreKit prices, App Store description, and subscription manifest.

Align Paywall.storekit display prices with current Pro tiers and refresh
the full App Store listing description with subscription plan details.

Co-authored-by: Cursor <cursoragent@cursor.com>
Uzair Tahir před 2 týdny
rodič
revize
3304c3540f

+ 3 - 3
App for Indeed/Paywall.storekit

@@ -45,7 +45,7 @@
45 45
           "codeOffers" : [
46 46
 
47 47
           ],
48
-          "displayPrice" : "9.99",
48
+          "displayPrice" : "4.99",
49 49
           "familyShareable" : false,
50 50
           "groupNumber" : 1,
51 51
           "internalID" : "A1000001",
@@ -73,7 +73,7 @@
73 73
           "codeOffers" : [
74 74
 
75 75
           ],
76
-          "displayPrice" : "19.99",
76
+          "displayPrice" : "14.99",
77 77
           "familyShareable" : false,
78 78
           "groupNumber" : 2,
79 79
           "internalID" : "A1000002",
@@ -101,7 +101,7 @@
101 101
           "codeOffers" : [
102 102
 
103 103
           ],
104
-          "displayPrice" : "39.99",
104
+          "displayPrice" : "59.99",
105 105
           "familyShareable" : false,
106 106
           "groupNumber" : 3,
107 107
           "internalID" : "A1000003",

+ 9 - 6
app-connect/app-data/description.txt

@@ -44,19 +44,22 @@ SETTINGS & APPEARANCE
44 44
 
45 45
 APP FOR INDEED PRO
46 46
 
47
-Go further with auto-renewing weekly, monthly, or yearly subscriptions billed securely through your Apple ID:
47
+Unlock premium features with auto-renewing subscriptions billed securely through your Apple ID:
48 48
 
49
-• Unlimited AI job search on Home (free access includes a limited number of searches).
50
-• Save jobs and open listings in the embedded Indeed browser.
51
-• Full CV Maker access, multiple profiles, and PDF export.
52
-• Role, company, and skill shortcuts on Home.
49
+• Weekly Pro — flexible access for short job hunts.
50
+• Monthly Pro — balanced plan for regular search and CV work.
51
+• Yearly Pro — best long-term value; includes a 3-day free trial for new subscribers.
53 52
 
54
-Manage or cancel subscriptions anytime in System Settings → Apple ID → Subscriptions. Payment is charged to your Apple ID at confirmation. Subscriptions renew automatically unless canceled at least 24 hours before the end of the current period. Refunds are handled by Apple according to Apple’s policies.
53
+Pro includes unlimited AI job search on Home, saved jobs with in-app Indeed browsing, full CV Maker with profiles and PDF export, and Role / Company / Skill shortcuts.
55 54
 
56 55
 FREE TIER
57 56
 
58 57
 Try core Home AI search before upgrading. Free users can send a limited number of job-search messages; Pro unlocks unlimited searches and premium tools.
59 58
 
59
+SUBSCRIPTION TERMS
60
+
61
+Payment is charged to your Apple ID at confirmation. Subscriptions renew automatically unless canceled at least 24 hours before the end of the current period. Manage or cancel anytime in System Settings → Apple ID → Subscriptions. Refunds are handled by Apple according to Apple’s policies. Pricing may vary by storefront; the price shown at purchase applies.
62
+
60 63
 PRIVACY & DATA
61 64
 
62 65
 • Saved profiles, jobs, and preferences are stored locally on your Mac.

+ 31 - 0
app-connect/subscriptions.manifest.json

@@ -0,0 +1,31 @@
1
+{
2
+  "subscriptionGroupId": "22102255",
3
+  "subscriptionGroupName": "App for Indeed Pro",
4
+  "products": [
5
+    {
6
+      "productId": "com.hwaccount.appforindeed.pro.weekly",
7
+      "subscriptionId": "6771364826",
8
+      "referenceName": "Weekly Pro",
9
+      "displayPrice": "4.99",
10
+      "period": "P1W",
11
+      "state": "MISSING_METADATA"
12
+    },
13
+    {
14
+      "productId": "com.hwaccount.appforindeed.pro.monthly",
15
+      "subscriptionId": "6771365425",
16
+      "referenceName": "Monthly Pro",
17
+      "displayPrice": "14.99",
18
+      "period": "P1M",
19
+      "state": "MISSING_METADATA"
20
+    },
21
+    {
22
+      "productId": "com.hwaccount.appforindeed.pro.yearly",
23
+      "subscriptionId": "6771365559",
24
+      "referenceName": "Yearly Pro",
25
+      "displayPrice": "59.99",
26
+      "period": "P1Y",
27
+      "state": "MISSING_METADATA",
28
+      "introductoryOffer": "3-day free trial"
29
+    }
30
+  ]
31
+}