[Google Translated]
Good day. I am new to application development. At the moment, I managed to implement a connection to nRF52832 using BLE via UART on an Android device. Now it is necessary to implement the same on the iOS. The transmission on android was released based on this code because it is very difficult to implement it yourself. Is there a similar open code for Swift (preferably purely UART)? I would be immensely grateful if someone could share.
P.S. Are there any pitfalls in terms of the differences between BLE on Android and iOS.