6.0.0 • Published 11 months ago
capacitor-installer-source v6.0.0
capacitor-installer-source
Getting bundle id of the application that installed your application
Install
npm install capacitor-installer-source
npx cap sync
API
getSourceInfo()
getSourceInfo() => Promise<{ bundleId: string; }>
Returns: Promise<{ bundleId: string; }>