본문 바로가기

모바일104

아이튠즈 백업폴더 변경 https://support.apple.com/ko-kr/HT204215 iPhone, iPad 및 iPod touch 백업 찾기 Mac, PC 및 iOS 또는 iPadOS 기기에서 iOS 또는 iPadOS 백업 목록을 찾습니다. 백업을 삭제하는 방법, 복사하는 방법 등에 대해 알아봅니다. support.apple.com 해당 내용참조 1. \Users\(사용자 이름)\AppData\Roaming\Apple Computer\MobileSync\Backup\ 라고 나오는데 저기 없다 C:\Users\t사옹자명\Apple\MobileSync\Backup 커맨드창(명령프롬프트)를 관리자권한으로 실행한후 해당폴더로 이동한다 cd "C:\Users\t사옹자명\Apple\MobileSync\Backup" mklin.. 2020. 7. 8.
IOS 앱이전 https://developer.apple.com/support/app-store-connect/ App Store Connect - Support - Apple Developer Feedback Assistant Submit bug reports and request enhancements to APIs and developer tools. Send us feedback developer.apple.com App Transfer Overview https://help.apple.com/app-store-connect/#/deved688524f To see this page, you must enable JavaScript. Pour afficher cette page, vous devez activer.. 2020. 6. 12.
안드로이드 사진 돌아감 exif https://stackoverflow.com/questions/20478765/how-to-get-the-correct-orientation-of-the-image-selected-from-the-default-image How to get the Correct orientation of the image selected from the Default Image gallery I have gone through some of the links to get the correct image orientation of the image selected from the default image gallery to be worked standard in all devices the exif tag always .. 2020. 5. 8.
cordova 9.0.0 새로 빌드를 하려고하니 새버전이 나왔다고 한다. Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. Please include gradle in your path, or install Android Studio cordova requirements를 치게되면 해당 문제점이 출력된다. gradle을 직접 설치해야되는데 https://gradle.org/ Gradle Build Tool Accelerate developer productivity. Gradle helps teams build, automate and deliver better s.. 2020. 2. 10.
Issue: Missing or inaccurate target audience information 앱정보-> 앱 콘텐츠 타겟설정이 되지 않아서 생긴일 해당 내용설정후 해결 2020. 2. 7.
-bash: /usr/local/bin/pod: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad interpreter: No such file or directory sudo gem update --system sudo gem install -n /usr/local/bin/ bundler 2019. 10. 25.
2019년 타겟 API 레벨 요구사항 확대 안내 https://developers-kr.googleblog.com/2019/04/expanding-target-api-level-requirements.html 2019년 타겟 API 레벨 요구사항 확대 안내 게시자: Edward Cunningham, 안드로이드보안 및 개인정보 보호 팀 작년 1월 소개한 이전 블로그 에서 ... developers-kr.googleblog.com API레벨을 28이상을 대상으로 해야된다. https://developer.android.com/distribute/best-practices/develop/target-sdk?hl=ko Google Play의 대상 API 레벨 요구사항 충족하기 | Android Developers APK를 업로드하는 경우 Google Play.. 2019. 9. 10.
Custom android,ios webview UserAgnet변경 웹뷰상의 userAgent값을 가져와서 내가원하는 값을 추가하여 변조한다. 안드로이드 public WebView contentWebView; //웹뷰 WebSettings webSettings = contentWebView.getSettings(); webSettings.setUserAgentString(webSettings.getUserAgentString()+" android"); 아이폰(Swift) webView.evaluateJavaScript("navigator.userAgent", completionHandler: {(result,error) in if let result = result as? String { self.webView.customUserAgent = result + " ios".. 2019. 8. 8.
canOpenURL: failed for URL 아이폰 웹뷰상황에서 앱카드를 호출시 발생했던 오류메시지 -canOpenURL: failed for URL: "nhallonepayansimclick://appcard?ACCTID=201907231135155658864694506501&P1=4859562" - error: "This app is not allowed to query for scheme nhallonepayansimclick" 2019. 7. 23.