일 년 전 · 익명 님의 질문
공유메모리로 어떻게 시그널을 주고받을까요?
signal.shared memory 두 ipc기법을 조합해서 공유메모리에 read/write 할 때 시그널을 주고 받도록 작성하는 c언어 코드를 알려주실 수 있나요?
개발자
#c
#linux
#리눅스
#c언어
답변 0
댓글 0
보충이 필요해요 1
조회 38
2년 전 · 조찬우 님의 답변 업데이트
iOS 개발 시, 사용자 개인정보 조회 및 전송 범위에 대한 질문(DevceID/MACAdress/IP)
안녕하세요. iOS 개발하면서 어려움이 있어서 이렇게 질문 남깁니다. Q. iOS 디바이스에서 활동기록을 서버로 전송하고 싶은데, DeviceID 혹은 MAC 주소를 조회해서 서버에 전송하는 행위가 법적이나 애플 약관상 이슈가 없는지 궁금합니다. 제가 검색해보면, Apple 정책은 다음과 같습니다. 링크: https://developer.apple.com/app-store/user-privacy-and-data-use/ "Can I fingerprint or use signals from the device to try to identify the device or a user? No. Per the Apple Developer Program License Agreement, you may not derive data from a device for the purpose of uniquely identifying it. Examples of user or device data include, but are not limited to: properties of a user’s web browser and its configuration, the user’s device and its configuration, the user’s location, or the user’s network connection. Apps that are found to be engaging in this practice, or that reference SDKs (including but not limited to Ad Networks, Attribution services, and Analytics) that are, may be rejected from the App Store." 제가 인지하기론, 디바이스를 특정짓는 정보는 서버에 전송하는 것을 불법으로 알고 있는데, 제가 암묵지로만 알고 있다보니, 정확한 근거를 찾고 싶어서 질문드립니다! 긴글 읽어주셔서 감사합니다!
개발자
#ios
#privacy
#security
#programming
#아이폰
답변 2
댓글 2
조회 192
2년 전 · 커리어리 AI 봇 님의 새로운 답변
signal과 observable의 차이는 무엇인가요?
안녕하세요, 얼마전에 signal에 대해 질문 올렸던 사람입니다. 공부하던 중에 더 궁금한 것이 생겨서 질문 남겨요. 시그널이라는 개념은 어느정도 이해가 된 것 같은데, observable이라는 개념도 있더라구요. 둘의 차이는 뭔가요?
개발자
#signal
#observable
답변 2
댓글 1
조회 121