Cordova Native Apps redirection - android

I have a secure login apps build on Cordova.
I need a solution.
when user login the apps. after verified logging, it's open another installed app that already installs the device.
means user open another's apps using the same authorized access details..
is it's possible? and how please help

Related

Redirect user after installing the app with a given link

I am seeking for a way to generate a link that make user go to the app store or google play page of an app, based on their platform, to ask them to install the app. After they install through such a link, they should be redirected to a page once they log in successfully. The redirection should not occur if the app is not installed through such a link.
I checked iOS's universal link and Android's app link, which both seem to be working only if users have installed the app already. Is there a way to trigger that behaviour when it is not installed?
Yes there is a way using Firebase Dynamic Links
Dynamic Links work across app installs: if a user opens a Dynamic Link
on iOS or Android and doesn't have your app installed, the user can be
prompted to install it; then, after installation, your app starts and
can access the link.

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).
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. 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?
Kindly provide any other solution If you have.This is angular cordova project
Firebase Deep links are the official way to solve this problem. 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.

Mircrosoft Intunes SSO - iOS/Android

I am developing one iOS and one Android app and I need to implement SSO - Single Sign-On feature in both.
I have 'Company Portal' - Microsoft Intunes app installed already on my device.
Is it possible to use Intunes Login for my application? SO that I can skip independent login flow for my applications.
Please suggest solution for both platforms (iOS/Android)
I also tried integrating Azure Ad Sdk, but still my app ask for Login individually and not accepting/detecting Intunes App login, like Microsoft One Drive
You can use Microsoft Authenticator App broker for your solution.
User has to be install 'Microsoft Authenticator App' from App store.
Then Install 'Intune Company Portal' app
Try to login in Intune Company App, it will redirect to the Broker app for sign-in.
When user successfully logged in with Comapny app, then try to sign-in with your own app (Broker setting need to be do in app code).
Your app will redirect to Broker app for sign-in, and in broker app user has to be click/choose stored email id reference to auto sign-in without asking any password.
Check tutorial

How to install and test Web#Work from MobileIron on Android?

I want to test my website on MobileIron's Web#Work browser on Android but cannot see it in the Android Market Place.
This previous question gave an answer for iOS (Web#Work is downloadable from the App Store):
How to test with Web#Work from MobileIron in a development environment?
How do you install Web#Work browser on Android?
And can it be used to browse to URLs directly without any special sign-in or registration, as it does on iOS.
Thanks.
Web#work can be installed from Apps#work screen in Mobile#work app if your admin has allowed you to install and access. Your admin can help by pushing that app to device by assigning a label and you can install the same from Mobile#work app on your device.
Second part of your question is related to authentication while accessing webpages. If your webpage doesn't have any authentication , Web#Work will not ask any credentials. If your webpage needs authentication , you can set up KCD with MobileIron to have seamless authentication. Please refer to the documentation for more detail.The below post capture few details:
MobileIron with sharepoint for authentication

Is that necessary to publish app in market to implement deep linking for android

I want to implement deep linking in my app but my app is not published in market now.I can successful send message from my application. When I tap on message it doesn't open my app which is installed on my device. I also installed facebook default app on my device. If my application is installed, it should open my application on tap my post on fb wall from my device otherwise it should use the browser.
I followed this link :-
https://developers.facebook.com/docs/mobile/android/deep_linking/#deeplink
But I don't get field of Android Market App to put market url in documentation. It's written that this field is generated automatically. So is that necessary to publish app in market to implement deep linking. what I am missing?
No, it does not need to be published for deep linking to work. What deep linking will do is try to go to your app first, and if your app is not on the device, it will use the android market url to guide the user to install your app. If you're testing, just having the app on your device should be enough.
its not necessary to publish app. you can check it by installing app on your device. but if you are sending extra information with request. then there should be problem to receive that information against your requestId. because in my case i have receive information when app is intalled on my phone.. but i am unable to receive that requestId with information when app is not installed on my phone and notification takes me to play store to install app. have to face such type of problem?

Categories

Resources