mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #438] detection of DEEP LINK #382
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#382
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @instasck on GitHub (Jun 28, 2022).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/438
I see we open the links using the deep links in ADB.
Can Instagram detect the referrer to the app ? which is ADB...
https://stackoverflow.com/questions/47161195/get-correct-referrer-application-on-deep-linking
@alexal1 commented on GitHub (Jul 1, 2022):
No, don't think so. Deep link is still just a link. The only difference is that it can be handled by the app, not only browser. It contains only information which you see. So if there's not something like
®errer=adbin it then how can app assume that referrer is adb?@instasck commented on GitHub (Jul 1, 2022):
getReferrer will return it.
I guess it will say system something ...
better open the link in chrome and click on it over there