diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 76a63d5f8..b7e71fc34 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -86,7 +86,9 @@ platform :ios do git_url: "https://github.com/WalletConnect/match-swift.git", git_basic_authorization: options[:token], api_key: api_key, - include_all_certificates: true + include_all_certificates: true, + force_for_new_devices: true, + force_for_new_certificates: true ) number = latest_testflight_build_number( app_identifier: ENV["APP_IDENTIFIER"],