Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 548 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 548 Bytes

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; }>