반응형

appcenter 3

[ReactNative] CodePush

2021.07.20 - [Programming/React Native] - [ReactNative] Code push를 위한 App center 연동 [ReactNative] Code push를 위한 App center 연동 CodePush는 MS에서 만든 App Center https://appcenter.ms/ App Center 홈페이지에 가서 가입을 진행한 후 아래와 같이 앱을 등록합니다. 앱을 등록하실 때 본인의 서비스 명칭이 myservice 라고 한다면 꼭 ios는.. marsland.tistory.com 2021.08.03 - [Programming/React Native] - [ReactNative] CodePush 셋팅 [ReactNative] CodePush 셋팅 2021.07.20 ..

[ReactNative] CodePush 셋팅

2021.07.20 - [Programming/React Native] - [ReactNative] Code push를 위한 App center 연동 appcenter login ➜ marsland git:(master) ✗ appcenter login Opening your browser... ? Visit https://appcenter.ms/cli-login?hostname=marsland-ui-MacBookPro.local and enter the code: ? Access code from browser: ${token} Logged in as marsland appcenter login 명령어를 입력하면 브라우저 새로운 탭으로 아래와 같이 하나 열린다. 그 화면에 보이는 token을 복사해서 ..

[ReactNative] Code push를 위한 App center 연동

CodePush는 MS에서 만든 App Center https://appcenter.ms/ App Center 홈페이지에 가서 가입을 진행한 후 아래와 같이 앱을 등록합니다. 앱을 등록하실 때 본인의 서비스 명칭이 myservice라고 한다면 꼭 ios는 myservice-ios, android일 경우에는 myservice-android로 앱 이름을 정하도록 합시다. 나중에 헷갈리지 않게요~ Android 앱 등록 저의 경우에는 ReactNative로 Android 앱을 등록하겠습니다. 앱 등록 후 화면 이제 약간의 설정을 해줘야하는데 매우 심플합니다. npm install appcenter appcenter-analytics appcenter-crashes --save-exact npm을 이용해서 ap..

반응형