<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [ActionCodeSettings](./auth-types.actioncodesettings.md) &gt; [iOS](./auth-types.actioncodesettings.ios.md)

## ActionCodeSettings.iOS property

Sets the iOS bundle ID.

<b>Signature:</b>

```typescript
iOS?: {
    bundleId: string;
  };
```

## Remarks

This will try to open the link in an iOS app if it is installed.

App installation is not supported for iOS.

