cordova-plugin-ibeacon icon indicating copy to clipboard operation
cordova-plugin-ibeacon copied to clipboard

Edit "setManufacturer" parameter

Open LeoUbl opened this issue 4 years ago • 0 comments

Hello @petermetz , I'm developing an iOS/Android app for a customer, this app interacts with customer's produced devices. He asked me if it is possible to edit the value in cordova-plugin-ibeacon/src/android/LocationManager.java at row 1218 from .setManufacturer(0x004C) to .setManufacturer(0x0118) in my Android app code. Is it possible to edit this variable? If not, can you update the plugin by creating a function i can call in the js code of my app in which i can insert "0x0118" or "0x004C" as a parameter to edit the manufacturer? I cannot edit the plugin because I use Phonegap Build to build the app and Phonegap Build compiles using the plugins stored on npm/github. I hope that, in case a plugin update is necessary, it won't take long because to me it seems a simple function to implement and my customer would be satisfied and it would solve a big problem for us. Hoping for an answer, thanks in advance.

LeoUbl avatar Dec 02 '20 16:12 LeoUbl