GeekyAnts / external_app_launcher

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

Open external app without UrlScheme #27

Open Colir opened 1 year ago

Colir commented 1 year ago

Hello, I am trying to open an external app from my Flutter app on iOS. The external app does not provide URLSchemes in its info.plist.

The idea is just to open the app without deep linking.

How can I do that? thanks

robertosw commented 1 year ago

I would say its not possible. The called app needs so accept this call. Even if no data is given, it has to implement a call handler.