Getting bundle id of the application that installed your application
npm install capacitor-installer-source
npx cap sync
getSourceInfo() => Promise<{ bundleId: string; }>
Returns: Promise<{ bundleId: string; }>
Getting bundle id of the application that installed your application
npm install capacitor-installer-source
npx cap sync
getSourceInfo() => Promise<{ bundleId: string; }>
Returns: Promise<{ bundleId: string; }>