# @charliecat/cap-testflight-detect

A capacitor plugin for Ionic that will detect if an iOS app was installed via TestFlight.

## Install

```bash
npm install @charliecat/cap-testflight-detect
npx cap sync
```

## API

<docgen-index>

* [`checkTF()`](#checktf)

</docgen-index>

<docgen-api>
<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->

### checkTF()

```typescript
checkTF() => Promise<{ "isFromTestFlight": boolean; "isInSimulator": boolean; "isFromAppStore": boolean; }>
```

**Returns:** <code>Promise&lt;{ isFromTestFlight: boolean; isInSimulator: boolean; isFromAppStore: boolean; }&gt;</code>

--------------------

</docgen-api>
