Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: interrupting downloading Metamask in AppStore external-contributor #12866

Open
dmytroserdiuk16 opened this issue Jan 8, 2025 · 4 comments
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

Comments

@dmytroserdiuk16
Copy link

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

@dmytroserdiuk16 dmytroserdiuk16 added the type-bug Something isn't working label Jan 8, 2025
@github-project-automation github-project-automation bot moved this to To be fixed in Bugs by severity Jan 8, 2025
@github-project-automation github-project-automation bot moved this to To be fixed in Bugs by team Jan 8, 2025
@metamaskbot metamaskbot added external-contributor regression-prod-7.1.0 Regression bug that was found in production in release 7.1.0 labels Jan 8, 2025
@DanielTech21 DanielTech21 added Sev2-normal An issue that may lead to users misunderstanding some limited risks they are taking team-sdk SDK team labels Jan 8, 2025
@DanielTech21
Copy link

Hi @dmytroserdiuk16

Can you please confirm your model device, OS, and MetaMask app version?

Can you please share the screen recording of the steps taken and the error message?

This would help us to investigate it further.

Thank you.

@dmytroserdiuk16
Copy link
Author

dmytroserdiuk16 commented Jan 8, 2025

@metamask/sdk-react-ui: "^0.29.2
iphone 11
there are no errors, it just stop being clickable (user click button - nothing happens)
Recording screen can not provide but here are the steps:

  1. Imagine we have website or Telegram bot where user can connect his metamask wallet
  2. When user click connect button (code i provided u above) and user dont have metamask app - it redirects him to AppStore
  3. User close AppStore himself, even have not started to download Metamask app
  4. User return to website or bot and want to click button Connect one more time - but it is not clickable

Expected result: when user click button it still must redirect him to appstore for the second time

@dmytroserdiuk16
Copy link
Author

@DanielTech21 hello!
Do you have any updates how to solve this issue?

@dmytroserdiuk16
Copy link
Author

@DanielTech21 hello!
Do you have any updates how to solve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: To be fixed
Status: To be fixed
Development

No branches or pull requests

3 participants