iOS-SOPT-iNNovation / iOS_Traning

15 stars 0 forks source link

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

Closed 5anniversary closed 3 years ago

namsoo5 commented 3 years ago

https://nsios.tistory.com/79

iJoom commented 3 years ago

https://ijoom.tistory.com/6

khyunjiee commented 3 years ago

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

5anniversary commented 3 years ago
기능 실제 디바이스 시뮬레이터
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 commented 3 years ago

https://hereismyblog.tistory.com/18

choidam commented 3 years ago

하드웨어 미지원

API 미지원

elesahich commented 3 years ago

https://lidium.tistory.com/44