[firebase_dynamic_link] dynamic link works on physical device but not emulator, please help #10285
Unanswered
clement9527
asked this question in
Q&A
Replies: 1 comment
-
It appears the same APK works for the physical device yet not working for emulator. I kinda feel this is a bug with emulator. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am stuck with an issue that the dynamic link won't launch the app but stops at the AppInviteAcceptInvitationActivity. And can someone help me with it please?
Environment
Dependencies
Symptom
The dynamic link won't launch the app, shown in screen recording.
Logcat Log
When I try to click the link in the browser, it won't work for some reason and the following is the logcat log:
There is no more message indicating the activity can't be found to handle the intent. It basically stops at AppInviteAcceptInvitationActivity.
Manifest
Directly from ADB
I can confirm with adb command, it is able to launch the app successfully.
Other notes
The dynamic link has been confirmed working on iOS already, it is the Android emulator having trouble.
Both SHA1 and SHA256 has been registered.
Please help me figure out what might be the problem in my setup please.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions