cap-testflight-detect
TypeScript icon, indicating that this package has built-in type declarations

0.0.0-wip-4 • Public • Published

@charliecat/cap-testflight-detect

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

Install

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

API

checkTF()

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

Returns: Promise<{ isFromTestFlight: boolean; isInSimulator: boolean; isFromAppStore: boolean; }>


Readme

Keywords

Package Sidebar

Install

npm i cap-testflight-detect

Weekly Downloads

1

Version

0.0.0-wip-4

License

none

Unpacked Size

17.6 kB

Total Files

29

Last publish

Collaborators

  • charliecat