Add app icon asset, screenshot exporter, and misc updates
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -42,11 +42,11 @@ class IAPManager: ObservableObject {
|
||||
|
||||
// MARK: - Constants
|
||||
|
||||
static let subscriptionGroupID = "2CFE4C4F"
|
||||
static let subscriptionGroupID = "21914363"
|
||||
|
||||
private let productIdentifiers: Set<String> = [
|
||||
"com.tt.feels.IAP.subscriptions.monthly",
|
||||
"com.tt.feels.IAP.subscriptions.yearly"
|
||||
"com.88oakapps.feels.IAP.subscriptions.monthly",
|
||||
"com.88oakapps.feels.IAP.subscriptions.yearly"
|
||||
]
|
||||
|
||||
private let trialDays = 30
|
||||
|
||||
Reference in New Issue
Block a user