GeekyAnts / external_app_launcher

BSD 3-Clause "New" or "Revised" License
14 stars 31 forks source link

iOS not returning bool. #12

Closed codyfilatov closed 2 years ago

codyfilatov commented 2 years ago

Only on iOS this occur.

When checking isAppInstalled, it will return null when it is not installed, and will return 1 when it is installed. While on android it will return true or false. A bit of a pain to have to distinguish between platforms the return value. Unsure if this is happening to anyone else. I understand the return type is dynamic.

ericduffett commented 2 years ago

Also having this same issue on June 10, 2022.