If android/iOS app not installed can we redirect user to play store/ App store? #164
-
Shlink version4.3.1 PHP version8.4.0 How do you serve ShlinkSelf-hosted nginx Database engineMariaDB Database version10.6 SummaryWe were using firebase dynamic link to redirect user to mobile application and if application is not available there is a conditional Re-direction to App Store and play store so I want to understand that can we do the same by using dynamic link functionality I could not find it can someone help me? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 4 replies
-
No, Shlink does not support that at the moment. |
Beta Was this translation helpful? Give feedback.
-
For future visitors, what's requested here is called "deferred deeplinking", and the logic to redirect to the app store if the app is not installed, needs to happen in the device, so it's out of Shlink's scope. My expectation would be that this can be done already, as Shlink doesn't need to do anything different. If someone could try to set it up (try googling for deferred deeplinking, as it requires some things to be done differently for iOS and Android), I would be happy to address any found issues, if Shlink is in fact missing something which is preventing this. |
Beta Was this translation helpful? Give feedback.
For future visitors, what's requested here is called "deferred deeplinking", and the logic to redirect to the app store if the app is not installed, needs to happen in the device, so it's out of Shlink's scope.
My expectation would be that this can be done already, as Shlink doesn't need to do anything different.
If someone could try to set it up (try googling for deferred deeplinking, as it requires some things to be done differently for iOS and Android), I would be happy to address any found issues, if Shlink is in fact missing something which is preventing this.