Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

플러터 앱 배포 방법 #72

Open
SeoYeonn05 opened this issue Jan 28, 2023 · 0 comments
Open

플러터 앱 배포 방법 #72

SeoYeonn05 opened this issue Jan 28, 2023 · 0 comments

Comments

@SeoYeonn05
Copy link
Contributor

SeoYeonn05 commented Jan 28, 2023

플러터 앱 배포 방법
공식 문서에 잘 정리되어 있어 대략적인 순서만 정리하였습니다

  • IOS 앱 출시 준비하기

아래의 문서를 참고해 정리하였습니다
https://flutter-ko.dev/docs/deployment/ios

  1. 앱 스토어에 앱을 등록하기 위해 Apple Developer Program에 가입해야 한다.
  2. App Store Connect에 앱 등록하기
  1. 고유 번들 ID 등록
  2. App Store Connect에 애플리케이션 레코드 생성
  1. ios 폴더에서 Xcode 프로젝트 설정하기(display name으로 앱의 이름 설정, bundle indentifier로 app store connect에 등록한 번들 ID 입력 등)
  2. 앱 아이콘 추가하기(Runner 폴더의 Assets.xcassets 선택)
  3. 빌드 아카이브 생성
  4. 앱 스토어에 앱 배포하기
  • 안드로이드 앱 출시 준비하기

아래의 문서를 참고해 정리하였습니다
https://flutter-ko.dev/docs/deployment/android

  1. 런처 아이콘을 변경하기
  2. 앱에 디지털 서명하기
  3. proguard 사용해 APK 크기 줄이기
  4. 앱 매니페스트 검토하기(올바른 값이 들어가 있는지 확인, 앱 최종 이름 설정 등)
  5. 빌드 구성 검토하기(고유한 appid 지정, 내부 앱 버전 번호 지정 등)
  6. release 앱 번들 빌드(2가지 방식 사용 가능 - 앱 번들, APK 중 앱 번들 추천)
  7. 구글 플레이 스토어에 출시하기
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant