Hi,
I'm trying to develop a service app which should listen to a change in the network name and then emit some kind of event to the some front end app.
Since I have no access to a physical device (wearable - for my particular case) I was wondering if there is any way I can test my code using the emulator. I need to some how change the network name in order to see if the event I wrote is triggered correctly. I will appreciate any advice, thanks.