NordicSemiconductor / IOS-nRF-Connect

Info page
https://nordicsemiconductor.github.io/IOS-nRF-Connect/
136 stars 32 forks source link

Bundle identifier for nRF Connect app? #114

Closed gkvappium closed 2 years ago

gkvappium commented 2 years ago

We are trying to automate Bluetooth LE connection from XCUITest. I don't see the bundle identifier for this app. Is there a way for me to automate certain UI operations on the nRF connect app? Basically I launch the app using the bundle identifier and then find the elements and do some actions on that

dinesharjani commented 2 years ago

There's this library you can try out: https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock

gkvappium commented 2 years ago

thanks @dinesharjani , I could get the bundle identifier (com.nordicsemi.mastercontrolpanel). I can launch the nRF connect app and do certain UI operations using XCUITest. I'll close this one.