summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-04-02 13:16:20 +0200
committerAndrej Mihajlov <and@mullvad.net>2020-04-02 13:16:20 +0200
commit11a4a71e7dfce7f613408d83a0285ad1fac51972 (patch)
treec3ed46d38f1b9c753c882a50601578e12952a09d /ios
parent9c5d0089dd5f052d6b76ad9dabea40a97f624f96 (diff)
downloadmullvadvpn-11a4a71e7dfce7f613408d83a0285ad1fac51972.tar.xz
mullvadvpn-11a4a71e7dfce7f613408d83a0285ad1fac51972.zip
AppStore is having rainy days. Retry 10x of what we usually do
Diffstat (limited to 'ios')
-rw-r--r--ios/MullvadVPN/AccountViewController.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/AccountViewController.swift b/ios/MullvadVPN/AccountViewController.swift
index c9fd33dff3..2e78e74448 100644
--- a/ios/MullvadVPN/AccountViewController.swift
+++ b/ios/MullvadVPN/AccountViewController.swift
@@ -93,7 +93,7 @@ class AccountViewController: UIViewController {
purchaseButton.isLoading = true
requestProductsSubscriber = AppStorePaymentManager.shared.requestProducts(with: [.thirtyDays])
- .retry(1)
+ .retry(10)
.receive(on: DispatchQueue.main)
.restrictUserInterfaceInteraction(with: self.purchaseButtonInteractionRestriction, animated: true)
.sink(receiveCompletion: { [weak self] (completion) in