> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFInventoryRedeemAppleAppStoreInventoryItemsAsync

> Apple App Store에서 구매한 아이템을 PlayFab 인벤토리 컬렉션으로 사용 처리하여 iOS 또는 macOS 구매로부터의 사용 권한이 플레이어에게 부여되도록 합니다.

아이템을 사용 처리합니다.

## 구문

```cpp theme={null}
HRESULT PFInventoryRedeemAppleAppStoreInventoryItemsAsync(  
    PFEntityHandle entityHandle,  
    const PFInventoryRedeemAppleAppStoreInventoryItemsRequest* request,  
    XAsyncBlock* async  
)  
```

### 매개 변수

**`entityHandle`**   PFEntityHandle

인증에 사용할 PFEntityHandle입니다.

**`request`**   [PFInventoryRedeemAppleAppStoreInventoryItemsRequest\*](/services/playfab/api-references/c/pfinventorytypes/structs/pfinventoryredeemappleappstoreinventoryitemsrequest)

채워진 요청 객체입니다.

**`async`**   XAsyncBlock\*<br />*Inout*

비동기 작업을 위한 XAsyncBlock입니다.

### 반환 값

형식: HRESULT

이 API 작업의 결과 코드입니다.

## 설명

이 API는 iOS에서 사용할 수 있습니다. Apple App Store에서 아이템을 사용 처리합니다. 비동기 작업이 완료되면 [PFInventoryRedeemAppleAppStoreInventoryItemsGetResultSize](/services/playfab/api-references/c/pfinventory/functions/pfinventoryredeemappleappstoreinventoryitemsgetresultsize) 및 [PFInventoryRedeemAppleAppStoreInventoryItemsGetResult](/services/playfab/api-references/c/pfinventory/functions/pfinventoryredeemappleappstoreinventoryitemsgetresult)를 호출하여 결과를 가져옵니다.

## 요구 사항

**헤더:** PFInventory.h

## 참고 항목

[PFInventory 멤버](/services/playfab/api-references/c/pfinventory/pfinventory_members)
