본문 바로가기

전체 글85

Flutter tip : android:exported error when targetSdkVersion is 31 or higher 1. Problem * What went wrong: Execution failed for task ':app:processReleaseMainManifest'. > Manifest merger failed : android:exported needs to be explicitly specified for element . Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/mani.. 2023. 4. 24.
Flutter tip : useProguard error in android/app/build.gradle from gradle 7 or higher 1. Problem could not find method useproguard() for arguments [true] 2. Solution useProguard option is removed from gradle 7.0.0. Use shrinkResources in android/app/build.gradle. // useProguard true shrinkResources true 2023. 4. 23.
Flutter tip : gradle build failed after flutter upgrade or pub upgrade 1. Error message org.gradle.api.GradleScriptException: A problem occurred evaluating project ':app' 2. Solution Mostly this is caused by gradle version mismatch. Don't wast your time trying to solve problems by analyzing the code. It's better for your mental helth to compare it with a new project and solve it. Step 1. Create a new project flutter create test Step 2. Modify "distributionUrl" in a.. 2023. 4. 23.
주식 목록 크롤링 툴 (Linux) 주식 관련 앱 또는 서비스를 만들기 위해서 주식 목록을 다운로드 받아야 할 필요가 있는데 관련 오픈소스 크롤링 툴을 소개한다. https://github.com/huchijwk/stockutils GitHub - huchijwk/stockutils Contribute to huchijwk/stockutils development by creating an account on GitHub. github.com 1. 준비 1.1. 소스 다운로드 git clone https://github.com/huchijwk/stockutils.git 1.2. 크롬 브라우저 설치 공식 홈페이지에서 크롬 브라우저를 다운로드 받아 설치한다. 1.3. 필요 패키지 설치 sudo apt install python3-pip wge.. 2022. 7. 10.
[iOS 앱 개발] 앱 심사 거절 사례 - 추가 정보 요구 1. 문제 상황 최근 아래와 같은 메시지와 함께 앱 심사 거절을 당했다. Guideline 2.1 - Information Needed We’re looking forward to continuing our review, but we need more information about your business model and your users to help you find the best distribution option for your app. Our preliminary review suggests your app may be more appropriate for custom app distribution. Next Steps Please review the following questions a.. 2022. 5. 30.
[안드로이드 앱 개발] 데이터 보안 섹션 설정 (애드몹) 앞으로 모든 앱은 플레이 스토어 콘솔에서 데이터 보안 섹션을 설정 해야 한다. 특히, 2022년 4월까지는 모든 앱이 해당 설정을 해야 한다고 한다. 애드몹 (admob) 사용 기준으로 어떻게 설정하는 지 알아보자. 참고로 아래 git 을 참고했다. GitHub - Privado-Inc/SDK-Privacy-Report: Privacy details of SDKs for Apple Privacy Nutrition & Google Safety Section disclosure. Privacy details of SDKs for Apple Privacy Nutrition & Google Safety Section disclosure. - GitHub - Privado-Inc/SDK-Privacy-Report.. 2022. 1. 22.

반응형