Okay, trying to learn a bit about childDevices and I’m getting there. I’ve figured out how to create a childDevice, but unfortunately when I install the app on my phone it ends up generating two copies of the same device. Same device ID.
Worse, when I run the app it seems to generate another occasionally. I now have four copies of the device.
Here’s the command I’m using to generate the childDevice:
Well I fiddled around with things a bit… because I’m only generating one childDevice and I know what the device ID is, I just hard coded that in, so I did this:
Seems like it should work, but I’m still getting four devices when I install my app. For what it’s worth, it works great in the simulator. Only generates one device.