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

callback always "success" even uninstalling twiter app #74

Open
rashearth opened this issue Mar 21, 2023 · 1 comment
Open

callback always "success" even uninstalling twiter app #74

rashearth opened this issue Mar 21, 2023 · 1 comment

Comments

@rashearth
Copy link

Hi, Thanks for the wonderful system!

I just have one issue...
I have suceeded on using your system as below, for checking the twitter app.

However, even i uninstalled the twitter app in my iphone, it also returns success.
Please let me know how i can solve this isssue

◆iphone 14 pro ◆ios 16.3 ◆Using AppAvailability cordova app 0.4.2 ◆ Code: ``` appAvailability.check( 'twitter://', // URI Scheme function() { // Success callback console.log('Twitter is available'); }, function() { // Error callback console.log('Twitter is not available'); } ); ```
@rashearth rashearth changed the title callback always true even uninstalling twiter app callback always "success" even uninstalling twiter app Mar 21, 2023
@champikamendis
Copy link

Hi,
I also faced the same issue. I had to create my own plugin for achieving this scenario.
Here is the URL for my ios plugin: https://github.com/champikamendis/cordova-plugin-check-installed-apps
Hope this may help.
Thanks

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

2 participants