Hi,
I am working on an app which opens other applications from that app. I found that the AppLauncher Plugin works well in android but it is not able to open the apps in ios.
Does anyone knows the solution?
Hey @Mohd Wasim Shaikh,
You don't need the AppLauncherPlugin to achieve that. Please check this documentation page for more information.
BR.
Hi Ricardo,
I also need to redirect it to respective play store or app store if the app is not installed in the device.
I don't believe there's an official way to do that, especially on iOS. Maybe you could combine the deep link feature with this plugin but you would have to implement some logic on your side to make it properly work.
I have already tried AppAvailability Plugin. This plugin also doesn't work in ios.