diff --git a/apps/ledger-live-mobile/fastlane/Fastfile b/apps/ledger-live-mobile/fastlane/Fastfile index cac05fec9976..f831aa36147d 100644 --- a/apps/ledger-live-mobile/fastlane/Fastfile +++ b/apps/ledger-live-mobile/fastlane/Fastfile @@ -144,7 +144,7 @@ platform :ios do ) match( type: "appstore", - app_identifier: ["com.ledger.live.prerelease"], + app_identifier: "com.ledger.live.prerelease", force: true, generate_apple_certs: true, git_url: ENV["GIT_REPO_URL"],