gree / gree/unity-webview

How to get URL of "deeplinking" through web page

Open
#842 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Objective-C++
Stars
2.7k
Forks
734
Avg merge
11h 39m
Merged PRs (30d)
1

Description

The page I am opening in my webview causes problems on only 1 device for a wierd reason. Its on iOS and the OS version is not the problem.
My problem is that the app reloads itself when the page via deeplinking passes a token to the app.
There is nothing showed in the CallOnLoaded, CallOnHooked etc.. callbacks so that I may extract the data if i choose to go without deeplinking.

TLDR:
How do I get the link when it is a for example: "myapp://tokendata=1234". It never shows up as an URL.
How do I get access to read my tokendata?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file, test, or entry point is named in the issue. Start by tracing the iOS WebView deeplinking path and the CallOnLoaded and CallOnHooked callbacks, then determine where the myapp://tokendata=1234 link becomes available. Done means the token can be read reliably without the app unexpectedly reloading.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios, unity
Domain
mobile-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.