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

Deep Link not working when app is already opened #2252

Open
3 of 5 tasks
cvarjao opened this issue Oct 31, 2024 · 2 comments
Open
3 of 5 tasks

Deep Link not working when app is already opened #2252

cvarjao opened this issue Oct 31, 2024 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@cvarjao
Copy link
Member

cvarjao commented Oct 31, 2024

Description of problem

Opening the wallet with a deep link is not working

Expected behavior

Steps to reproduce

  • Setup BC Wallet
  • Leave wallet open
  • open a website with a deep link (or use the test case below)
# From terminal 1
git clone https://github.com/cvarjao/vc-test-bench.git
cd vc-test-bench.git
yarn install
yarn ts-node src/setup-from-sandbox.ts
ngrok http "file://${PWD}/tmp"

# From terminal 2
export HOLDER_TYPE=manual
yarn jest --runInBand --detectOpenHandles --forceExit src/deep-links.test.ts

 # open the file generated with QR Code: ./tmp/__qrcode.png and scanning it using the built-in camera app
  • click on the deep link
  • Nothing happens. When the payload supposed to be processed and show a proof request

Screenshots and/or log output

Environment

  • Occurs on Android
  • Occurs on iOS

Build #: 1.0.21-2066

Android Device Model:

iOS Device Model:

Workaround

Severity

  • High
  • Medium
  • Low
@cvarjao cvarjao added this to the 1.0.21 milestone Oct 31, 2024
@cvarjao cvarjao added the bug Something isn't working label Oct 31, 2024
@bryce-mcmath
Copy link
Contributor

@al-rosenthal found an issue with this feature when you get locked out while backgrounded and then open a deeplink. Working on a fix

@bryce-mcmath
Copy link
Contributor

Note: Best to test this from a Testflight build, as @jleach and I discovered there is some odd behaviour in local development

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants