'아이폰'에 해당되는 글 17건
- 2010.09.10 [iPhone] iARU v0.3 in Appstore
- 2010.08.20 [iPhone] rejected 에 대처하는 노하우 1
- 2010.07.27 [ARU] iphone 버전 개발중 1
IRequiredDeviceCapabilities
key 가 array 형일 경우는 하부의 추가 키값이 item0, item1... 처럼 자동생성되므로 value에 해당 내용을 써주면 되고, dictionary 형 일 경우는 키 값에 표4의 해당 이름을 넣고,Key | Description |
---|---|
Include this key if your application requires (or specifically prohibits) the presence of the Phone application. You might require this feature if your application opens URLs with the |
|
Include this key if your application requires (or specifically prohibits) access to the networking features of the device. |
|
Include this key if your application requires (or specifically prohibits) the presence of the Messages application. You might require this feature if your application opens URLs with the |
|
Include this key if your application requires (or specifically prohibits) the presence of a camera on the device. Applications use the |
|
Include this key if your application requires (or specifically prohibits) auto-focus capabilities in the device’s still camera. Although most developers should not need to include this key, you might include it if your application supports macro photography or requires sharper images in order to do some sort of image processing. |
|
Include this key if your application requires (or specifically prohibits) the presence of a forward-facing camera. Applications use the |
|
Include this key if your application requires (or specifically prohibits) the presence of a camera flash for taking pictures or shooting video. Applications use the |
|
Include this key if your application requires (or specifically prohibits) the presence of a camera with video capabilities on the device. Applications use the |
|
Include this key if your application requires (or specifically prohibits) the presence of accelerometers on the device. Applications use the classes of the Core Motion framework to receive accelerometer events. You do not need to include this key if your application detects only device orientation changes. |
|
Include this key if your application requires (or specifically prohibits) the presence of a gyroscope on the device. Applications use the Core Motion framework to retrieve information from gyroscope hardware. |
|
Include this key if your application requires (or specifically prohibits) the ability to retrieve the device’s current location using the Core Location framework. (This key refers to the general location services feature. If you specifically need GPS-level accuracy, you should also include the |
|
Include this key if your application requires (or specifically prohibits) the presence of GPS (or AGPS) hardware for greater accuracy when tracking locations. If you include this key, you should also include the |
|
Include this key if your application requires (or specifically prohibits) the presence of magnetometer hardware. Applications use this hardware to receive heading-related events through the Core Location framework. |
|
Include this key if your application uses the built-in microphone or supports accessories that provide a microphone. |
|
Include this key if your application requires (or specifically prohibits) the presence of the OpenGL ES 1.1 interfaces. |
|
Include this key if your application requires (or specifically prohibits) the presence of the OpenGL ES 2.0 interfaces. |
|
Include this key if your application is compiled only for the armv6 instruction set. (iOS v3.1 and later.) |
|
Include this key if your application is compiled only for the armv7 instruction set. (iOS v3.1 and later.) |
|
Include this key if your application requires (or specifically prohibits) peer-to-peer connectivity over Bluetooth. (iOS v3.1 and later.) |