iyOmSd/Title: iOS Think🤔

[iOS] 실제 디바이스가 없을 경우 할 수 있는 것과 없는 것

냄수 2020. 11. 2. 14:41
반응형

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

Xcode에서 시뮬레이터로 할 수 없는 기능들을 정리해봤어요

이 목록들은 직접 기기를 가지고 테스트 해봐야 알 수 있어요

 

 

기기 미지원

사진촬영

블루투스

오디오입력

주변조명센서

근접 센서

기압계

가속계


API미지원

푸시알림 받기 및 보내기

Handoff

UIBackgroundModes

MessageUI

등등이 있어요

반응형