본문 바로가기
반응형

13

[Android][3분 컷] 조치 필요: 앱이 Google Play 정책을 준수하지 않음 조치 필요: 앱이 Google Play 정책을 준수하지 않음 (Action required: App does not comply with Google Play policies) [Android] 3분만에 해결하기 (Solve it in 3 minutes) 앱 출시 정책 위반? 광고를 포함한 앱을 출시하는 중에 아래와 같은 구글 플레이 스토어의 앱 거부 메일을 받았다. (While launching an app with ads I received an app rejection email from the Google Play Store as shown below.) 이럴 땐 다행히도 코드를 수정할 필요가 없다. 지금부터 설명하는 절차를 하나씩 따라서 진행해보면 금세 해결 가능하기 때문!! 앱 콘텐츠 선언 수.. 2023. 10. 22.
[Flutter][Android][iOS] 출시 앱 이름 변경 방법 (How to change the launch app name) 출시 앱 이름 변경 방법 (How to change the launch app name) [Flutter][Android][iOS] 플러터로 개발하는 경우, 안드로이드 네이티브 파일과 iOS 네이티브 파일을 각각 수정해줘야 한다. 각 OS의 네이티브 개발자의 경우에도 아래 순서와 동일하게 수정하면 되니 그대로 수정을 진행하면 되겠다. 안드로이드 - AndroidManifest.xml 수정 iOS - Info.plist 수정 (When developing with Flutter, Android native files and iOS native files must be modified separately. Even for native developers of each OS, You can modify it .. 2023. 10. 19.
[Flutter] Nice Chart library (syncfusion_flutter_charts) [Flutter] Nice Chart library (강추 플러터 차트 라이브러리) (syncfusion_flutter_charts) 개요 (Overview) 플러터를 사용하여 앱을 개발하다보면 차트를 구현해야할 일이 자주 생긴다. 직접 커스텀 제작하는 것도 방법이지만 꽤나 귀찮기도 하고.. 소규모, 개인 개발의 경우에는 라이브러리를 임포트하여 개발하는 것이 보다 효율적일 수 있다. 물론, 유지보수를 위해 장기적으로는 직접 개발하는 편이 좋다. 라이브러리의 버전 관리가 종료되거나 개발 지원이 멈추면 불상사가 생길 수 있기 때문이다! 필자가 최근 애용하는 차트 라이브러리는 바로 syncfusion_flutter_charts 이다. (When developing an app using Flutter, The.. 2023. 10. 5.
[Solved][iOS] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. [Solved[iOS] [!] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. 문제 상황 (Problem) ios 앱 빌드 중에 아래와 같은 에러가 발생한다. [Eng](The following error occurs while building the ios app.) [!] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform .. 2023. 8. 18.
반응형