Skip to content

Not working on Android 10 onwards  #151

@niyasali-m

Description

@niyasali-m
SendIntentAndroid.isAppInstalled("com.myapp2").then(isInstalled => {
    console.log('is Installed---->', isInstalled)
    if (isInstalled) {
        SendIntentAndroid.openApp("com.myapp2", {
            "com.myapp2.reason": "just because",
            "com.myapp2.data": "must be a string",
        }).then(wasOpened => {
            console.log('wasOpened------->', wasOpened)

        });
    }
    else {
        Linking.openURL(
            'https://play.google.com/store/apps/details?id=com.myapp2',
            );
    }
});

The App2 is installed, Working on up to Android 9.
But afterward not working, it is going to the play store link,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions