WooKoo Blog

물과 같이

개발/개발

iOS - 실제 디바이스가 있을 때와 없을 때 할 수 있는 것과 없는 것

WooKoo 2020. 10. 1. 14:44

본 글은 해당 문서를 번역 후 정리한 것입니다.!! (내용이 다를 수도 있음)

developer.apple.com/library/archive/documentation/IDEs/Conceptual/iOS_Simulator_Guide/TestingontheiOSSimulator/TestingontheiOSSimulator.html

 

Testing and Debugging in Simulator

Retired Document Important: The information in this document is deprecated in Xcode 9. For Xcode 9 and later, see Simulator Help by choosing Help > Simulator Help in Simulator. Testing and Debugging in Simulator Simulator is a great tool for rapid prototyp

developer.apple.com


시뮬레이터는 Mac에서 사용하는 앱이기때문에 CPU, 메모리, 네트워크 연결 등을 포함한 컴퓨터 리소스에 접근을 할 수 있습니다.

아무래도 휴대폰보다 빠르겠죠?? 그래서 정확한 테스트가 안나올 수 있다네요

 

시뮬레이터 이용 시

하드웨어차이

모션 지원(가속도계 및 자이로 스코프) 지원 X

카메라 오디오 입력 지원 X

근접 센서 X

기압계 X

주변 광 센서 X

 

 

API 차이

Apple 푸시 알림 받기 및 보내기

사진 및 연락처 캘린더에 액세스할 때 미리 알려주는 알림

UIBackgroundModes키

핸드오프

 

IOSurface

미디어 프렐이어

MessageUI

UIVideoEditorContoller Class