iOS/이슈32 [iOS Issue] Http URL 사용 시 Error Domain=NSCocoaErrorDomain Code=256 [IOS] XCODE 7, IOS 9, Error Domain=NSCocoaErrorDomain Code=256 XCODE 7 IOS 9 으로 업데이트 했더니 잘 작동 하던 로직에서 에러가 발생 한다. NSError *error = nil; NSString *str_dat = [NSString stringWithContentsOfURL:UpdateChkUrl encoding:NSUTF8StringEncoding err.. blog.daum.net Http URL을 사용해서 네트워킹 시도 시 다음과 같은 에러가 발생한다. Error Domain=NSCocoaErrorDomain Code=256 URL을 Https로 변경해주거나 아니면 아래와 같이 info.plist에 항목을 추가해주고 HTTP 프로토콜을 .. 2022. 2. 19. [iOS Issue] CGAffineTransform에서 scale을 0으로 설정하면 애니메이션이 동작하지 않는 현상 Problem when animating a UIView to scale to zero using CGAffineTransform on iOS I was recently working on an application which required me to display an animation which scales a UIView down to zero. The approach I took… medium.com 원인 설명 글이 길지만 가장 중요한 내용만 요약하자면 scale factor를 0으로 설정하게 되면 수식에서 divide by zero 계산을 포함시키기 때문에 원하는 결과가 나오지 않게 되는 것이 원인이다. Solution scale factor를 0이 아닌 0에 근접한 값으로 설정하고 UIVie.. 2022. 2. 6. [iOS Issue] iOS15에서 keyWindow 사용 크래시 UIApplication.shared.keyWindow!.... iOS15 업데이트 이후 keyWindow를 다음과 같이 forced unwrapping할 시 크래시가 꾸준히 리포팅됨 애초에 keyWindow가 deprecated되었으므로 대체 코드 사용 권장 2021. 9. 28. [iOS Issue] Remote Notification이 두 번 생성되는 이슈 iOS device receiving push notifications twice · Issue #195 · OneSignal/OneSignal-Flutter-SDK Whenever I send a notification to an iOS device the notification is coming through twice. I found something related to this on the onesignal website here: https://documentation.onesignal.com/docs/d... github.com 오래된 비정상 토큰에 의한 문제이며 앱을 삭제 후 재설치하면 해결됨. 2021. 6. 4. 이전 1 2 3 4 5 6 7 8 다음