Building Standalone Apps - Expo Documentation
app.json
설정하기
{
"expo": {
"name": "Your App Name",
"icon": "./path/to/your/app-icon.png",
"version": "1.0.0",
"slug": "your-app-slug",
"ios": {
"bundleIdentifier": "com.yourcompany.yourappname",
"buildNumber": "1.0.0"
},
"android": {
"package": "com.yourcompany.yourappname",
"versionCode": 1
}
}
}
expo build:ios
expo build:ios -t archive
앱스토어까지 자동으로 업데이트!! ⭐️ 애플 개발자 계정이 필요하다 (매년 99달러 필요)
build를 시작한다.
Will you provide your own Apple Distribution Certificate?
Will you provide your own Apple Push Notifications service key?
Will you provide your own Apple Provisioning Profile?
⇒ Let Expo handle the process
App Store Connect에 앱 정보를 추가해야 한다.
https://appstoreconnect.apple.com/apps
app.json
의 bundleIdentifier
와 일치해야 한다.빌드된 .ipa 파일을 다운받아 Transpoter에 드래그 한다.
TestFlight 에 테스터를 추가한다.
expo build:ios -t simulator
시뮬레이터에서 빌드된 app을 사용할 수 있다.
expo build:android
Apple App Store 에 업로드 하기
Creating your first build - Expo Documentation
yarn global add eas-cli
eas login
eas whoami # 로그인 정보 확인
eas build
Expo Application Services (EAS)
한달 29달러(3.5만원)으로 돈을 지불해야하더라..