receive_sharing_intent
receive_sharing_intent copied to clipboard
Doesn't work in debug
Is there a way to use this plugin while running the app in debug mode? Perhaps I missed something. Thanks
Hey @SempaiEcchi, I might be having the same issue, can you elaborate on "debug mode"? Are you running in Android Studio? Did you get the app to run in release mode?
When I run the app in release mode it works (flutter build apk --release)
Thanks Leo. Mine is working on Android but not iOS, maybe that's a different issue :/
I'm facing same problem and just solved by doing like this:
- open Xcode, your project.
- Switch to Project Runner
- Info tab, Configurations, Debug, both of your project and share need to select Debug.
hope this can help.