Flutter build 및 iOS 배포

오픈소스·2023년 9월 29일
0
post-thumbnail
$ flutter build --help  
Build an executable app or install bundle.

Available subcommands:
  aar               Build a repository containing an AAR and a POM file.
  apk               Build an Android APK file from your app.
  appbundle         Build an Android App Bundle file from your app.
  bundle            Build the Flutter assets directory from your app.
  ios               Build an iOS application bundle (macOS host only).
  ios-framework     Produces .xcframeworks for a Flutter project and its plugins for integration into existing, plain iOS Xcode projects.
  ipa               Build an iOS archive bundle and IPA for distribution (macOS host only).
  macos             Build a macOS desktop application.
  macos-framework   Produces .xcframeworks for a Flutter project and its plugins for integration into existing, plain macOS Xcode projects.
  web               Build a web application bundle.
  • Android
    • $ flutter build appbundle
    • Open Android module in Android Studio --> Build --> Generate Signed Bundle / APK --> android/app/release/app-release.aab
    • https://play.google.com/console
  • iOS

개발자 등록 비용

  • Google Play Console: $25 최초 한번
  • Apple Developer Program: ₩129,000 ($99) 매년

참고)

0개의 댓글