How do you read/receive characteristics from Arduino BLE device?

So I'm tryin to receive characteristics value from the Arduino BLE and show it on the MIT app.
The Arduino do a Serial.print of the char and I want that a Label text will change to the char value but I cant find any solution, all the videos I saw suggest actions that dont exist in my MIT.
Thanks!