I have an app that has universal links configured for it. Now when you click at one of those links, it nicely opens within the app if you click from your phone.
Now these links are becoming a bit too big to manage, and I want to use some type of url shortening to present to my users. If I do that now, universal links no longer work.
Example:
Universal link: myapp.com/veryyyy-long-link
When I apply my url my url shortener (this shortener is an internal service)
Short link: short.myapp.com/short-link
Also, I do not want to use any external service such as Firebase dynamic links or AppFlyer one click, so pretty much want to use my own url shortener service