capacitor-app-store-info
v7.0.1
Published
Capacitor AppStore app info
Readme
capacitor-app-store-info
Capacitor AppStore app info
Install
npm install capacitor-app-store-info
npx cap syncAPI
getInfo()
getInfo() => Promise<{ isTestFlight: boolean; storeCountry: string; }>Returns information about the app environment:
- isTestFlight: true if the app is running in TestFlight
- storeCountry: the App Store country code (e.g., "US")
Returns: Promise<{ isTestFlight: boolean; storeCountry: string; }>
