Dynamically configure UUID in beacon from Ionic project

How to dynamically configure UUID and other properties in beacon from Ionic project? Is it possible ??

You could add our native iOS/Android SDK to your project, and bridge it to JavaScript. Possible: definitely. Easy: not necessarily :smile:, you’ll need to write some native code to implement the “bridge”. For more, consult the Cordova plugin development docs:

https://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/