Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<1주차> 실제 디바이스가 없을 경우 개발 환경에서 할 수 있는 것과 없는 것을 설명하시오. #2

Closed
5anniversary opened this issue Oct 30, 2020 · 7 comments

Comments

@5anniversary
Copy link
Collaborator

No description provided.

@namsoo5
Copy link
Collaborator

namsoo5 commented Nov 2, 2020

@namsoo5 namsoo5 added the 남수 label Nov 2, 2020
@iJoom iJoom added 인준 and removed 남수 labels Nov 5, 2020
@iJoom
Copy link
Collaborator

iJoom commented Nov 5, 2020

@iJoom iJoom added the 남수 label Nov 5, 2020
@khyunjiee
Copy link
Member

  • 하드웨어 미적용
    가속계 및 자이로스코프
    카메라 및 마이크 사용
    근접 센서
    기압계
    조도 센서

  • OpenGL ES 미적용
    타일 기반 지연 렌더링
    그래픽 하드웨어가 필요한 정밀한 픽셀 일치
    시뮬레이터에서의 OpenGL ES 렌더링 성능은 실제 iOS 기기에서의 성능과 관련이 없다.

  • API 차이점
    푸시 알림 수신/전송
    사진, 연락처, 캘린더, 리마인더에 대한 개인 정보 접근 경고
    UIBackgroundModes
    Handoff
    Message UI
    외부 액세서리
    IOSurface
    UIKit의 UIVideoEditorController

📍 참고
https://developer.apple.com/library/archive/documentation/IDEs/Conceptual/iOS_Simulator_Guide/TestingontheiOSSimulator/TestingontheiOSSimulator.html

@5anniversary
Copy link
Collaborator Author

5anniversary commented Nov 6, 2020

기능 실제 디바이스 시뮬레이터
Basic functionality testing of iOS apps O O
UI Layout testing O O
UI performance (transitions and animations) O O
System testing (bringing your app to foreground and background) O X
Real User-condition testing (testing interrupts, battery consumption, CPU & memory utilisation) O X
Push Notifications O X
Natural gestures (tap, scroll, zoom, pinch, pinch and zoom and more) O O
Display (resolutions, pixel per point, colors) O X
Hardware functionality (bluetooth, gps, motion support, barometer, proximity sensor, ambient light sensor and more) O X
Camera O X
App performance testing (processing, graphics, networking speed, etc.) O X
OpenGL ES support O X
Framework Support (ARKit, External accessory, HomeKit, IOSurface, Message UI, etc) O X
API Feature Support (Metal, Metalkit, UIBackgroundModesKey, Support for handoff, UIVideoEditorController in UIKit) O X
100 % Testing accuracy O X

@Juhyeoklee
Copy link
Collaborator

@choidam
Copy link
Member

choidam commented Nov 6, 2020

하드웨어 미지원

  • 모션
  • 오디오 및 비디오 입력 (카메라, 마이크)
  • 근접 센서
  • 기압계
  • 주변 광 센서

API 미지원

  • 푸시 알림
  • UIBackgroundModes Key
  • Handoff

@choidam choidam added the label Nov 6, 2020
@elesahich
Copy link
Collaborator

@elesahich elesahich added the 승호 승호 label Nov 6, 2020
@namsoo5 namsoo5 closed this as completed Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants