Solve Problem/Troubleshooting 38

iOS 13 이미지 렌더링 안됨

문제iOS 14 시뮬레이터는 되는데iOS 13 실제 기기에서만 이미지 렌더링이 안됐음.  0. 이 링크의 이슈에서 언급하는 에러가 났음github.com/ios-control/ios-deploy/issues/109#issuecomment-92589783 Command fails: npm install ios-deploy -g · Issue #109 · ios-control/ios-deployOSX 10.10.2. ios-deploy: command not found Xcode 6.2 (Build 6C131e) /Applications/Xcode.app/Contents/Developer gcc --version Configured with: --prefix=/Applications/Xcode.app/Con..

[React Native / iOS] This app could not be installed at this time 빌드할 때마다 뜨는 오류

[React Native / iOS] This app could not be installed at this time 빌드할 때마다 뜨는 오류iphonedev.co.kr/iOSDevQnA/126342 iOS개발질문 - This app could not be installed at this time. 오류;; - 아이폰데브This app could not be installed at this time. 이 오류가 계속 뜹니다;; clean build folder 하고 시뮬레이터를 erase all contents and settings 를 하면 딱 한 번 오류가 뜨지 않고 다음 번에 빌드시에 다시 뜨네요 ㅠㅠiphonedev.co.kr 이곳에 나와있듯이,1. Products 폴더 삭제2. Build Set..

[React Native / iOS] iOS 14 이미지가 렌더링되지 않음

1. (해결 실패) 링크 참조 이모지가 많아서(해당 방법이 도움이 된 사람들이 감사의 의미로 붙이는 이모지) 똑같이 따라했는데, 0.61.5 버전이라 제대로 적용되지 않았다. github.com/facebook/react-native/issues/29279#issuecomment-657284028 Image cannot show image in iOS 14 · Issue #29279 · facebook/react-native Image cannot show image in iOS 14, but can show location, like: Environment: Xcode Version 12.0 beta (12A6159) Simulator: ... github.com 2. (해결 성공) 라이브러리 설치 w..

플레이스토어 Apk 업로드 시 => "업로드할 수 없습니다. 다시 시도해 보세요" 에러

플레이스토어 Apk 업로드 시 => "업로드할 수 없습니다. 다시 시도해 보세요" 에러 어플 업데이트를 위해 평소처럼 크롬으로 들어가서 플레이 콘솔에서 apk를 업로드했다. 그런데 플레이스토어 업로드할 수 없습니다. 다시 시도해 보세요 라는 에러가 떴다.signing key가 해킹된건가? 뭐지? 싶었는데 브라우저를 파이어폭스로 바꿔서 접속한 후 다시 apk를 업로드 하니 해결되었다.   - 이 링크를 참고하자. support.google.com/googleplay/android-developer/answer/9061737?hl=ko 게시 문제 - Play Console 고객센터도움이 되었나요? 어떻게 하면 개선할 수 있을까요? 예아니요support.google.com

[React Native / Android] 푸시알람 절전모드로 인해 울리지 않을 때

테스트를 위해 절전모드를 만든다jb-skin-139.tistory.com/42 안드로이드 | 절전 모드가 되는 시간 변경하는 방법절전 모드 스마트폰에는 절전 모드가 있어요. 일정 시간 사용하지 않으면 화면이 꺼지고 배터리를 절약하는 기능이에요. 화면이 계속 켜 있으면 배터리가 빨리 닳아서 사용 시간이 짧아져요. 그jb-skin-139.tistory.com webs.co.kr/index.php?mid=Android&document_srl=3312655 Android Coding - [Android] 배터리 최적화 대응하기: 도즈(Doze)와 어플 대기모드(App Standby)Calendar restart = Calendar.getInstance(); restart.setTimeInMillis(System..

react-native-push-notification 진동/무음모드 시 알람 울리기

⭐️ Native 코드 수정을 통한 해결방법 ⭐️1. 환경react-native: 0.61.5react-native-push-notification: 4.0.0 2. 문제위 라이브러리를 이용해서 알람앱을 만들었다.하지만 안드로이드 기기에서 진동/무음모드를 설정하면 알람음을 설정해놔도 울리지 않았다.나의 코드는 이렇다.import PushNotification, { PushNotificationScheduleObject } from 'react-native-push-notification'; const date = new Date(); date.setMinutes(date.getMinutes() + 1); // 1분 뒤에 알람 울리도록 const scheduleObj: PushN..

스플래시 스크린 작동 안함 / Splash Screen not working

0. 환경react-native: 0.61.5react-native-splash-screen: 3.2.0 auto link  1.  이렇게 xcode에 스플래시 이미지 넣어줬는데 안먹힌다. 2. 해결법ddodak.tistory.com/7 iOS Splash Image 적용하기 (react-native-splash-screen)" data-og-description="아래 내용은 iOS에 대해서만 다루고 있습니다. ( android 적용은 타 블로그를 따라하면 쉽게 할 수 있기에..😂 ) ⏰모두의 시간은 소중하니까요 react-native-splash-screen를 이용하여 iOS에 스플래쉬 이미" data-og-host="ddodak.tistory.com" data-og-source-url="https..

react-native-push-notification: Android에서 custom sound가 안울림 / android userInfo 오류

react-native-push-notification: Android에서 custom sound가 안울림 / android userInfo 오류1. channel이 2개가 있는데 앱 내 설정된 소리로 있는 그 채널말고 다른 채널이 하나 더 있다. 그게 자꾸 울리는 것 같다...... 2. library 3.4.0 -> 3.5.2 로 업그레이드 3. 경로 다시 설정.    .mp3 없이. 그래도 안됨https://github.com/zo0r/react-native-push-notification/issues/1432 Android - No sound on notifications? · Issue #1432 · zo0r/react-native-push-notificationBug Using {playSou..

apk 설치하면 알 수 없는 크래시

- debug에선 괜찮은데... release는 !!!!! 1. https://stackoverflow.com/questions/54634072/react-native-signed-release-apk-keeps-crashing-in-device React-native (Signed) release apk keeps crashing in deviceI created a signed react-native apk after following all the documents from the official react native documentation ( i.e. https://facebook.github.io/react-native/docs/signed-apk-android ). After cr...st..

출처: https://mingos-habitat.tistory.com/34 [밍고의서식지:티스토리]