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:
@@ -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