JayVDiyk
JayVDiyk

Reputation: 4487

How do I Check If a Particular App Is Installed using Flutter on iOS?

How do I Check If a Particular App Is Installed using Flutter on iOS?

Let's say if I want to check if the user have Telegram installed. How to go about it?

Thank you

Upvotes: 1

Views: 2090

Answers (1)

M.K. Mandawar
M.K. Mandawar

Reputation: 107

iOS doesn't allow to get installed apps. For Android you can use device_app

Upvotes: 1

Related Questions