pichillilorenzo / flutter_appavailability

A Flutter plugin that allows you to check if an app is installed/enabled, launch an app and get the list of installed apps.
https://pub.dartlang.org/packages/flutter_appavailability
MIT License
92 stars 89 forks source link

Doesn't work on iOS #13

Open PieterAelse opened 4 years ago

PieterAelse commented 4 years ago

I tried to use this package to launch an app on iOS, but it doesn't work. The only app it will open from the demo is calshow://. Whatsapp, Facebook and the app I wanted to open don't work. Also the checkAvailability doesn't work for them.

On Android it works fine.

komrat1988 commented 4 years ago

Hi. doc Try add this to info.plist: `LSApplicationQueriesSchemes

whatsapp `
johngorithm commented 4 years ago

I think the README.md file should be updated to have this

Hi. doc Try add this to info.plist: <key>LSApplicationQueriesSchemes</key> <array> <string>whatsapp</string> </array>

yourshinsuke commented 4 years ago

@johngorithm yes. This app author is laze?