Reputation: 4487
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
Reputation: 107
iOS doesn't allow to get installed apps. For Android you can use device_app
Upvotes: 1