Bug: Latest version on IOS can't be connected
AmjadKhan2k18 opened this issue · 5 comments
AmjadKhan2k18 commented
Describe the bug
After updating Coinbase wallet on IOS to latest version it's not showing connect popup
Steps
- update Coinbase wallet app on IOS
- try to connect
Expected behavior
should show connect screen
Version
1.0.6 on Flutter
Additional info
No response
Desktop
IOS
Smartphone
IOS
vishnumad commented
AmjadKhan2k18 commented
@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/'),
),
),
);
AmjadKhan2k18 commented
@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/'),
),
bangtoven commented
hi @AmjadKhan2k18 can you try the latest version v28.64
which we released the fix on? thanks.
AmjadKhan2k18 commented
@bangtoven yes it worked Thanks