How to get Package Name / Bundle Identifier of app in IONIC / Cordova (In JavaScript code)

Viewed 4767

I need to extract Package Name / Bundle Identifier of app in IONIC / Cordova app in my JavaScript code.

I have tried using plugins like $ionicPlatform & $cordovaDevice until now with no help.

1 Answers
Related