|
@@ -15,7 +15,7 @@ enum PurchaseError: Equatable {
|
|
|
var message: String {
|
|
var message: String {
|
|
|
switch self {
|
|
switch self {
|
|
|
case .productsLoadTimeout:
|
|
case .productsLoadTimeout:
|
|
|
- "Couldn't load subscription products right now. Check your StoreKit configuration / internet and try again."
|
|
|
|
|
|
|
+ "Couldn't load subscription options right now. Check your internet connection and try again."
|
|
|
case .subscriptionUnavailable:
|
|
case .subscriptionUnavailable:
|
|
|
"This subscription is currently unavailable. Please try again in a moment."
|
|
"This subscription is currently unavailable. Please try again in a moment."
|
|
|
case .planUnavailable:
|
|
case .planUnavailable:
|