feat: replace custom paywalls with SubscriptionStoreView

Use Apple's SubscriptionStoreView for subscription UI instead of
custom pricing cards. Onboarding flow keeps feature pages but
embeds PaywallView for the pricing page. Removes ~500 lines of
custom pricing UI (PricingOptionCard, OnboardingPricingRow,
PricingBackground, SportsIconWithGlow).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-02-09 17:20:20 -06:00
parent 244ea5e107
commit 213d2bae53
3 changed files with 50 additions and 807 deletions

View File

@@ -1,146 +0,0 @@
{
"identifier" : "D8F3A2B1-4E5C-6D7F-8A9B-0C1D2E3F4A5B",
"nonRenewingSubscriptions" : [
],
"products" : [
],
"settings" : {
"_applicationInternalID" : "6741234567",
"_developerTeamID" : "V3PF3M6B6U",
"_failTransactionsEnabled" : false,
"_locale" : "en_US",
"_storefront" : "USA",
"_storeKitErrors" : [
{
"current" : null,
"enabled" : false,
"name" : "Load Products"
},
{
"current" : null,
"enabled" : false,
"name" : "Purchase"
},
{
"current" : null,
"enabled" : false,
"name" : "Verification"
},
{
"current" : null,
"enabled" : false,
"name" : "App Store Sync"
},
{
"current" : null,
"enabled" : false,
"name" : "Subscription Status"
},
{
"current" : null,
"enabled" : false,
"name" : "App Transaction"
},
{
"current" : null,
"enabled" : false,
"name" : "Manage Subscriptions Sheet"
},
{
"current" : null,
"enabled" : false,
"name" : "Refund Request Sheet"
},
{
"current" : null,
"enabled" : false,
"name" : "Offer Code Redeem Sheet"
}
]
},
"subscriptionGroups" : [
{
"id" : "21514523",
"localizations" : [
],
"name" : "SportsTime Pro",
"subscriptions" : [
{
"adHocOffers" : [
],
"codeOffers" : [
],
"displayPrice" : "2.99",
"familyShareable" : false,
"groupNumber" : 1,
"internalID" : "6741234568",
"introductoryOffer" : {
"displayPrice" : "0.99",
"internalID" : "6741234569",
"numberOfPeriods" : 1,
"paymentMode" : "payAsYouGo",
"subscriptionPeriod" : "P1M"
},
"localizations" : [
{
"description" : "Unlimited trips, PDF export, and progress tracking",
"displayName" : "Monthly",
"locale" : "en_US"
}
],
"productID" : "com.88oakapps.SportsTime.pro.monthly",
"recurringSubscriptionPeriod" : "P1M",
"referenceName" : "Pro Monthly",
"subscriptionGroupID" : "21514523",
"type" : "RecurringSubscription",
"winbackOffers" : [
]
},
{
"adHocOffers" : [
],
"codeOffers" : [
],
"displayPrice" : "29.99",
"familyShareable" : false,
"groupNumber" : 1,
"internalID" : "6741234570",
"introductoryOffer" : {
"displayPrice" : "19.99",
"internalID" : "6741234571",
"numberOfPeriods" : 1,
"paymentMode" : "payAsYouGo",
"subscriptionPeriod" : "P1Y"
},
"localizations" : [
{
"description" : "Unlimited trips, PDF export, and progress tracking - Best Value!",
"displayName" : "Annual",
"locale" : "en_US"
}
],
"productID" : "com.88oakapps.SportsTime.pro.annual2",
"recurringSubscriptionPeriod" : "P1Y",
"referenceName" : "Pro Annual",
"subscriptionGroupID" : "21514523",
"type" : "RecurringSubscription",
"winbackOffers" : [
]
}
]
}
],
"version" : {
"major" : 4,
"minor" : 0
}
}