Bundle id in android app

1
where we get the bundle id of android app?
asked
1 answers
0

Bundele ID of android is generated in the package built via Android Studio. Android is generating Bundel ID based on the app version. The app version is stored after a built in AndroidManifest.xml android:versioncode="10000” 

answered