capacitor-installer-source
v6.0.0
Published
Getting bundle id of the application that installed your application
Downloads
31
Readme
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; }>