receive_sharing_intent icon indicating copy to clipboard operation
receive_sharing_intent copied to clipboard

Doesn't work in debug

Open SempaiEcchi opened this issue 4 years ago • 4 comments

Is there a way to use this plugin while running the app in debug mode? Perhaps I missed something. Thanks

SempaiEcchi avatar Jul 25 '20 14:07 SempaiEcchi

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?

elvisun avatar Aug 20 '20 03:08 elvisun

When I run the app in release mode it works (flutter build apk --release)

SempaiEcchi avatar Aug 20 '20 06:08 SempaiEcchi

Thanks Leo. Mine is working on Android but not iOS, maybe that's a different issue :/

elvisun avatar Aug 20 '20 14:08 elvisun

I'm facing same problem and just solved by doing like this:

  1. open Xcode, your project.
  2. Switch to Project Runner
  3. Info tab, Configurations, Debug, both of your project and share need to select Debug.

QQ20210105-141901

hope this can help.

nnzfly avatar Jan 05 '21 06:01 nnzfly