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
If your app is not in the list, you will have to find out the URL scheme or package name and use either isAppInstalledIOS(url) or isAppInstalledAndroid(pacakge-name).
But as far as I understand, when the app not defined in app-list.js, you should use checkPackageName(packagename)(for android) and checkURLScheme(proto, query)(for both android and ios)
The text was updated successfully, but these errors were encountered:
In the Readm.md, it says
But as far as I understand, when the app not defined in app-list.js, you should use
checkPackageName(packagename)
(for android) andcheckURLScheme(proto, query)
(for both android and ios)The text was updated successfully, but these errors were encountered: