Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check app not from list #7

Open
DanGDroid opened this issue Jan 23, 2018 · 2 comments
Open

check app not from list #7

DanGDroid opened this issue Jan 23, 2018 · 2 comments

Comments

@DanGDroid
Copy link

if i want to check if app installed not from APP_LIST

as said in tutorial not working as it searches them in APP_LIST:

 static isAppInstalledAndroid(key) {
        return this.checkPackageName(APP_LIST[key].pkgName);
    }

    static isAppInstalledIOS(key) {
        return this.checkURLScheme(APP_LIST[key].urlScheme, APP_LIST[key].urlParams);
    }

you need to call directly to:

checkPackageName(packagename)

or

checkURLScheme(urlScheme, urlParams)

or need to fix isAppInstalled(key) to check apps not from of APP_LIST

@wuodland
Copy link

It's updated in Github but not npmjs.com. Check my solution here.

@sarajbosna2012
Copy link

changed the package json didn npm install still same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants