0.0.0-wip-4 • Published 2 years ago
cap-testflight-detect v0.0.0-wip-4
@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
2 years ago
0.0.0-wip-3
2 years ago
0.0.0-wip-2
2 years ago
0.0.0-wip-1
2 years ago
0.0.0-wip
2 years ago