cap-testflight-detect
v0.0.0-wip-4
Published
fork of @gshevach/tfdetector • Checks if app is instaled via TestFlight or Apple App Store
Downloads
4
Readme
@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; }>