You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: