전체 글533 [iOS Issue] iOS15에서 소리만 실행되는 notification은 실행 불가 iOS 15.1 - Notification sound is not playing with only .sound option set We have an issue when we tried to fire only the sound in the push notification in iOS 15. Sound does not play when UNNotificationPresentationOptions is only set as sound. [.sound] (see snippet code stackoverflow.com iOS14까지는 [.sound], 즉 push notification의 소리만 지정해도 실행이 되었었는데, 이제는 .alert없이 소리만 독단적으로 실행되지가 않는다. 이슈인지 의도적인 건지 잘 .. 2022. 4. 9. [iOS] APNs 이용해서 Push 보내기 [Swift] APNS - Apple Push Notification 앱이 사용자에게 알림을 주는 방법으로 푸시알림이 있어요 대표적으로 카카오톡 메시지가 오면 위에서 나오는 작은 알림창 같은 거에요 살짝 복잡할지도 모르지만 알아두면 APN은 유용하게 쓰 nsios.tistory.com 원문의 내용과 거의 유사하지만 난 이상하게도 인증서를 키 체인에 등록 후 .p12로 내보내는 것이 안되서 인증서 대신 push Key를 만들어서 테스트해보기로 했다. Apple Developer에서 Keys에서 다음과 같이 push 전용 키를 생성할 수 있는데, key다운로드는 한 번 밖에 안되니 주의 원글에 있는 push notification tester를 실행 후 token탭을 누른뒤 아까 다운로드 받은 .p8 형식의.. 2022. 4. 9. [iOS] Real Device vs iOS Simulator Will an iOS app run on a device the same way it does on the iOS simulator? I frequently hear variations of the question: roadfiresoftware.com Real Device vs iOS Simulator simulator에서는 코드가 device에서와는 다르게 컴파일된다. simulator에서 실행할 땐, x86 아키텍처 용으로 컴파일이 된다. device에서 실행할 때는, arm 아키텍처 용으로 컴파일이 된다. 즉, simulator와 device에서는 동일하게 컴파일된 코드를 사용하지 않는다. simulator에서 일부 API들을 쓸 수 없다. push notification, camera, micr.. 2022. 4. 9. [IT용어] 디지털 포렌식 (Digital forensics) IT용어 도감:비즈니스에서 사용할 수 있는 엄선 키워드 256 COUPANG www.coupang.com 디지털 포렌식 (Digital forensics) 기기에 남아 있는 로그 기록뿐 아니라 저장되어 있는 데이터 등을 수집, 분석하여 원인을 규명하는 것을 말한다. 컴퓨터 관련 범죄나 법적 분쟁이 생겼을 때 주로 이용한다. 2022. 4. 9. 이전 1 ··· 27 28 29 30 31 32 33 ··· 134 다음