- Human creates a deep link hippo://place/drug?id=100 basing on our documentation - we have to describe deeplinks and asssociated screens
- Human put deeplink into Kochava to get universal link
- It opens up receiving the deeplink
- It sees that deeplink is not encrypted
- It matches screen and opens it
Q: if deeplink point to screen which is available for auth users only would we need to wait until user logs in and then to redirect to requested screen? Q: Prioroties race: DeepLink vs ForceUpdate/Outstanding balance
Router in mobile app determines if screen is allowed for authorized users only.
- User gets redirected to app store depending in their platform(android or IOS)
- When app is installed it received the initial deeplink? (NEEDS TO BE CHECKED)
- Human creates a deep link hippo://place/drug?id=100 basing on our documentation - we have to describe deeplinks and asssociated screens
- Human encrypts deep link in CX dashboard and gets two encrypted links for Android/IOS hippo://secured-place=zkjdvnksdbfkjdb
- Human encrypted links into Kochava to get universal link
Mopbile platforms has to decrypt secured links using embedded encryption keys.(different for IOS/Android)