-1

I debug my flutter app successfully but after sharing it to a different phone using Xender the app couldn't be install. What can be the problem? PLEASE HELP

1 Answers1

0

Make sure to share the release version of the app (Android: Signed APK; iOS: Archive) not the debug version. The debug version won't run standalone.

See https://flutter.dev/docs/deployment/android and https://flutter.dev/docs/deployment/ios

mike
  • 68
  • 1
  • 4