0.0.0-wip-4 • Published 3 years ago

cap-testflight-detect v0.0.0-wip-4

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

@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; }>


0.0.0-wip-4

3 years ago

0.0.0-wip-3

3 years ago

0.0.0-wip-2

3 years ago

0.0.0-wip-1

3 years ago

0.0.0-wip

3 years ago