Hi,
I am creating an app which has deep links of installed applications. If an app is installed in the device it will open the app else it will redirect to apple app store or google play store. This functionality is totally working fine in android. But it is just opening app store in ios, it is not opening the application if it is installed in the device.
I am using the AppAvailability plugin for the same (scheme check client action).
The issue you are encountering might be due to the way deep linking and app availability are handled on iOS compared to Android.
Is there any other way to achieve this functionality?