0.0.2 • Published 3 years ago
tfdetector v0.0.2
tfdetector
A capacitor plugin for Ionic that will detect if an iOS app was installed via TestFlight.
Install
npm install tfdetector
ionic cap sync
API
checkIfFromTestFlight()
checkIfFromTestFlight() => Promise<{ isFromTestFlight: boolean; }>
Return whether or not the application was installed via iOS TestFlight, or from the App Store.
Returns: Promise<{ isFromTestFlight: boolean; }>