André Cipriani Bandarra
André Cipriani Bandarra
> qwerty.com was for example > real - https://api.busy-fly.com/.well-known/assetlinks.json The asselinks file looks correct (assuming fingerprints match). So, the custom headers will only be sent when opening URLS under https://api.busy-fly.com.
I tested this today and can see it working. I did find a couple of issues in the demo application and submitted #280 with fixes. Can you try with those...
Which version of android-browser-helper are you using in the app?
The exception seems to indicate that the app is trying to launch `com.microsoft.whiteboard.beta` (which I couldn't find on the Play Store to download and try to reproduce). Is your application...
`alpha06` was released yesterday: https://maven.google.com/web/index.html?q=#com.google.androidbrowserhelper:billing:1.0.0-alpha06
This sounds interesting, however it would require changes to the browsers supporting Trusted Web Activity, and an issue should be filed for them to support it (https://crbug.com/ for Chrome). Another...
This message is created [when passing `null` to TrustedWebActivityIntentBuilder#build()](https://github.com/androidx/androidx/blob/androidx-main/browser/browser/src/main/java/androidx/browser/trusted/TrustedWebActivityIntentBuilder.java#L283-L285). Your code is checking if `mSession` is null, shows a Toast, but still calls `build`, which causes the Exception. It the...
Looks like there isn't an easy way to invoke `validateRelationship()` from `TwaLauncher`. This seems like a valid feature request.
Do check the docs and video linked here: https://developer.chrome.com/docs/android/trusted-web-activity/integration-guide/#link-site-to-app
Hey @mohit1993, would you mind attaching repro steps? Videos / screenshots also help.