diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-04-02 13:16:20 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-04-02 13:16:20 +0200 |
| commit | 11a4a71e7dfce7f613408d83a0285ad1fac51972 (patch) | |
| tree | c3ed46d38f1b9c753c882a50601578e12952a09d | |
| parent | 9c5d0089dd5f052d6b76ad9dabea40a97f624f96 (diff) | |
| download | mullvadvpn-11a4a71e7dfce7f613408d83a0285ad1fac51972.tar.xz mullvadvpn-11a4a71e7dfce7f613408d83a0285ad1fac51972.zip | |
AppStore is having rainy days. Retry 10x of what we usually do
| -rw-r--r-- | ios/MullvadVPN/AccountViewController.swift | 2 |
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 |
