자바스크립트가 비활성화 되어있습니다.
자바스크립트가 활성화 되어야 콘텐츠가 깨지지 않고 보이게 됩니다.
자바스크립트를 사용할수 있도록 옵션을 변경해 주세요.
- willbsoon

본문 바로가기

Mobile27

안드로이드 hosts파일 수정 https://pilot376.tistory.com/72 안드로이드 에뮬레이터 Host 수정하기 (윈도우) 에뮬레이터 생성 1) Android Studio → 우측 상단 AVD Manager 클릭 → 좌측 하단 + Create Virtual Device 클릭 2) playstore가 없는 버전 선택 후 Next 클릭 3) 상단 x86 Image 탭 선택 4) API Level 28 선택.. pilot376.tistory.com Library/Android/sdk/emulator/emulator @API_31_a12 -writable-system // 실행 cd Library/Android/sdk/platform-tools ./adb devices // 에뮬레이터 확인 ./adb -s emulator-55.. 2022. 10. 5.
flutter ci&cd, firebase flavor https://stackoverflow.com/a/74229749/14209387 ios cicd를 위한 app password(앱 암호) 적용 필요 https://docs.flutter.dev/deployment/cd#cloud-build-and-deploy-setup Continuous delivery with Flutter How to automate continuous building and releasing of your Flutter app. docs.flutter.dev flutter github actions https://github.com/nabilnalakath/flutter-githubaction/blob/master/.github/workflows/main.yml GitHub - .. 2022. 9. 7.
ios - app store 앱 등록 https://velog.io/@minji0801/%EC%95%B1%EC%8A%A4%ED%86%A0%EC%96%B4%EC%97%90-%EC%95%B1-%EB%93%B1%EB%A1%9D%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95%EC%9D%84-%EB%AA%A8%EB%A5%B4%EA%B2%A0%EB%8B%A4 [AppStore] 앱스토어에 앱 등록하는 방법을 모르겠다. iOS 앱을 개발했으면 출시까지 해보기 velog.io https://help.salesforce.com/s/articleView?id=sf.branded_apps_app_store_reject.htm&type=5 Help And Training Community help.salesforce.com https://st.. 2022. 8. 22.
flutter - Error launching the application on My iPhone https://stackoverflow.com/questions/66882704/got-the-error-launching-application-on-after-flutter-run 2022. 8. 13.
flutter - ios 빌드 환경 분리 https://blog.svenadolph.net/flutter-flavors-and-ios-schemes/ Flutter flavors and ios schemes - Sven's development notes In my latest flutter project I needed to create different versions of my app for the different development environments. A development version which uses the development backend, a staging version which uses the staging backend and, you guessed right, a pr blog.svenadolph.net *.. 2022. 8. 13.