GeekyAnts/external_app_launcher

iOS not returning bool.

Closed this issue · 1 comments

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.

Also having this same issue on June 10, 2022.