-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from fdoxyz/aasa-support
Direct AASA Support
- Loading branch information
Showing
5 changed files
with
44 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.0 | ||
3.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ DEPENDENCIES | |
sinatra-reloader (~> 1.0) | ||
|
||
RUBY VERSION | ||
ruby 3.0.0p0 | ||
ruby 3.0.2p107 | ||
|
||
BUNDLED WITH | ||
2.2.15 | ||
2.2.22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ The server is hosted at [`https://udl.visualcosita.com`](https://udl.visualcosit | |
|
||
## How it works, and why? | ||
|
||
It's a dead simple pivot server that will redirect to whatever you pass in the `r` query param to the root path. | ||
It's a dead simple pivot server that will allow for Universal Links to work with you app. | ||
|
||
Modern mobile browsers provide developers with [Universal Links (iOS)](https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html) or [Android Intents](https://developer.chrome.com/docs/multidevice/android/intents/) to support deep linking users from a website directly into a mobile app. However, Operating Systems currently won't trigger these features when the user clicks a link within the same domain or when the user types the URL directly in the address bar. | ||
|
||
|
@@ -28,6 +28,10 @@ Power users will likely need better reliability and scalability than a free serv | |
- `git remote add upstream [email protected]:fdoxyz/udl-server.git` | ||
- `git pull upstream main` | ||
- `git push origin main` | ||
1. Configure `AASA_APP_ID` ENV variable to match your App Id | ||
- Use the team ID or app ID prefix, followed by the bundle ID (joined by a dot `.`). | ||
- This will allow your UDL Server to directly serve as a Universal Link target for your app and improve the experience | ||
- Example: `R9SWHSQNV8.com.forem.app` | ||
|
||
## Throttling, Safelist and Blocklist | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters