MobileWalletProtocol/wallet-mobile-sdk

Bug: Latest version on IOS can't be connected

AmjadKhan2k18 opened this issue · 5 comments

Describe the bug

After updating Coinbase wallet on IOS to latest version it's not showing connect popup

Steps

  1. update Coinbase wallet app on IOS
  2. try to connect

Expected behavior

should show connect screen

Version

1.0.6 on Flutter

Additional info

No response

Desktop

IOS

Smartphone

IOS

What value are you passing into the configure function for the host url?
image

@vishnumad I have been using this configuration from last 1 month and it was working fine until today when I updated to latest version on IOS

 await CoinbaseWalletSDK.shared.configure(
        Configuration(
          ios: IOSConfiguration(
            host: Uri.parse('cbwallet://wsegue'),
            callback: Uri.parse('https://.link.sendcrypto.com/'),
          ),
          android: AndroidConfiguration(
            domain: Uri.parse('https://sendcrypto.com/'),
          ),
        ),
      );

@vishnumad I updated configuration but it didn't worked, can you test latest version from app store if it work?

       ios: IOSConfiguration(
            host: Uri.parse('https://wallet.coinbase.com/wsegue'),
            callback: Uri.parse('https://link.sendcrypto.com/'),
          ),

hi @AmjadKhan2k18 can you try the latest version v28.64 which we released the fix on? thanks.

@bangtoven yes it worked Thanks