[Bug]: interrupting downloading Metamask in AppStore external-contributor #12866
Labels
external-contributor
regression-prod-7.1.0
Regression bug that was found in production in release 7.1.0
Sev2-normal
An issue that may lead to users misunderstanding some limited risks they are taking
team-sdk
SDK team
type-bug
Something isn't working
Describe the bug
i have problem on iphone so when user click button connect metamask and does not have the app on his phone it redirects him to appstore to download the app. But the problem is that user can simply close appstore, and for some reason he cannot click button connect metamsk anymore. Can u help me? Here is the code:
`const { connected, account, sdk } = useSDK();
<Button radius={2} onClick={async () => {
try {
if (sdk) {
await sdk.resume();
await sdk.connect();
}
} catch (error) {
await sdk?.resume();
}
}}>Connect Metamask`
Expected behavior
No response
Screenshots/Recordings
No response
Steps to reproduce
help
Error messages or log output
Detection stage
In production (default)
Version
7.1.0
Build type
None
Device
iphone
Operating system
iOS
Additional context
No response
Severity
No response
The text was updated successfully, but these errors were encountered: