CloudAPK pushes the Android package generation to the backend analytics using the host sent in from PWABuilder.
Describe the new behavior?
When the analytics backend tracks Android package creation, it now uses the direct URL from PWABuilder, rather than the host. While these are sometimes the same, they can differ when subpaths, query strings, and other URL differences occur.
Thanks JudahGabriel for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌
PR Type
Feature
Describe the current behavior?
CloudAPK pushes the Android package generation to the backend analytics using the
host
sent in from PWABuilder.Describe the new behavior?
When the analytics backend tracks Android package creation, it now uses the direct URL from PWABuilder, rather than the host. While these are sometimes the same, they can differ when subpaths, query strings, and other URL differences occur.