Closed sgn closed 4 years ago
So far as I know, it also depend on CI/CD process to release the application. It can be change before build or release
Hi Thuan,
On 2020-04-28 20:37:56-0700, Thuan Duong notifications@github.com wrote:
So far as I know, it also depend on CI/CD process to release the application. It can be change before build or release
I guess you're right. But, I think we need to cross-check with the apk uploaded to Google Play.
But, there's an invalid UUID for bluetooth characteristic. It isn't usable anyway.
-- Danh
Hi, I dont think it is using for CICD. It using here
As far i know for peer-to-peer connection between Android devices such as smartphones u may use your own generated UUID. Devices must set same UUID to found each other and connect.
A quick search reveals:
08590F7E-DB05-467E-8757-72F6FAEB13D4
in https://stackoverflow.com/questions/23126501/what-the-custom-uuid-mean-for-ble-in-ios-sample:So, I guess those values shouldn't be hard coded, and maybe it's different in real system?
Sorry for my ignorance, I have total zero knowledge in mobile development.