Simple go webserver for iOS Universal Links & Android App Links asset.
Do the following :
- Install Go version >= 1.12.x
- Read the documentation for :
- Change the content of
static/well-known
directory- apple-app-site-association for iOS
- assetlinks for Android
- run
go run main.go
by default, the server runs on port 4000