I'm trying to get an Android TV app to launch with DIAL. I have the application installed on my Android TV as
"com.test.example"
I also have that path registered to the DIAL site, here: http://www.dial-multiscreen.org/dial-registry/namespace-database
I can pair to the Android TV from my phone via DIAL, but any time I try to actually start the application (using the ConnectSDK), I get a very nondescript error message back. There is very little documentation for how this should work. Do I need to register some kind of DIAL receiver in my AndroidManifest for the TV app? How can I get it to recognize what I'm doing. I've tried to pass the "appId" in the following ways...
appId = "com.text.example"
appId = "example"
appId = "Example"
Is there more to this somewhere that I'm missing?