Fix subscription store not loading on TestFlight
The subscription group ID was still set to the old Feels value (21914363). Updated to the correct Reflect group ID (21951685) from App Store Connect. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -379,7 +379,7 @@ AnalyticsManager.shared.trackScreen(.day)
|
||||
- **Production**: Uses `iCloud.com.88oakapps.reflect` CloudKit container, `group.com.88oakapps.reflect` App Group, `Reflect.store` filename
|
||||
- **Toggle**: `#if DEBUG` preprocessor directive in `SharedModelContainer` and throughout codebase
|
||||
- **StoreKit Testing**: `IAPManager.bypassSubscription` flag (DEBUG only) — set to `true` to bypass paywall during development
|
||||
- **Subscription Group ID**: `21914363`
|
||||
- **Subscription Group ID**: `21951685`
|
||||
- **Product IDs**: `com.88oakapps.reflect.IAP.subscriptions.monthly`, `com.88oakapps.reflect.IAP.subscriptions.yearly`
|
||||
- **Trial**: 30-day free trial tracked via `firstLaunchDate` in `GroupUserDefaults`
|
||||
- **URL Scheme**: `reflect://` (deep links: `reflect://subscribe`)
|
||||
|
||||
@@ -47,7 +47,7 @@ class IAPManager: ObservableObject {
|
||||
|
||||
// MARK: - Constants
|
||||
|
||||
static let subscriptionGroupID = "21914363"
|
||||
static let subscriptionGroupID = "21951685"
|
||||
|
||||
private let productIdentifiers: Set<String> = [
|
||||
"com.88oakapps.reflect.IAP.subscriptions.monthly",
|
||||
|
||||
Reference in New Issue
Block a user