From dee1419970c875bd90e9bb6d651b5dcc6271b5ee Mon Sep 17 00:00:00 2001 From: Bartosz Rozwarski Date: Thu, 7 Dec 2023 09:47:35 +0100 Subject: [PATCH] remove group identifier from notify configure --- Example/WalletApp/ApplicationLayer/ConfigurationService.swift | 1 - Sources/WalletConnectNotify/Notify.swift | 1 - 2 files changed, 2 deletions(-) diff --git a/Example/WalletApp/ApplicationLayer/ConfigurationService.swift b/Example/WalletApp/ApplicationLayer/ConfigurationService.swift index d8cfd3afe..215f59493 100644 --- a/Example/WalletApp/ApplicationLayer/ConfigurationService.swift +++ b/Example/WalletApp/ApplicationLayer/ConfigurationService.swift @@ -24,7 +24,6 @@ final class ConfigurationService { Web3Wallet.configure(metadata: metadata, crypto: DefaultCryptoProvider(), environment: BuildConfiguration.shared.apnsEnvironment) Notify.configure( - groupIdentifier: "group.com.walletconnect.sdk", environment: BuildConfiguration.shared.apnsEnvironment, crypto: DefaultCryptoProvider() ) diff --git a/Sources/WalletConnectNotify/Notify.swift b/Sources/WalletConnectNotify/Notify.swift index a86ffc892..9ed189307 100644 --- a/Sources/WalletConnectNotify/Notify.swift +++ b/Sources/WalletConnectNotify/Notify.swift @@ -25,7 +25,6 @@ public class Notify { /// Wallet's configuration method static public func configure( pushHost: String = "echo.walletconnect.com", - groupIdentifier: String, environment: APNSEnvironment, crypto: CryptoProvider, notifyHost: String = "notify.walletconnect.com",