본문 바로가기
개발관련

[Swift UI] 앱 배포시 필요한 설명모음 및 도구들

by 딸기별땅 2021. 3. 20.

혼자 기록하며 해보려고 했으나

첫 배포인지라 신경쓸게 너무 많아서 포스팅 모음으로 대신합니다. ㅜㅜ

추후 또 배포할일 있으면 이거 보고 따라하려고..ㅋㅋㅋ

 

 

순서를 정리하자면 

앱 개발 -> 계정생성 및 결제 -> certificatie(애플 개발자 웹사이트, 키체인 등록, 프로비저닝 프로파일)

-> Archive(Xcode) -> Connect Appstore(애플 개발자 웹사이트)

4단계를 거쳐 심사를 받습니다.

 

 

Certificate 및 프로비저닝

dev-yakuza.posstree.com/ko/react-native/ios-certification/

 

iOS 인증서(Certification)

애플 개발자 프로그램(Apple Developer Program) 등록을 완료했다면, 개발자 인증서(Certification)을 설정하는 방법에 대해 알아봅니다.

dev-yakuza.posstree.com

 

 

Archive부터 배포까지의 과정

onedaycodeing.tistory.com/102

 

IOS 앱스토어에 배포해보기(앱 업데이트)

Android에서 구글플레이에 앱을 배포하듯이 앱스토에도 배포를 하는 방법을 알아볼게요. 우선 Xcode에서 올리고자하는 해당 프로젝트를 열어주세요. 그리고... 여기 Product - Archive를 클릭해주세요.

onedaycodeing.tistory.com

 

Archive시 앱스토어 아이콘의 투명도가 문제되는 경우

-> Invalid App Store Icon. The App Store Icon in the asset catalog in

'aaa.app' can't be transparent nor contain an alpha channel.

출처: https://jintaewoo.tistory.com/16 [Decoding Note]

 

App Store Icon 에러!!

ERROR ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'documera.app' can't be transparent nor contain an alpha channel." 앱 아이콘을 넣고 업로드를 하는 도중에 위와 같..

jintaewoo.tistory.com

 

 

앱 등록시 개인정보 정책 Generator

->만들어진 정책을 github등에 올려서 url을 첨부할수 있다.

app-privacy-policy-generator.firebaseapp.com/

 

App Privacy Policy Generator

Terms & Conditions By downloading or using the app, these terms will automatically apply to you – you should make sure therefore that you read them carefully before using the app. You’re not allowed to copy, or modify the app, any part of the app, or o

app-privacy-policy-generator.firebaseapp.com

 

하..정말 힘들었습니다... 이제 심사만 남았습니다. -_-;;

댓글