简体   繁体   English

安装 angular cordova 应用程序后重定向到特定页面(Deeplink)

[英]Redirect to specific page(Deeplink) after installing angular cordova app

I have a requirement to connect specifc page in android/ios app from outside application after login(bypassing Home page).我需要在登录后从外部应用程序连接 android/ios 应用程序中的特定页面(绕过主页)。 If app is already installed in mobile,I can do it.The difficulty I am facing when app is not installed,redirect to play /app store and install.如果手机已经安装了app,我可以做到。我在未安装app时遇到的困难,重定向到播放/应用商店并安装。 After installation of app the page need to redirect specific page after successful login.安装应用程序后,页面需要在成功登录后重定向特定页面。 Is there any option to store any unique value in play store and app store for redirecting to specific page after successful login?是否有任何选项可以在 Play 商店和应用商店中存储任何唯一值,以便在成功登录后重定向到特定页面? Kindly provide any other solution If you have.This is angular cordova project如果您有,请提供任何其他解决方案。这是 angular cordova 项目

Firebase Deep links are the official way to solve this problem. Firebase 深度链接是官方解决这个问题的方法。 If the app is not installed, the deep link will survive the installation process.如果未安装应用程序,深层链接将在安装过程中继续存在。 Later you can use that deep link to navigate to any portion of your app.稍后,您可以使用该深层链接导航到应用程序的任何部分。

Branch.io does the same job. Branch.io 做同样的工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Cordova Android应用程序中深度链接到特定页面? - How to deeplink to specific page in cordova android app? 如何在我的Android应用程序上深层链接到特定页面 - How do i deeplink to a specific page on my Android App 使用给定链接安装应用程序后重定向用户 - Redirect user after installing the app with a given link 不幸的是,在Nougat中安装Cordova App后,系统UI已停止 - Unfortunately System UI has stopped After Installing Cordova App in Nougat 安装 firebase 插件后使用 cordova 运行应用程序时编译错误 - Compile error when running app with cordova after installing firebase plugins IONIC:安装`cordova-plugin-fcm`后无法构建应用 - IONIC: unable to build app after installing `cordova-plugin-fcm` 安装 Firebase X 后无法使用cordova 运行Ionic 4 应用程序 - Unable to run Ionic 4 app using cordova after installing Firebase X OneSignal Push Notifications重定向到特定的应用程序页面 - OneSignal Push Notifications to redirect to specific app page 如果应用程序已打开,则深层链接不会正确重定向 - Deeplink isn't correctly redirect if the app is already opened Ionic Cordova应用未在Android上安装 - Ionic Cordova App Not Installing on Android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM