I don't understand how to access my application on the Chromecast I always get this error GCKErrorCodeApplicationNotFound
. Maybe I misconfigured my application on Google Cast SDK Developer Console but I did't see how.
Everything seems to be OK except that my application code don't seems to be working. How can I find my Developer ID to contact the support ?
List of delegates call:
-[CCViewController deviceDidComeOnline:]
-[CCViewController deviceManagerDidConnect:]
-[CCViewController deviceManager:volumeDidChangeToLevel:isMuted:]
volumeLevel: 1
isMuted: 0
-[CCViewController deviceManager:didFailToConnectToApplicationWithError:]
- (void)deviceManager:(GCKDeviceManager *)deviceManager didFailToConnectToApplicationWithError:(NSError *)error { NSLog(@"error: %@", [GCKError enumDescriptionForCode:error.code]); }
After various test I can access the chromecast with the application ID of the default streaming app but not with mine so it's an application issue. Does anyone successfully configure his receiver application ?