> ## 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.

# PFUserIosDeviceInfo

> PFUserIosDeviceInfo 数据模型。

PFUserIosDeviceInfo 数据模型。

## 语法

```cpp theme={null}
typedef struct PFUserIosDeviceInfo {  
    const char* iosDeviceId;  
} PFUserIosDeviceInfo;  
```

### 成员

**`iosDeviceId`**   const char\*\
*is null-terminated*

（可选）IOS 设备 ID。

## 要求

**头文件：** PFTypes.h

## 另请参阅

[PFTypes 成员](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserAndroidDeviceInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfuserandroiddeviceinfo.md)
- [PFUserNintendoSwitchDeviceIdInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfusernintendoswitchdeviceidinfo.md)
- [player_device_info](/zh-CN/services/playfab/api-references/events/PlayerIdentity/player-device-info.md)
