You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some of you might not know, Apple has restricted to call other apps if you haven't added the scheme into info.plist starting on iOS 9.0.
So if you want to check an app is installed or not in iOS app,
first you need to add the URLScheme into info.plist, and then call the function in this package again.
Otherwise, you will always get false for the response.
Hi @redpandatronicsuk,
I want to check app installed or not in device, not from APP_LIST
I found these two methods in package for check IOS. But it's not work.
FOR IOS,
FOR ANDROID,
Need some solution like the above android implement here.
Please give some solution regarding to check If the app is installed in the IOS device or not
The text was updated successfully, but these errors were encountered: