These files keep iOS Universal Links, Android App Links, and QR invitations working. Whenever you regenerate certificates or update bundle IDs, edit the files in mobile/docs/ and push to the branch GitHub Pages publishes.
https://rvlryapp.com/apple-app-site-associationhttps://rvlryapp.com/.well-known/apple-app-site-associationBoth files should list the bundle IDs and paths that the app handles (e.g., /join/*). Update them when the bundle ID or team ID changes.
https://rvlryapp.com/.well-known/assetlinks.jsonEnsure the SHA-256 fingerprints in this file match the signing certificate for the Android build.
QR codes and dynamic links point to https://rvlryapp.com/join/<matchId>. Keep this route documented so support teams can verify that invites resolve to the app.
Questions? Ping support@rvlryapp.com.