I want to know if there's a fool-proof-automatic/easy way to create a website permission that will allow old and new versions of an android mobile application to deeplink into the website simultaneously?
My dilemma: Every time I create a new .apk, a new sha256-cert fingerprint is produced. Therefore, it goes without saying that I gotta create a new assetlinks.json and upload it into the website's .well-known folder so that my app can get a permission to deeplink into it. As a result, old versions of the app can no longer deeplink :(
Reason for asking: I wanna make everyone's lives easier by skipping that tedious process or make the process friendlier and on top of that, allow clients who got old versions of the app to deeplink into the website as well :)